summaryrefslogtreecommitdiff
path: root/sys/dist/pf/net
AgeCommit message (Expand)Author
2022-11-04inpcb: rename functions to in6pcb_*ozaki-r
2022-11-04inpcb: rename functions to inpcb_*ozaki-r
2022-10-28Adjust pf, wg, dccp and sctp for struct inpcb integrationozaki-r
2022-03-28driver(9): devsw_detach never fails. Make it return void.riastradh
2021-03-10remove htons, it is pointless (thanks joerg@)christos
2021-03-10remove args from ip_randomid() (John D. Baker). When does this file get built?christos
2021-03-08Adjust for fewer args in calling functionschristos
2020-12-04In pfr_fix_anchor(), change an overlapping bcopy() call to a memmove()thorpej
2020-08-10Clean up _LKM --> _MODULE leftovers.rin
2020-03-05Need opt_inet.h for #ifdef INET, INET6.riastradh
2020-02-21Explicitly cast pointers to uintptr_t before casting to enums. They arejoerg
2020-01-29Adopt <net/if_stats.h>.thorpej
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