summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2018-02-05Move event packet handling into a serialized process context to removePatrick Wildt
2018-02-05claim copyrightStefan Sperling
2018-02-05Move athn(4) USB devices to the open source atk9k HTC firmware.Stefan Sperling
2018-02-05Add a new function hook to struct ieee80211com which wireless driversStefan Sperling
2018-02-05bcmp -> memcmp; kinda req'd / not-just-kinda ok'd by claudioHenning Brauer
2018-02-05implement an arp filterHenning Brauer
2018-02-04Add media types for 802.11 AC.Stefan Sperling
2018-02-03Remove a pointless assignment introduced in previous commit.Stefan Sperling
2018-02-03Since tcp_attach() has moved to a separate protocol function, theAlexander Bluhm
2018-02-03Add support for dumping USB transfers via bpf(4) using USBPcap headers.Martin Pieuchot
2018-02-02In ether_input() use goto dropanyway instead of repeating m_freem()Alexander Bluhm
2018-02-02use the same bar used to determine memory type when mapping memoryJonathan Gray
2018-02-02Enable interrupts in (synchronous) trap handlers.Mark Kettenis
2018-02-02Enable interrupts while running interrupt handlers like we do on agintc(4).Mark Kettenis
2018-02-02vmm: add support for send / receive for AMD SVM hostspd
2018-02-01Done means to stop processing the protocol loop, but IP proto noneAlexander Bluhm
2018-02-01The function ip6_get_prevhdr() did return a pointer into a mbuf.Alexander Bluhm
2018-02-01When processing IPsec AH packets with IP options or IPv6 extensionAlexander Bluhm
2018-02-01add bpf_tap_hdr(), for handling a buffer (not an mbuf) with a header.David Gwynne
2018-02-01Make sure iwn(4) firmware and driver stay in sync when a scan isStefan Sperling
2018-02-01handle ramdisk not containing ddb, so that builds can proceedTheo de Raadt
2018-01-31Make sure each CPU uses its own set of VAs for pmap_zero_page() andMark Kettenis
2018-01-31Use FREF() instead of rolling our own.Martin Pieuchot
2018-01-31Some wifi drivers don't call ieee80211_newstate() during some stateStefan Sperling
2018-01-31Fix 11g ifmedia modes in ath(4) (shown by 'ifconfig ath0 media').Stefan Sperling
2018-01-31Add MULTIPROCESSOR support to the interrupt controller drivers. This makesMark Kettenis
2018-01-31adjust container_of() for const useJonathan Gray
2018-01-31add pci_is_root_bus()Jonathan Gray