summaryrefslogtreecommitdiff
path: root/sys/dist
AgeCommit message (Expand)Author
2020-03-19Pull up following revision(s) (requested by riastradh in ticket #787):martin
2018-12-22Replace M_ALIGN and MH_ALIGN by m_align.maxv
2018-11-15Remove the 't' argument from m_tag_find().maxv
2018-09-14Use non-variadic function pointer in protosw::pr_input.maxv
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-08-10Fix compilation of PF/IPF...maxv
2018-08-10Renamemaxv
2018-07-11Fix build. pf_ioctl.c needs netinet/in_offload.h (after previous change).kre
2018-07-11Renamemaxv
2018-06-27 Add missing BPF_D_OUT. Reported by John D. Baker.msaitoh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-05-03Remove m_copy completely.maxv
2018-02-19It is normal for socket credentials to be missing for incoming sockets,christos
2018-02-18PR/53036: Alexander Nasonov: 'block user' in pf's ruleset panics 8.0_BETAchristos
2018-02-14Don't invoke UB.maya
2018-02-09Oh, what is this. Fix a remotely-triggerable integer overflow: the way wemaxv
2017-10-31PR/52682: David Binderman: Fix wrong assignment (in the !__NetBSD__ code)christos
2017-10-15Defer initialization of pf_status.host_idpgoyette
2017-03-14Use if_acquire and if_release instead of using psref API directlyozaki-r
2017-02-14Do ND in L2_output in the same manner as arpresolveozaki-r
2017-01-16use in6_printchristos
2017-01-16Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mp...ryo
2016-12-26pfil(9) improvements to handle address changes:christos
2016-12-08Add rtcache_unref to release points of rtentry stemming from rtcacheozaki-r
2016-07-20Apply pserialize to some iterations of IP address listsozaki-r
2016-07-07Switch the address list of intefaces to pslist(9)ozaki-r
2016-06-22Remove unnecessary NULL checks of ifa->ifa_addrozaki-r
2016-06-21Replace ifp of ip_moptions and ip6_moptions with if_indexozaki-r
2016-06-20apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...knakahara
2016-06-16Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUNDozaki-r
2016-06-10Avoid storing a pointer of an interface in a mbufozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-05-12Protect ifnet list with psz and psrefozaki-r
2016-04-28Constify rtentry of if_outputozaki-r
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2015-04-13<sys/rnd.h> not needed for pf_norm.c.riastradh
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Unbreak the build of pfozaki-r
2014-06-05- Implement pktqueue interface for lockless IP input queue.rmind
2014-05-17Fix previous.rmind
2014-05-17- Move IFNET_*() macros under #ifdef _KERNEL.rmind
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-03-06remove unused variable to avoid warning from gcc 4.8.nonaka
2013-10-20fix compiler warningschristos
2013-07-01PFIL_HOOKS is dead.skrll
2013-06-30Fix pf module build. Adjust pfil_remove_hook 3rd arguments.njoly
2013-06-30Update pf to pfil(9) changes. Missed in previous commit.rmind
2012-09-15IPF 5.1.2 is in external/bsd/ipf and sys/external/bsd/ipf now;plunky
2012-03-22remove KAME IPSEC, replaced by FAST_IPSECdrochner
2012-02-15Back out the recent import of IPFilter 5.1.1 for the upcoming branch,riz