summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* - Fix a comment about prison.rrs2008-01-281-4/+5
* - Change back to using prioity 0. Which means don't change therrs2008-01-281-1/+1
* - Fix a bug where the socket may have been closed whichrrs2008-01-281-0/+8
* - Fixes a comparison wrap issue with sack gap ack blocks thatrrs2008-01-281-1/+1
* Hide ipfw internal data structures behind IPFW_INTERNAL rather thanrwatson2008-01-252-0/+14
* Replace the last susers calls in netinet6/ with privilege checks.bz2008-01-241-0/+1
* Differentiate between addifaddr and delifaddr for the privilege check.bz2008-01-241-1/+2
* tcp_usrreq.c:1.313 removed tcbinfo locking from tcp_usr_accept(), whichrwatson2008-01-231-0/+2
* In tcp_ctloutput(), don't hold the inpcb lock over sooptcopyin(), rather,rwatson2008-01-181-25/+55
* Don't duplicate the whole of arpresolve to arpresolve 2 for the sakejulian2007-12-312-122/+19
* Workaround p->numbytes overflow, which can result in infinite loop insideoleg2007-12-251-7/+22
* When IPSEC fails to allocate policy state for an inpcb, and MAC is in use,rwatson2007-12-221-1/+5
* Fix bugs in the TCP syncache timeout code. including:ru2007-12-191-8/+18
* Remove extraneous debug statements.kmacy2007-12-191-6/+0
* Incorporate TCP offload hooks in to core TCP code.kmacy2007-12-183-21/+34
* - sctp-iterator should run at PI_NET priority ...not 0.rrs2007-12-181-1/+1
* incorporate feedback since initial commitkmacy2007-12-174-281/+386
* widen the routing event interface (arp update, redirect, and eventually pmtu ...kmacy2007-12-172-16/+123
* Don't panic in arpresolve if we're given a null mbuf. We couldkmacy2007-12-171-11/+15
* Update tod_connect call to reflect updated interfacekmacy2007-12-161-1/+1
* Move arp update upcall to always be called for ARP replies - previous invocationkmacy2007-12-161-4/+4
* Update the toedev's connect interface to reflect the fact that the inpcbkmacy2007-12-161-1/+1
* Add socket option for setting and retrieving the congestion control algorithm.kmacy2007-12-161-0/+3
* make naming prefixes consistent across tom_infokmacy2007-12-151-2/+2
* Fix error in previous commit - the style fix changed flag name withoutkmacy2007-12-131-1/+1
* Fix style issues with initial TCP offload commitkmacy2007-12-124-200/+215
* add interface for allowing consumers to register for ARP updates,kmacy2007-12-121-1/+8
* Add interface for tcp offload to syncache:kmacy2007-12-122-15/+50
* Add driver independent interface to offload active established TCP connectionskmacy2007-12-124-1/+460
* Remove spurious timestamp check. RFC 1323 explicitly states that timestamps MAYkmacy2007-12-121-17/+1
* If we are walking the IPv6 header chain and we hit an IPPROTO_NONEdwmalone2007-12-091-3/+6
* Add padding for anticipated functionalitykmacy2007-12-073-8/+21
* - More fixes for lock misses on the transfer of data torrs2007-12-073-105/+126
* Simpler version of the previous commit.des2007-12-061-5/+2
* - optimize the initialization of the SB max variables.rrs2007-12-062-9/+20
* - More fixes for the non-blocking msg send, had the skip of the pre-blockrrs2007-12-042-4/+5
* - Opps, signedness issue with one of the new var's (this is an issuerrs2007-12-041-1/+1
* - Found a problem in non-blocking sends. Whenrrs2007-12-044-86/+115
* For the sake of convenience, print the name of the network interfaceyar2007-12-041-2/+2
* Fix SACK negotiation that was broken in rev 1.105.silby2007-12-041-1/+1
* Consider the following situation:guido2007-12-021-1/+2
* Centralize and correct computation of TCP-MD5 signature offset withinbz2007-11-301-8/+3
* Move call to tcp_signature_compute() after we adjusted the payload offsetbz2007-11-301-5/+6
* Let opt be an array. Though &opt[0] == opt == &opt, &opt is highlybz2007-11-281-1/+1
* Correctly get the authentication key for TCP-MD5 from the SA.bz2007-11-281-1/+1
* More carefully handle various cases in sysctl_drop(), such as unlockingrwatson2007-11-241-3/+7
* Fix strict alias warnings.jb2007-11-231-2/+5
* Make TSO work with IPSEC compiled into the kernel.bz2007-11-211-3/+16
* Comment out the syncache's test which ensures that hosts which negotiate TCPsilby2007-11-201-0/+6
* - New sysctl variable: net.inet.ip.dummynet.io_fastoleg2007-11-171-3/+6
OpenPOWER on IntegriCloud