summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Potential fix for races shutting down callouts when unloadingsam2003-10-291-2/+6
* o add locking to protect routing table refcnt manipulationssam2003-10-291-16/+18
* add ECN support in layer-3.ume2003-10-295-35/+130
* ip6_savecontrol() argument is redundantume2003-10-291-1/+1
* Introduce the notion of "persistent mbuf tags"; these are tags that staysam2003-10-291-0/+1
* speedup stream socket recv handling by tracking the tail ofsam2003-10-283-8/+8
* revert following unwanted changes:ume2003-10-252-26/+26
* correct namespace pollution.ume2003-10-251-2/+1
* remove the ip6r0_addr and ip6r0_slmap members from ip6_rthdr0{}ume2003-10-241-3/+2
* correct tab and order.ume2003-10-241-4/+4
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-244-41/+42
* Reduce the number of tcp time_wait structs to maxsockets / 5; this ensuressilby2003-10-242-2/+2
* o restructure initialization code so data structures are setupsam2003-10-241-22/+34
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-213-5/+5
* enclose IPv6 part with ifdef INET6.ume2003-10-202-4/+6
* correct linkmtu handling.ume2003-10-202-4/+22
* - add dom_if{attach,detach} framework.ume2003-10-173-10/+5
* pfil hooks can modify packet contents so check if the destinationsam2003-10-161-1/+11
* Drop dummynet lock when calling back into the network stack to deliversam2003-10-161-0/+5
* Malloc buckets of size 128 have been having their 64-byte offsetmckusick2003-10-161-4/+7
* purge extraneous ';'ssam2003-10-151-3/+3
* Lock ip forwarding route cache. While we're at it, remove the globalsam2003-10-143-37/+95
* remove dangling ';'s` that were harmlesssam2003-10-141-2/+2
* - fix typo in comment.ume2003-10-072-5/+4
* nuke unused ICMPV6CTL_NAMES and KEYCTL_NAMES macros.ume2003-10-071-24/+0
* return(code) -> return (code)ume2003-10-071-1/+1
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-047-54/+87
* hookup ctlinput for fast ipsec versions of esp+ah protocolssam2003-10-031-2/+2
* place some kernel-specific data structures under #ifdef _KERNELsam2003-10-031-0/+2
* Shorten 'bad gateway' AF_LINK message.bms2003-10-031-1/+1
* Make arp_rtrequest()'s 'bad gateway' messages slightly more informative,bms2003-10-031-1/+4
* Only delete the route if arplookup() tried to create it. Do not deletebms2003-10-031-8/+13
* By popular demand, added the "static ARP" per-interface option.ru2003-10-011-2/+4
* add /*CONSTCOND*/ to reduce diffs against latest KAME.ume2003-09-252-6/+6
* Fix a logic error in the check to see if arplookup() should free the route.bms2003-09-241-2/+1
* o update PFIL_HOOKS support to current API used by netbsdsam2003-09-233-42/+30
* Fix a bug in arplookup(), whereby a hostile party on a locallybms2003-09-231-6/+14
* Grrr...add the Skinny alias code forgotten in the last commit.marcus2003-09-231-0/+338
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.marcus2003-09-236-1/+30
* Bandaid locking change: mark static rule mutex recursive so re-entry whensam2003-09-171-1/+2
* shuffle code so we don't "continue" and miss a needed unlock operationsam2003-09-171-4/+2
* Add locking.sam2003-09-171-164/+309
* Minor fixups + add locking.sam2003-09-171-65/+120
* Fix a bunch of off-by-one errors in the range checking code.ru2003-09-112-4/+4
* Fixed -Wpointer-arith warning.ru2003-09-091-1/+1
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-2/+2
* Add locking.sam2003-09-061-135/+237
* lock ip fragment queuessam2003-09-051-0/+18
* o add lockingsam2003-09-051-37/+67
* PR: kern/56343bms2003-09-031-1/+3
OpenPOWER on IntegriCloud