summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert rev. 1.94. After recent tcp backouts, tcp_close() may return NULL.kib2007-09-241-1/+1
* Two changes:silby2007-09-245-49/+52
* Certain consumers of rtalloc like gif(4) and if_stf(4) lookup thecsjp2007-09-231-2/+2
* - fix (global) address handling in the presence of duplicates, therrs2007-09-213-83/+137
* - The address lock is changed to a rwlock. Thisrrs2007-09-189-69/+87
* - For the 1-to-1 model, fix an off by one error thatrrs2007-09-161-1/+1
* - Get rid of unsused constants for sysctl variables.rrs2007-09-158-151/+106
* - DF bit was on for COOKIE-ECHO chunks. This isrrs2007-09-139-40/+60
* - Incorrect error EAGAIN returned for invalid send on a lockedrrs2007-09-137-12/+27
* - Removed debug code and more C++ style comments in the mobilityrrs2007-09-101-14/+1
* - Added some comments to tell where the htcprrs2007-09-103-11/+19
* Make sure that either inp is NULL or we have obtained a lock on it beforekensmith2007-09-101-13/+13
* Further UDPv4 cleanup:rwatson2007-09-101-17/+17
* - send call has a reference to uio->uio_resid inrrs2007-09-0819-645/+1149
* - Locking compatiability changes. This involves addingrrs2007-09-0817-253/+923
* Back out tcp_timer.c:1.93 and associated changes that reimplemented the manyrwatson2007-09-075-335/+267
* Repair ALTQ-tagging rules in IPFW which got broken in the last PFgreen2007-08-291-1/+0
* - During shutdown pending, when the last sack came in andrrs2007-08-2719-315/+802
* o Fix bug I introduced in the previous commit (ipfw set extention):maxim2007-08-261-1/+4
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-2421-254/+925
* - Remove extra comment for 7.0 (no GIANT here).rrs2007-08-167-63/+106
* Use the sequence number comparison macro to compareqingli2007-08-161-2/+2
* Over the past couple of years, there have been a number of reports relatingcsjp2007-08-062-10/+66
* - change number assignments for SHA225-512 (match artisyncrrs2007-08-065-5/+30
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-066-37/+8
* Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.bz2007-08-053-5/+5
* Change TCPTV_MIN to be independent of HZ. While it was documented topeter2007-07-312-1/+3
* Make tcpstates[] static, and make sure TCPSTATES is defined beforedes2007-07-303-11/+1
* Fix a typo in a log message: s/Reveived/Received/.bmah2007-07-291-1/+1
* Fix compilation problems- tcpstates is only available if TCPDEBUGmjacob2007-07-292-1/+9
* Fix a panic introduced in rev 1.126.silby2007-07-281-1/+1
* Provide a sysctl to toggle reporting of TCP debug logging:andre2007-07-283-8/+27
* o Move setting/resetting logic of syncache timer from macroandre2007-07-281-19/+49
* o Move all detailed checks for RST in LISTEN state from tcp_input() toandre2007-07-282-17/+45
* Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and removerwatson2007-07-285-14/+10
* Export the contents of the syncache to netstat.silby2007-07-275-13/+137
* Fix comments in tcp_do_segment().andre2007-07-251-5/+3
* - take out a needless panic under invariants for sctp_output.crrs2007-07-2411-213/+455
* - remove duplicate code from sctp_asconf.crrs2007-07-218-17/+41
OpenPOWER on IntegriCloud