summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fix a bug in sctp_calc_rwnd() which resulted in wrong rwnd predictions.rrs2007-11-102-3/+3
* 1) dummynet_io() declaration has changed.oleg2007-11-063-34/+66
* style(9) cleanup.oleg2007-11-061-340/+350
* - Change the Time Wait of vtags value to match the cookie-liferrs2007-10-307-22/+78
* Continue to move from generic network entry points in the TrustedBSD MACrwatson2007-10-282-3/+3
* Move towards more explicit support for various network protocol stacksrwatson2007-10-282-2/+2
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-263-3/+3
* Normalize TCP syncache-related MAC Framework entry points to match mostrwatson2007-10-251-6/+6
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-2414-28/+28
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* Remove IPTOS_CE and IPTOS_ECT constants. They were defined in RFC 2481rpaulo2007-10-191-5/+0
* Pick the smallest possible TCP window scaling factor that will still allowsilby2007-10-192-8/+18
* - fix sctp_ifn initial refcount issue (prevents deletion)rrs2007-10-1610-54/+64
* Spelling fix for interupt -> interruptkevlo2007-10-122-2/+2
* Add FBSDID to all files in netinet so that people can moresilby2007-10-0738-53/+114
* Improve the debugging message:silby2007-10-071-2/+2
* - Fix the one-2-one model to properly do a socantrecv()rrs2007-10-061-0/+1
* Disable TCP syncache debug logging by default. While useful in debuggingrwatson2007-10-051-1/+1
* - We should return error = 0 and the upper processing wouldrrs2007-10-041-1/+2
* - Bug fix managing congestion parameter on immediaterrs2007-10-0111-50/+147
* o For dynamic rules log a parent rule number. Prefix a log messagemaxim2007-09-291-1/+2
OpenPOWER on IntegriCloud