summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
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
2017-05-09pfctlinput(PRC_IFDOWN, ...) has no effect on OpenBSD so remove it.Martin Pieuchot
2017-05-08Replace the global variables pfr_{sin,sin6} with stack local variablesPatrick Wildt
2017-05-08Add a compatibility shim for older pfctl binariesMike Belopuhov
2017-05-08Added initial IPv6 multicast routing support for multiple rdomains:Rafael Zalamena
2017-05-07Fix stage transition from the initial one to DROPPINGMike Belopuhov
2017-05-05Put back the call to pf_remove_src_node lost in the netlock backoutMike Belopuhov
2017-05-05Expand SA_LEN(), there is no benefit for using the macro in theAlexander Bluhm
2017-05-04If m is not a continuous mbuf cluster, m_pullup() in pr_input mayAlexander Bluhm
2017-05-04Implementation of the Flow Queue - Controlled Delay (FQ-CoDel)Mike Belopuhov
2017-05-04Introduce sstosa() for converting sockaddr_storage with a type safeAlexander Bluhm
2017-05-03Provide a function to dispose of a list of mbufs on dequeueMike Belopuhov
2017-05-03update the stack doco to match reality.David Gwynne
2017-05-03add ifq_mfreem() so ifq backends can free packets during dequeue.David Gwynne
2017-05-02Provide pluggable queueing interface for pfMike Belopuhov
2017-04-26Perform H-FSC root queue allocation in the kernelMike Belopuhov
2017-04-23Some of the LOG_NOTICE messages from PF were seen in normal operationsStuart Henderson
2017-04-21Speed up DIOCKILLSTATES by using the RB tree index if all fields usedYASUOKA Masahiko
2017-04-20Tweak lock inits to make the system runnable with witness(4)Visa Hankala
2017-04-19Use the rt_rmx defines that hide the struct rt_kmetrics indirection.Alexander Bluhm
2017-04-18Fix pipex(4) not to cause panics on strict alignment architectures.YASUOKA Masahiko