Age | Commit message (Expand) | Author |
2004-06-25 | re-introduce PF_INOUT and move PF_FORWARD def to the end. | Jun-ichiro itojun Hagino |
2004-06-25 | Add tap aka layer 2 tunneling support to tun(4). It can be enabled by setting | Claudio Jeker |
2004-06-25 | Minor fixes suggested by nordin@ and henning@ | Thorsten Lockert |
2004-06-25 | IPv6 reassembly on "scrub" directive. | Jun-ichiro itojun Hagino |
2004-06-24 | KNF, cleanup, readability fixes... this hurt | Henning Brauer |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-23 | pfr_commit_ktable calls functions that can result in the current | Ryan Thomas McBride |
2004-06-22 | Import current NetBSD/FreeBSD 802.11 framework. | Todd C. Miller |
2004-06-22 | Pull the plug on source-based routing until remaining bugs are eradicated. | Cedric Berger |
2004-06-22 | Unbreak previous commit ok markus@ | Can Erkin Acar |
2004-06-22 | Add a new "filter drop" flag to bpf and related ioclts. | Can Erkin Acar |
2004-06-22 | Don't use time-based random number generation | Thorsten Lockert |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-21 | don't accept SADB_X_EXT_UDPENCAP if encapsulation is disabled; ok ho@ | Markus Friedl |
2004-06-21 | move the IFF_UP check to bpfwrite; ok canacar@ | Markus Friedl |
2004-06-21 | make it possble to use IPsec over link-local address (policy table uses | Jun-ichiro itojun Hagino |
2004-06-21 | Get rid of pf_test_eh() wrapper. | Ryan Thomas McBride |
2004-06-21 | Don't use time for random starting value... "love it" deraadt@ | Thorsten Lockert |
2004-06-20 | undo mbuf cluster breakage that causes free'ed packets to show up on the | Bob Beck |
2004-06-19 | require RTF_MPATH to enter a multipath route with RTM_ADD. | Cedric Berger |
2004-06-19 | starting TDM T1->E3->whatever media interface model we will attempt | Theo de Raadt |
2004-06-14 | Remove DIOCBEGINRULES, DIOCCOMMITRULES, DIOCBEGINALTQS, DIOCCOMMITALTQS, | Cedric Berger |
2004-06-14 | de-__P | Theo de Raadt |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-11 | Eliminate a dereference after pool_put when an inactive/no-longer referenced | Ryan Thomas McBride |
2004-06-10 | rename struct pf_rule_addr member 'not' to 'neg', as 'not' is a reserved | Daniel Hartmeier |
2004-06-07 | Make deletion of a few addresses much faster on big tables. ok claudio@ | Cedric Berger |
2004-06-06 | extend routing table to be able to match and route packets based on | Cedric Berger |
2004-06-04 | Remove the multicast address when we unconfigure the syncif. | Ryan Thomas McBride |
2004-06-02 | tables like to allocate lots of memory at once. use the previous | Ted Unangst |
2004-05-31 | thinko, reported by Fernando Braga | Daniel Hartmeier |
2004-05-31 | remove the broken auto-append-'0' code; ok canacar, deraadt, thierry | Markus Friedl |
2004-05-29 | introduce SIOCSIFDESCR and SIOCGIFDESCR to maintain interface | joshua stein |
2004-05-28 | bpf device cloning. | Alexander Yurchenko |
2004-05-25 | Return buffered packets when reading from a bpf descriptor and the | Can Erkin Acar |
2004-05-21 | Use '/' instead of ':' as separator for anchor path components. Note that | Daniel Hartmeier |
2004-05-21 | copy out relative anchor paths correctly | Daniel Hartmeier |
2004-05-19 | Allow recursive anchors (anchors within anchors, up to 64 | Daniel Hartmeier |
2004-05-18 | if_ether.h | Brad Smith |
2004-05-18 | In DIOCCHANGERULE, move ticket increment above code that might free | Daniel Hartmeier |
2004-05-17 | fix uninitialized var; found by millert@ | Michael Shalayeff |
2004-05-16 | add DLT_PPP_ETHER DLT type | Brad Smith |
2004-05-12 | Rework a block readded by the multipath commit that should ensure that | Claudio Jeker |
2004-05-11 | pf_cksum_fixup() was called without last argument from normalization, | Daniel Hartmeier |
2004-05-11 | change pf_route() loop detection: introduce a counter (number of times | Daniel Hartmeier |
2004-05-09 | Don't dereference scrub pointer when it's NULL, fix PR 3775, from | Daniel Hartmeier |
2004-05-08 | reference count bpf descriptors to protect against disappearing interfaces | Can Erkin Acar |
2004-05-07 | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. | Todd C. Miller |
2004-05-05 | Use RFC1323 PAWS timestamps as a logical extension to the conventional TCP | Mike Frantzen |
2004-05-04 | The tcp specific routing metrics are almost never used so reduce the routing | Claudio Jeker |