aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* If the vhid already present, return EEXIST instead ofGleb Smirnoff2008-02-071-1/+1
* Remove unused structure member from struct in_ifadown_arg.Gleb Smirnoff2008-02-071-2/+1
* Replace the random IP ID generation code weMike Silbersack2008-02-061-146/+154
* Rather than passing around a cached 'priv', pass in an ucred toBjoern A. Zeeb2008-02-021-20/+5
* Correct two problems relating to sorflush(), which is called to flushRobert Watson2008-01-313-4/+5
* - Fix a comment about prison.Randall Stewart2008-01-281-4/+5
* - Change back to using prioity 0. Which means don't change theRandall Stewart2008-01-281-1/+1
* - Fix a bug where the socket may have been closed whichRandall Stewart2008-01-281-0/+8
* - Fixes a comparison wrap issue with sack gap ack blocks thatRandall Stewart2008-01-281-1/+1
* Hide ipfw internal data structures behind IPFW_INTERNAL rather thanRobert Watson2008-01-252-0/+14
* Replace the last susers calls in netinet6/ with privilege checks.Bjoern A. Zeeb2008-01-241-0/+1
* Differentiate between addifaddr and delifaddr for the privilege check.Bjoern A. Zeeb2008-01-241-1/+2
* tcp_usrreq.c:1.313 removed tcbinfo locking from tcp_usr_accept(), whichRobert Watson2008-01-231-0/+2
* In tcp_ctloutput(), don't hold the inpcb lock over sooptcopyin(), rather,Robert Watson2008-01-181-25/+55
* Don't duplicate the whole of arpresolve to arpresolve 2 for the sakeJulian Elischer2007-12-312-122/+19
* Workaround p->numbytes overflow, which can result in infinite loop insideOleg Bulyzhin2007-12-251-7/+22
* When IPSEC fails to allocate policy state for an inpcb, and MAC is in use,Robert Watson2007-12-221-1/+5
* Fix bugs in the TCP syncache timeout code. including:Ruslan Ermilov2007-12-191-8/+18
* Remove extraneous debug statements.Kip Macy2007-12-191-6/+0
* Incorporate TCP offload hooks in to core TCP code.Kip Macy2007-12-183-21/+34
* - sctp-iterator should run at PI_NET priority ...not 0.Randall Stewart2007-12-181-1/+1
* incorporate feedback since initial commitKip Macy2007-12-174-281/+386
* widen the routing event interface (arp update, redirect, and eventually pmtu ...Kip Macy2007-12-172-16/+123
* Don't panic in arpresolve if we're given a null mbuf. We couldKip Macy2007-12-171-11/+15
* Update tod_connect call to reflect updated interfaceKip Macy2007-12-161-1/+1
* Move arp update upcall to always be called for ARP replies - previous invocationKip Macy2007-12-161-4/+4
* Update the toedev's connect interface to reflect the fact that the inpcbKip Macy2007-12-161-1/+1
* Add socket option for setting and retrieving the congestion control algorithm.Kip Macy2007-12-161-0/+3
* make naming prefixes consistent across tom_infoKip Macy2007-12-151-2/+2
* Fix error in previous commit - the style fix changed flag name withoutKip Macy2007-12-131-1/+1
* Fix style issues with initial TCP offload commitKip Macy2007-12-124-200/+215
* add interface for allowing consumers to register for ARP updates,Kip Macy2007-12-121-1/+8
* Add interface for tcp offload to syncache:Kip Macy2007-12-122-15/+50
* Add driver independent interface to offload active established TCP connectionsKip Macy2007-12-124-1/+460
* Remove spurious timestamp check. RFC 1323 explicitly states that timestamps MAYKip Macy2007-12-121-17/+1
* If we are walking the IPv6 header chain and we hit an IPPROTO_NONEDavid Malone2007-12-091-3/+6
* Add padding for anticipated functionalityKip Macy2007-12-073-8/+21
* - More fixes for lock misses on the transfer of data toRandall Stewart2007-12-073-105/+126
* Simpler version of the previous commit.Dag-Erling Smørgrav2007-12-061-5/+2
* - optimize the initialization of the SB max variables.Randall Stewart2007-12-062-9/+20
* - More fixes for the non-blocking msg send, had the skip of the pre-blockRandall Stewart2007-12-042-4/+5
* - Opps, signedness issue with one of the new var's (this is an issueRandall Stewart2007-12-041-1/+1
* - Found a problem in non-blocking sends. WhenRandall Stewart2007-12-044-86/+115
* For the sake of convenience, print the name of the network interfaceYaroslav Tykhiy2007-12-041-2/+2
* Fix SACK negotiation that was broken in rev 1.105.Mike Silbersack2007-12-041-1/+1
* Consider the following situation:Guido van Rooij2007-12-021-1/+2
* Centralize and correct computation of TCP-MD5 signature offset withinBjoern A. Zeeb2007-11-301-8/+3
* Move call to tcp_signature_compute() after we adjusted the payload offsetBjoern A. Zeeb2007-11-301-5/+6
* Let opt be an array. Though &opt[0] == opt == &opt, &opt is highlyBjoern A. Zeeb2007-11-281-1/+1
* Correctly get the authentication key for TCP-MD5 from the SA.Bjoern A. Zeeb2007-11-281-1/+1