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