summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* More ECN fixes:rrs2011-01-3113-486/+86
* Remove duplicate printing of TF_NOPUSH in db_print_tflags().bz2011-01-291-4/+0
* Fixes to ECN in SCTP.rrs2011-01-299-53/+165
* Keep track of the real last RTT on each net.rrs2011-01-282-1/+8
* Fix a bug in the way ECN-Echo chunkrrs2011-01-282-3/+19
* * Use 300 ms as the default for RTO_MIN.tuexen2011-01-261-4/+3
* Make SCTP_MAX_BURST compliant with the latest version oftuexen2011-01-261-13/+22
* Change infrastructure for SCTP_MAX_BURST to allow compliancetuexen2011-01-266-33/+43
* Prison check addresses set with multicast interface options.deischen2011-01-261-6/+9
* When matching an incoming ARP against a bridge, ensure both interfaces belongthompsa2011-01-251-2/+2
* Import the ERTT (Enhanced Round Trip Time) Khelp module. ERTT uses thelstewart2011-01-242-0/+634
* 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
OpenPOWER on IntegriCloud