aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Attempt to improve feature parity between UDPv4 and UDPv6 by mergingRobert Watson2007-07-192-2/+4
* - added pre-checks to the bindx call.Randall Stewart2007-07-1717-211/+406
* - Modular congestion control, with RFC2581 being the default.Randall Stewart2007-07-1419-789/+2616
* Further cleanup of UDPv4:Robert Watson2007-07-102-98/+96
* Fix a regression in IPv4 multicast join path (IP_ADD_MEMBERSHIP).Bruce M Simpson2007-07-091-11/+26
* Minor UDPv4 cleanup: capitalize comment, move statistics update after mbufRobert Watson2007-07-071-3/+3
* Fix a second warning, introduced by my last "fix". I committed the wrongPeter Wemm2007-07-051-2/+2
* Fix cast-qualifiers warning when INET6 is not presentPeter Wemm2007-07-053-4/+3
* Link pf 4.1 to the build:Max Laier2007-07-031-8/+6
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-0317-75/+75
* - Consolidate the code that free's chunks to actually alsoRandall Stewart2007-07-027-43/+97
* Continue pre-7.0 privilege cleanup: update suser(9) comments to be priv(9)Robert Watson2007-07-021-1/+1
* Fix a dangling netinet6 to netipsec transition for SCTP include files.George V. Neville-Neil2007-07-011-1/+1
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-0118-382/+55
* - When a SCTP socket is closed, but the last dataRandall Stewart2007-06-291-13/+0
* - Update bindx address checking to properly screen out addressRandall Stewart2007-06-251-1/+11
* - Fix type casts in calling sctp_m_getptr, it expects a int notRandall Stewart2007-06-221-2/+2
* - Fix stream reset so it limits the number of streams that can be listedRandall Stewart2007-06-225-198/+240
* - Two more static analisys bugs found by cisco's tool on a subsequentRandall Stewart2007-06-182-3/+5
* - Fixes cstatic issues found by cisco sa tool (missing frees and suchRandall Stewart2007-06-186-5/+23