summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-02-20Make ddb's "show all locks" command show spinlocks in additionVisa Hankala
2018-02-20Removing an RTF_CLONING route entry should not invalidate an RTF_CACHEDMartin Pieuchot
2018-02-20Introduce enternewpgrp() & enterthispgrp(), from FreeBSD via guenther@.Martin Pieuchot
2018-02-20Set the chain_offset field (same as sgl_offset0, only in 16 byte units)Jonathan Matthew
2018-02-20cisco set the tos on their keepalive packets to ip precedenceDavid Gwynne
2018-02-20add support for vnetflowid.David Gwynne
2018-02-20only allow root to use SIOCSVNETFLOWID.David Gwynne
2018-02-20add ioctls to toggle partitioning a vnetid into a netid and flowidDavid Gwynne
2018-02-20add support for setting the tunnel df bit.David Gwynne
2018-02-19Grab solock() inside soconnect2() instead of asserting for it to be held.Martin Pieuchot
2018-02-19Change some returns into gotos, will help keeping the unlocking pathMartin Pieuchot
2018-02-19Add a default case to a usb_tap() switch statement which mpi@ says willJonathan Gray
2018-02-19Convert sparc64 to MI mutex.Martin Pieuchot
2018-02-19Include <sys/mutex.h> directly instead of relying on other headers toMartin Pieuchot
2018-02-19Directly include sys/mplock.h when needed instead of depending onJonathan Gray
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-02-19tunneldf needs ifr_dfDavid Gwynne
2018-02-19support configuration of fragmentation of the tunnel trafficDavid Gwynne
2018-02-19enable configuration of tunnel fragmentation.David Gwynne
2018-02-19initialise sc_df to 0 in clone create rather than setting sc_ttl badlyDavid Gwynne
2018-02-19add code to support configuration of tunnel traffic fragmentationDavid Gwynne
2018-02-19make sure only root can configure an interface with SIOCSLIFPHYDF.David Gwynne
2018-02-19add ioctls for tunnels to configure whether they allow fragmentation or not.David Gwynne
2018-02-18don't allow configuration of non-ipv4 addresses.David Gwynne
2018-02-18- regression in pflog outputAlexandr Nedvedicky
2018-02-18Revert previous. It triggers mbuf pool exhaustion on arm64.Mark Kettenis
2018-02-18Inline hw_{get,set}curcpu() to streamline the machine code.Visa Hankala
2018-02-18Replace a full memory barrier with a write-write barrier. The fullVisa Hankala
2018-02-18document "machine video"; requested by tinkerJason McIntyre
2018-02-17Rename memhook to vmmap to match other archs.Mark Kettenis
2018-02-16Add sizes for free() in the i386 version of the Enhanced SpeedStep driver.Frederic Cambus
2018-02-16Support card interrupts in imxesdhc(4). The code that was writtenPatrick Wildt
2018-02-16make gre_encap prepend both the gre and tunnel ip headers.David Gwynne
2018-02-16put egre back in a treeDavid Gwynne
2018-02-16allow wccp processing to be enabled per interface with the link0 flag.David Gwynne
2018-02-15take egre(4) packets out early in gre inputDavid Gwynne
2018-02-15use the arm64 openprom.c on arm64Jonathan Gray
2018-02-14prune files.* entries that refer to files not in treeJonathan Gray
2018-02-14kern_mutex.c is gone.Martin Pieuchot
2018-02-14Put WITNESS only functions with the rest of the locking primitives.Martin Pieuchot
2018-02-12Use IP6_SOIIKEY_LEN instead of hardcoded value.Martin Pieuchot
2018-02-12restore the previous semantics wrt if up, tunnel, and address config.David Gwynne
2018-02-12restore the previous semantics wrt if up, tunnel, and address config.David Gwynne
2018-02-12restore the previous semantics wrt if up, tunnel, and address config.David Gwynne
2018-02-12use a mobileip_tunnel struct to represent the interfaces tunnel info.David Gwynne
2018-02-12restore the previous semantics wrt if up, tunnel, and address config.David Gwynne
2018-02-12Typo in a comment (CR$_VMXE instead of CR4_VMXE). No functional change.Mike Larkin
2018-02-12; ends c statements, not ;;David Gwynne
2018-02-12dont handle SIOCSIFRDOMAIN twice, egre isn't supposed to filter it.David Gwynne
2018-02-11Revert rev 1.163. Causes network issues in Firefox.Matthieu Herrb