Age | Commit message (Expand) | Author |
2018-02-07 | remove mobileip(4) tendrils | David Gwynne |
2018-02-07 | unbreak strict alignment archs by using SIPHASH_KEY for siphash | David Gwynne |
2018-02-07 | split mobileip(4) out from the gre(4) driver. | David Gwynne |
2018-02-07 | Historically TCP timeouts were implemented with pr_slowtimo and | Alexander Bluhm |
2018-02-06 | syncookies for pf. | Henning Brauer |
2018-02-06 | syncookies implementation to be used in pf, based on the FreeBSD one by | Henning Brauer |
2018-02-06 | slightly randomize the order that new pages populate their item lists in. | David Gwynne |
2018-02-06 | convert __inline to inline | Peter Hessler |
2018-02-06 | convert the test if a node support HT (aka, 11n) into an inline function, | Peter Hessler |
2018-02-06 | Allow the kernel to recognize that it has been netbooted and to add the | Christian Weisgerber |
2018-02-06 | There was a race in the TCP timers. As they may sleep to grab the | Alexander Bluhm |
2018-02-06 | Do some cleanup in ah_massage_headers(). | Alexander Bluhm |
2018-02-06 | Make sure sigfillsiz is word aligned. | Patrick Wildt |
2018-02-06 | some finger muscle workout: | Henning Brauer |
2018-02-06 | remove extern from function prototypes, remove some variable names, and a | Peter Hessler |
2018-02-06 | Run newvers.sh with umask 007 to work around permission issues that | Theo Buehler |
2018-02-06 | Add support for chips which use SYSMEM memory. Code is a simplified | Patrick Wildt |
2018-02-06 | Support setting the Cortex-M3 cores to active mode. | Patrick Wildt |
2018-02-06 | reduce scope of variable a bit to avoid shadowing | Ted Unangst |
2018-02-06 | Load the Intel microcode much earlier. So far we had loaded it after | Patrick Wildt |
2018-02-06 | remove a bit of dead code. ok bluhm deraadt | Ted Unangst |
2018-02-05 | Remove tcp_acounts, some tcp_usrreq() counting from 1981. Also | Alexander Bluhm |
2018-02-05 | Move event packet handling into a serialized process context to remove | Patrick Wildt |
2018-02-05 | claim copyright | Stefan Sperling |
2018-02-05 | Move athn(4) USB devices to the open source atk9k HTC firmware. | Stefan Sperling |
2018-02-05 | Add a new function hook to struct ieee80211com which wireless drivers | Stefan Sperling |
2018-02-05 | bcmp -> memcmp; kinda req'd / not-just-kinda ok'd by claudio | Henning Brauer |
2018-02-05 | implement an arp filter | Henning Brauer |
2018-02-04 | Add media types for 802.11 AC. | Stefan Sperling |
2018-02-03 | Remove a pointless assignment introduced in previous commit. | Stefan Sperling |
2018-02-03 | Since tcp_attach() has moved to a separate protocol function, the | Alexander Bluhm |
2018-02-03 | Add support for dumping USB transfers via bpf(4) using USBPcap headers. | Martin Pieuchot |
2018-02-02 | In ether_input() use goto dropanyway instead of repeating m_freem() | Alexander Bluhm |
2018-02-02 | use the same bar used to determine memory type when mapping memory | Jonathan Gray |
2018-02-02 | Enable interrupts in (synchronous) trap handlers. | Mark Kettenis |
2018-02-02 | Enable interrupts while running interrupt handlers like we do on agintc(4). | Mark Kettenis |
2018-02-02 | vmm: add support for send / receive for AMD SVM hosts | pd |
2018-02-01 | Done means to stop processing the protocol loop, but IP proto none | Alexander Bluhm |
2018-02-01 | The function ip6_get_prevhdr() did return a pointer into a mbuf. | Alexander Bluhm |
2018-02-01 | When processing IPsec AH packets with IP options or IPv6 extension | Alexander Bluhm |
2018-02-01 | add bpf_tap_hdr(), for handling a buffer (not an mbuf) with a header. | David Gwynne |
2018-02-01 | Make sure iwn(4) firmware and driver stay in sync when a scan is | Stefan Sperling |
2018-02-01 | handle ramdisk not containing ddb, so that builds can proceed | Theo de Raadt |
2018-01-31 | Make sure each CPU uses its own set of VAs for pmap_zero_page() and | Mark Kettenis |
2018-01-31 | Use FREF() instead of rolling our own. | Martin Pieuchot |
2018-01-31 | Some wifi drivers don't call ieee80211_newstate() during some state | Stefan Sperling |
2018-01-31 | Fix 11g ifmedia modes in ath(4) (shown by 'ifconfig ath0 media'). | Stefan Sperling |
2018-01-31 | Add MULTIPROCESSOR support to the interrupt controller drivers. This makes | Mark Kettenis |
2018-01-31 | adjust container_of() for const use | Jonathan Gray |
2018-01-31 | add pci_is_root_bus() | Jonathan Gray |