summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-02-08After flushing disks, try again to release all memory. We don't need toTheo de Raadt
2018-02-08Toss all releaseable memory, because fragmentation can get in the wayTheo de Raadt
2018-02-08Use a temporary chacha instance to fill large randomdata sections. Avoidsmortimer
2018-02-08make the watermarks/thresholds for entering and leaving syncookie mode whenHenning Brauer
2018-02-08sr_quiesce() is a new approach for ensuring that softraid drainsTheo de Raadt
2018-02-08Move bwfm(4) from ifq begin/commit/rollback semantics to the newerPatrick Wildt
2018-02-08gre doesnt need ifmediaDavid Gwynne
2018-02-08reintroduce support for keepalives.David Gwynne
2018-02-08add DIOCGETSYNFLWATS to get current synflood detection watermarks,Henning Brauer
2018-02-07comment change only. ok bluhm@Richard Procter
2018-02-07add SIOCSETKALIVE to the list of ioctls that need root and NET_LOCKDavid Gwynne
2018-02-07Sporadically the network over gem(4) interface hang on sparc64 andAlexander Bluhm
2018-02-07update the gre driver.David Gwynne
2018-02-07dcoppa@ and bluhm@ noted that i accidentally removed POOL_DEBUGDavid Gwynne
2018-02-07Outsource setting the backplane window into a specific function so itPatrick Wildt
2018-02-07Move parsing the BCDC header on RX into a protocol specific RXPatrick Wildt
2018-02-07Move parsing the BCDC header on RX into a protocol specific RXPatrick Wildt
2018-02-07Move SDIO bus and protocol definitions from the shared headerPatrick Wildt
2018-02-07Add helper to find out if the chip supports Save/Restore. Will be usedPatrick Wildt
2018-02-07the SETUIDSCRIPTS define is no longer needed since the code was unifdefTed Unangst
2018-02-07Reporting the PXE boot interface we identified is independent of settingChristian Weisgerber
2018-02-07Unbreak carp(4) MAC check in bridge_process().Martin Pieuchot
2018-02-07Use M_WAITOK to show we don't need to check for NULL.Kenneth R Westerback
2018-02-07Use duid_format() instead of rolling one locally.Kenneth R Westerback
2018-02-07look ma, henning forgot to PF_LOCK/_UNLOCK in the new ioctls, ok procterHenning Brauer
2018-02-07dont return ENETRESET from SIOCSIFFLAGS, it wont't be handled properlyDavid Gwynne
2018-02-07take the interface down if it is being destroyed.David Gwynne
2018-02-07provide counters for # of synfloods detected, # of syncookies sent,Henning Brauer
2018-02-07remove mobileip(4) tendrilsDavid Gwynne
2018-02-07unbreak strict alignment archs by using SIPHASH_KEY for siphashDavid Gwynne
2018-02-07split mobileip(4) out from the gre(4) driver.David Gwynne
2018-02-07Historically TCP timeouts were implemented with pr_slowtimo andAlexander Bluhm
2018-02-06syncookies for pf.Henning Brauer
2018-02-06syncookies implementation to be used in pf, based on the FreeBSD one byHenning Brauer
2018-02-06slightly randomize the order that new pages populate their item lists in.David Gwynne
2018-02-06convert __inline to inlinePeter Hessler
2018-02-06convert the test if a node support HT (aka, 11n) into an inline function,Peter Hessler
2018-02-06Allow the kernel to recognize that it has been netbooted and to add theChristian Weisgerber
2018-02-06There was a race in the TCP timers. As they may sleep to grab theAlexander Bluhm
2018-02-06Do some cleanup in ah_massage_headers().Alexander Bluhm
2018-02-06Make sure sigfillsiz is word aligned.Patrick Wildt
2018-02-06some finger muscle workout:Henning Brauer
2018-02-06remove extern from function prototypes, remove some variable names, and aPeter Hessler
2018-02-06Run newvers.sh with umask 007 to work around permission issues thatTheo Buehler
2018-02-06Add support for chips which use SYSMEM memory. Code is a simplifiedPatrick Wildt
2018-02-06Support setting the Cortex-M3 cores to active mode.Patrick Wildt
2018-02-06reduce scope of variable a bit to avoid shadowingTed Unangst
2018-02-06Load the Intel microcode much earlier. So far we had loaded it afterPatrick Wildt
2018-02-06remove a bit of dead code. ok bluhm deraadtTed Unangst
2018-02-05Remove tcp_acounts, some tcp_usrreq() counting from 1981. AlsoAlexander Bluhm