summaryrefslogtreecommitdiff
path: root/sys/dist/pf/net/pf_if.c
AgeCommit message (Expand)Author
2017-03-14Use if_acquire and if_release instead of using psref API directlyozaki-r
2016-12-26pfil(9) improvements to handle address changes:christos
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-16Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUNDozaki-r
2016-05-12Protect ifnet list with psz and psrefozaki-r
2014-05-17Fix previous.rmind
2014-05-17- Move IFNET_*() macros under #ifdef _KERNEL.rmind
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
2010-04-12- Make the pf and pflog driver able to detach.ahoka
2009-12-06If pfi_address_add() has to extend the buffer, copy the data in thedsl
2009-07-28Remove LKM code from pf.minskim
2008-12-19use M_ZERO on malloc() and remove subsequent bzero().cegger
2008-12-19pass M_NOWAIT instead of M_DONTWAIT to malloc.cegger
2008-06-18merge yamt-pf42 branch.yamt
2008-02-11Use TAILQ_FOREACH().dyoung
2007-12-11use __KERNEL_RCSID()lukem
2007-12-05Use IFADDR_FOREACH().dyoung
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2005-07-01Resolve conflicts (pf from OpenBSD 3.7, kernel part).peter
2004-12-04Improve the cleanup routines for detachment. Fixes PR 28132.peter
2004-12-04plug pfik_ifaddrhooks leaks by embedding it to pfi_kif.yamt
2004-11-14resolve conflicts. (pf from OpenBSD 3.6, kernel part)yamt
2004-07-26fix dynaddr tracking.yamt
2004-07-26ANSIfy. (inside #ifdef __NetBSD__)yamt
2004-06-29make PF lkm working. from Peter Postma and Joel Wilsson.itojun
2004-06-22PF from openbsd 3.5. missing features:itojun
2004-06-22PF from OpenBSD 3.5itojun