aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Remove IPTOS_CE and IPTOS_ECT constants. They were defined in RFC 2481Rui Paulo2007-10-191-5/+0
* Pick the smallest possible TCP window scaling factor that will still allowMike Silbersack2007-10-192-8/+18
* - fix sctp_ifn initial refcount issue (prevents deletion)Randall Stewart2007-10-1610-54/+64
* Spelling fix for interupt -> interruptKevin Lo2007-10-122-2/+2
* 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-645/+1149
* - 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-315/+802
* 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
* Use the sequence number comparison macro to compareQing Li2007-08-161-2/+2
* Over the past couple of years, there have been a number of reports relatingChristian S.J. Peron2007-08-062-10/+66
* - change number assignments for SHA225-512 (match artisyncRandall Stewart2007-08-065-5/+30
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-066-37/+8
* Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.Bjoern A. Zeeb2007-08-053-5/+5
* Change TCPTV_MIN to be independent of HZ. While it was documented toPeter Wemm2007-07-312-1/+3
* Make tcpstates[] static, and make sure TCPSTATES is defined beforeDag-Erling Smørgrav2007-07-303-11/+1
* Fix a typo in a log message: s/Reveived/Received/.Bruce A. Mah2007-07-291-1/+1
* Fix compilation problems- tcpstates is only available if TCPDEBUGMatt Jacob2007-07-292-1/+9
* Fix a panic introduced in rev 1.126.Mike Silbersack2007-07-281-1/+1
* Provide a sysctl to toggle reporting of TCP debug logging:Andre Oppermann2007-07-283-8/+27
* o Move setting/resetting logic of syncache timer from macroAndre Oppermann2007-07-281-19/+49
* o Move all detailed checks for RST in LISTEN state from tcp_input() toAndre Oppermann2007-07-282-17/+45
* Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and removeRobert Watson2007-07-285-14/+10
* Export the contents of the syncache to netstat.Mike Silbersack2007-07-275-13/+137
* Fix comments in tcp_do_segment().Andre Oppermann2007-07-251-5/+3
* - take out a needless panic under invariants for sctp_output.cRandall Stewart2007-07-2411-213/+455
* - remove duplicate code from sctp_asconf.cRandall Stewart2007-07-218-17/+41