aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix errors in the padding of TCP options.Colin Percival2008-06-192-3/+21
* Merge uipc_sockbuf.c:1.175, uipc_socket.c:1.304, uipc_syscalls.c:1.264,Robert Watson2008-02-023-4/+5
* - Fixes is a bug in sctp_auth that will cause a panic ifRandall Stewart2008-01-314-6/+15
* Merge ipfw2.c:1.113, ip_fw.h:1.111, ip_fw2.c:1.180 from HEAD toRobert Watson2008-01-282-0/+14
* Merge tcp_usrreq.c:1.167 from HEAD to RELENG_7_0:Robert Watson2008-01-261-0/+2
* - sctp-iterator should run at PI_NET priority ...not 0.Randall Stewart2007-12-291-1/+1
* Merge in_pcb.c:1.196.2.1 from RELENG_7 to RELENG_7_0:Robert Watson2007-12-221-1/+5
* MFC: 1.141: Fix bugs in the TCP syncache timeout code.Ruslan Ermilov2007-12-201-8/+18
* MFC 1.334Guido van Rooij2007-12-191-1/+2
* - Found a problem in non-blocking sends. WhenRandall Stewart2007-12-095-194/+256
* MFC rev 1.136: Fix SACKMike Silbersack2007-12-071-1/+1
* Add padding for anticipated functionalityKip Macy2007-12-073-8/+21
* MFC: rev. 1.143 sys/netinet/tcp_output.cBjoern A. Zeeb2007-12-051-3/+16
* MFC: rev. 1.303 sys/netinet/tcp_subr.c [1]Bjoern A. Zeeb2007-12-023-14/+10
* MFC: rev. 1.144 sys/netinet/tcp_output.cBjoern A. Zeeb2007-12-021-1/+1
* Restore RFC 1724 hack for interface selection to RELENG_7, as routed andRobert Watson2007-11-291-2/+24
* Merge tcp_subr.c:1.302 from HEAD to RELENG_7:Robert Watson2007-11-271-3/+7
* MFC rev 1.134: Comment out the syncache's test which ensures that hosts whichMike Silbersack2007-11-201-0/+6
* - Fixes a bug in rwnd handling that would cause an incorrect rwndRandall Stewart2007-11-152-8/+8
* - Change the Time Wait of vtags value to match the cookie-lifeRandall Stewart2007-11-067-22/+78
* MFC:Mike Silbersack2007-10-262-8/+18
* - fix sctp_ifn initial refcount issue (prevents deletion)Randall Stewart2007-10-2510-49/+59
* Add FBSDID to all files in netinet so that people can moreMike Silbersack2007-10-0738-53/+114
* Improve the debugging message:Mike Silbersack2007-10-071-2/+2
* - Fix the one-2-one model to properly do a socantrecv()Randall Stewart2007-10-061-0/+1
* Disable TCP syncache debug logging by default. While useful in debuggingRobert Watson2007-10-051-1/+1
* - We should return error = 0 and the upper processing wouldRandall Stewart2007-10-041-1/+2
* - Bug fix managing congestion parameter on immediateRandall Stewart2007-10-0111-50/+147
* o For dynamic rules log a parent rule number. Prefix a log messageMaxim Konovalov2007-09-291-1/+2
* Revert rev. 1.94. After recent tcp backouts, tcp_close() may return NULL.Konstantin Belousov2007-09-241-1/+1
* Two changes:Mike Silbersack2007-09-245-49/+52
* Certain consumers of rtalloc like gif(4) and if_stf(4) lookup theChristian S.J. Peron2007-09-231-2/+2
* - fix (global) address handling in the presence of duplicates, theRandall Stewart2007-09-213-83/+137
* - The address lock is changed to a rwlock. ThisRandall Stewart2007-09-189-69/+87
* - For the 1-to-1 model, fix an off by one error thatRandall Stewart2007-09-161-1/+1
* - Get rid of unsused constants for sysctl variables.Randall Stewart2007-09-158-151/+106
* - DF bit was on for COOKIE-ECHO chunks. This isRandall Stewart2007-09-139-40/+60
* - Incorrect error EAGAIN returned for invalid send on a lockedRandall Stewart2007-09-137-12/+27
* - Removed debug code and more C++ style comments in the mobilityRandall Stewart2007-09-101-14/+1
* - Added some comments to tell where the htcpRandall Stewart2007-09-103-11/+19
* Make sure that either inp is NULL or we have obtained a lock on it beforeKen Smith2007-09-101-13/+13
* Further UDPv4 cleanup:Robert Watson2007-09-101-17/+17
* - send call has a reference to uio->uio_resid inRandall Stewart2007-09-0819-644/+1148
* - Locking compatiability changes. This involves addingRandall Stewart2007-09-0817-253/+923
* Back out tcp_timer.c:1.93 and associated changes that reimplemented the manyRobert Watson2007-09-075-335/+267
* Repair ALTQ-tagging rules in IPFW which got broken in the last PFBrian Feldman2007-08-291-1/+0
* - During shutdown pending, when the last sack came in andRandall Stewart2007-08-2719-313/+800
* o Fix bug I introduced in the previous commit (ipfw set extention):Maxim Konovalov2007-08-261-1/+4
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-2421-254/+925
* - Remove extra comment for 7.0 (no GIANT here).Randall Stewart2007-08-167-63/+106