summaryrefslogtreecommitdiff
path: root/sys/dist
AgeCommit message (Expand)Author
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
2012-02-09PR kern/45929darrenr
2012-02-01PR kern/45907darrenr
2012-02-01ansifychristos
2012-02-01Don't refer to ipf_log_soft_destroy(), ipf_log_soft_create(),he
2012-02-01Don't forward-declare ipf_dolog unless IPFILTER_LOG is defined,he
2012-02-01ansifychristos
2012-01-31PR bin/45894darrenr
2012-01-30fix printf formatschristos
2012-01-30Initialize "match", it may be used uninitialized, and gcc complainsmartin
2012-01-30Merge IPFilter 5.1.1 into HEADdarrenr
2012-01-30Import IPFilter 5.1.1darrenr
2012-01-11protect "union sockaddr_union" from being defined twice by a CPP symboldrochner
2011-12-19do missing ipsec->kame_ipsec renamesdrochner
2011-12-17Separate /dev/random pseudodevice implemenation from kernel entropy pooltls
2011-11-28Remove arc4random() and arc4randbytes() from the kernel API. Replacetls
2011-11-27Typo.mbalmer
2011-11-19First step of random number subsystem rework described intls
2011-08-30fix -Wshadow warnings when ALTQ is enabledjmcneill
2011-08-29build pf module with WARNS=3, and remove the need for -Wno-shadowjmcneill
2011-07-01fix an uninitialised variable problem. large-ish function, but imrg
2011-05-18remove unused expressiondrochner
2011-05-11Commit the patch fromhauke
2011-05-03Reduces the resources demanded by TCP sessions in TIME_WAIT-state usingdyoung
2011-03-05Use %zu for size_t in debugging printf.jakllsch
2011-02-24avoid #ifdef/#endif inside sprint() argument list, as with USE_FORT=yesplunky
2011-02-12Add 1 to the port range so the range is inclusive as documented.christos
2011-02-12PR/44070: Avoid zero divide in modulo operations.christos
2011-01-19make sure the "overload_tbl" member of "struct pf_rule" copied indrochner
2010-11-05ip_randomid: make mechanism MP-safe and more modular.rmind
2010-09-05Fix mbuf corruption when sending ICMP errors for blocked IPv6mlelstv
2010-08-11Revert previous - changes here are irrelevant to NetBSDpgoyette
2010-08-11Keep condvar wmesg's within 8-char limit.pgoyette
2010-06-01handle STDC and GNUC inline semantic differences by providing andplunky
2010-05-07Add support for pfs(8)degroote
2010-04-17clean up compile time warnings to due caddr_t and empty statementsdarrenr
2010-04-17New file for 4.1.34 that is in src/dist/ipf but not src/sys/dist/ipf/netinetdarrenr
2010-04-17Commit IPFilter 4.1.34 to HEADdarrenr
2010-04-13Do not unload pf when enabled, not even manually.ahoka
2010-04-13change module class to driver.ahoka
2010-04-13Do not auto unload pf if it's enabled.ahoka
2010-04-12- Make the pf and pflog driver able to detach.ahoka
2010-04-12Spello in comment.skrll
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg