summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2017-05-28Check also whether the interfaces is matched when pipex check PPPoEYASUOKA Masahiko
2017-05-28Use interface index and if_{put,get} instead of ifnet pointer.YASUOKA Masahiko
2017-05-28Use interface index instead of ifnet pointer.YASUOKA Masahiko
2017-05-28Limit the nested header chain for IPv6 extensions headers and forAlexander Bluhm
2017-05-28Fix bad white spaces, wrap long lines, kill some empty lines.Alexander Bluhm
2017-05-28Add missing NET_UNLOCK() in error path.Martin Pieuchot
2017-05-28Pf was handling IPv4 and IPv6 differently regarding AH extensionAlexander Bluhm
2017-05-28trunk_port_destroy() needs the NET_LOCK().Martin Pieuchot
2017-05-28Remove all splnet/splx from pipex(4) and pppx(4) and replace some ofYASUOKA Masahiko
2017-05-28Leaving IP multicast group requires the NET_LOCK().Martin Pieuchot
2017-05-28Remove useless splnet()/splx() dances.Martin Pieuchot
2017-05-28Protect the global array of interfaces with the NET_LOCK().Martin Pieuchot
2017-05-27fix previous as noted by mpi, thx florianSebastian Benoit
2017-05-27move sending of pflow packet into a task, seperated from the dataSebastian Benoit
2017-05-27Push the NET_LOCK down into PF_KEY so that it can be treated like PF_ROUTE.Claudio Jeker
2017-05-27Protect the global list of softc with the NET_LOCK().Martin Pieuchot
2017-05-27Protect the global list of softc with the NET_LOCK().Martin Pieuchot
2017-05-27Remove useless splnet()/splx() dances.Martin Pieuchot
2017-05-27Use rn_inithead() instead of rn_inithead0(). Since rn_inithead0()YASUOKA Masahiko
2017-05-27Remove obsolete comment talking about splnet().Martin Pieuchot
2017-05-27In ifa_ifwithroute() the rtalloc() needs to be done against the rdomainClaudio Jeker
2017-05-27Remove superflyous splnet()/splx() dances.Martin Pieuchot
2017-05-26There is only one version of pfkey in OpenBSD and this will not change anyClaudio Jeker
2017-05-24Fail with EINVAL when asked to create a non-root queue instead of panickingMike Belopuhov
2017-05-24When using "tcpdump proto 128" the filter never matched. A signAlexander Bluhm
2017-05-23Move the common length check in pf_pull_hdr() after the addressAlexander Bluhm
2017-05-22white space fix. no functional change.David Gwynne
2017-05-21Fix copy/paste in comment.Jeremie Courreges-Anglas
2017-05-20- fixes regression found by pf_forward testAlexandr Nedvedicky
2017-05-19Change PF behavior to allow MLD Listener Report packets to be sentRafael Zalamena
2017-05-18The function name ip4_input() is confusing as it also handles IPv6Alexander Bluhm
2017-05-17Protect the global list of interfaces with the NET_LOCK().Martin Pieuchot
2017-05-16- percpu anchor stacksAlexandr Nedvedicky
2017-05-16Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED().Martin Pieuchot
2017-05-16Remove list member now that the global list is gone.Martin Pieuchot
2017-05-16Kill unused global list and protect global array by the NET_LOCK().Martin Pieuchot
2017-05-15Remove unused variable mobileip_softc_list.Alexander Bluhm
2017-05-15Protect the gloal list of gre(4) interfaces by the NET_LOCK().Martin Pieuchot
2017-05-15if_input() doesn't need splnet().Martin Pieuchot
2017-05-15bridge_ioctl() doesn't need to call splnet().Martin Pieuchot
2017-05-15Enable the NET_LOCK(), take 3.Martin Pieuchot
2017-05-15clang warns on unused static const variables. Remove one such unusedJonathan Gray
2017-05-15Hook up FQ-CoDel to the tree and enable configuration in the pfctl(8)Mike Belopuhov
2017-05-12Unify duplicate code from address family switch in bridge_ipsec().Alexander Bluhm
2017-05-12Export delay statistics instead of bucket informationMike Belopuhov
2017-05-12Make a kernel with switch(4) but without INET6 compile again.Alexander Bluhm
2017-05-11Remove a leftover from the ifq_mfreeml conversionMike Belopuhov
2017-05-11No need to go through a remove/insert cycle when there's a single routeMartin Pieuchot
2017-05-11Add pf queue configuration glue for FQ-CoDelMike Belopuhov
2017-05-11Increment drop counter on the enqueue failureMike Belopuhov