summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* unbreak compilation of FAST_IPSECsam2003-11-081-1/+1
* MFp4: reminder that random id code is not reentrantsam2003-11-071-0/+1
* Move uid/gid checking logic out of line and lock inpcb usage. Thissam2003-11-071-40/+60
* use ipsec_getnhist() instead of obsoleted ipsec_gethist().ume2003-11-071-1/+1
* Fix locking of the ip forwarding cache. We were holding a referencesam2003-11-071-11/+21
* - cleanup SP refcnt issue.ume2003-11-045-9/+37
* Note that when ip_output() is called from ip_forward(), it will alreadyrwatson2003-11-031-0/+2
* Remove comment about desire for eventual explicit labeling of ICMPrwatson2003-11-031-4/+0
* Remove bogus RTFREE that was added in rev 1.47. The rmx code operatessam2003-11-031-3/+2
* Correct rev 1.56 which (incorrectly) reversed the test used tosam2003-11-031-1/+1
* Add an additional check to the tcp_twrecycleable function; I hadsilby2003-11-023-6/+33
* - Add a new function tcp_twrecycleable, which tells us if the ISN whichsilby2003-11-014-0/+52
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-316-35/+31
* Overhaul routing table entry cleanup by introducing a new rtexpungesam2003-10-303-37/+15
* 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
OpenPOWER on IntegriCloud