summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Add stream scheduling support.tuexen2011-01-2314-178/+1198
* An sbuf configured with SBUF_AUTOEXTEND will call malloc with M_WAITOK when alstewart2011-01-231-4/+21
* Remove unnecessary checking of variable.tuexen2011-01-231-12/+2
* Some correctness and robustness fixes related to CUBIC's mean RTT estimate:lstewart2011-01-211-6/+17
* Improve comments.tuexen2011-01-201-5/+5
* Fix it so we align with new socket API draft forrrs2011-01-203-25/+21
* Cleanup the management of CC functions.tuexen2011-01-195-256/+68
* Fix style 9 nit that snuck in when Irrs2011-01-191-1/+1
* Fix a bug where Multicast packets sent from arrs2011-01-191-3/+5
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-186-75/+81
* Add support for resource pooling to CMT.tuexen2011-01-161-44/+119
* Use a blocking malloc() to initialize the dummynet taskq.jhb2011-01-131-1/+1
* Un-break the build: use the correct format specifier for sizeof()csjp2011-01-121-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-126-25/+25
* Fix several bugs in the ARP code related to improperly formattedgnn2011-01-121-1/+16
* Fixe some whitespace nits that were introduced in r216758.lstewart2011-01-111-7/+7
* Reset the last_sack_ack SACK hint for TCP input processing to ensure that thelstewart2011-01-101-0/+1
* Make sure to always do source address selection ondeischen2011-01-081-8/+9
* Trim extra spaces before tabs.jhb2011-01-0710-21/+21
* Fix a memory leak in ARP queues.gnn2011-01-071-2/+1
* Adjust ARP hold queue locking.gnn2011-01-071-2/+3
* Use a regular taskqueue for dummynet rather than a "fast" taskqueue.jhb2011-01-071-1/+1
* Bugfix: Make sure that the COMM_UP notificatin is delivered first alsotuexen2011-01-021-5/+18
* Fix a typo.tuexen2011-01-011-1/+1
* Try to catch a possible divide-by-zero as early as possible if "mtu" is 0bz2010-12-311-0/+3
* Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macrostuexen2010-12-307-210/+125
* Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,tuexen2010-12-309-738/+439
* Fix three bugs related to the sequence number wrap-around affectingtuexen2010-12-303-3/+3
* Add a comment for the ccv member of struct tcpcb.lstewart2010-12-281-1/+1
* - Add some helper hook points to the TCP stack. The hooks allow Khelp modules tolstewart2010-12-284-0/+97
* Add a new sack hint to track the most recent and highest sacked sequence number.lstewart2010-12-282-0/+2
* Fix a whitespace nit introduced in r215166.lstewart2010-12-281-1/+1
* Remove comment bemoaning the lack of an INP_INHASHLIST above in_pcbdrop();rwatson2010-12-271-6/+0
* Provide a possibility to configure the inital congestion window to thetuexen2010-12-222-9/+13
* Improve plausibility check in sctp_handle_sack().tuexen2010-12-227-79/+68
* Fix a typo in a comment.jhb2010-12-211-1/+1
* Fix a flightsize bug related to the processing of PKTDRP reports.tuexen2010-12-171-1/+1
* Bugfix: Take also the nr-mapping array into account when detectingtuexen2010-12-162-10/+14
* Add a missing cast. Reported by blade_ly at yahoo.com.cn.tuexen2010-12-161-1/+1
* Bring back (most of) NATM to avoid further bitrot after r186119.bz2010-12-151-0/+6
* Bugfix: Do correct accounting using the MIB counters when antuexen2010-12-121-0/+5
* Use correct field to track statistics counting error as bad header length.bz2010-12-051-1/+1
* Fix a bug where also the number of non-renegable gap reportstuexen2010-12-043-47/+25
* Import a clean-room implementation of the experimental H-TCP congestion controllstewart2010-12-021-0/+521
* Import a clean-room implementation of the experimental CUBIC congestion controllstewart2010-12-022-0/+625
* General cleanup of the NewReno CC module (no functional changes):lstewart2010-12-021-52/+40
* - Reinstantiate the after_idle hook call in tcp_output(), which got lostlstewart2010-12-022-36/+20
* Set ssthresh appropriately on RTO. This change was accidentally not ported fromlstewart2010-12-021-0/+2
* Pass NULL instead of 0 for the th pointer value. NULL != 0 on all platforms.lstewart2010-12-021-1/+1
* Use time_uptime instead of non-monotonic time_second to drive ARPglebius2010-11-302-6/+6
OpenPOWER on IntegriCloud