summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Attempt to improve feature parity between UDPv4 and UDPv6 by mergingrwatson2007-07-192-2/+4
* - added pre-checks to the bindx call.rrs2007-07-1717-211/+406
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-1419-789/+2616
* Further cleanup of UDPv4:rwatson2007-07-102-98/+96
* Fix a regression in IPv4 multicast join path (IP_ADD_MEMBERSHIP).bms2007-07-091-11/+26
* Minor UDPv4 cleanup: capitalize comment, move statistics update after mbufrwatson2007-07-071-3/+3
* Fix a second warning, introduced by my last "fix". I committed the wrongpeter2007-07-051-2/+2
* Fix cast-qualifiers warning when INET6 is not presentpeter2007-07-053-4/+3
* Link pf 4.1 to the build:mlaier2007-07-031-8/+6
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-0317-75/+75
* - Consolidate the code that free's chunks to actually alsorrs2007-07-027-43/+97
* Continue pre-7.0 privilege cleanup: update suser(9) comments to be priv(9)rwatson2007-07-021-1/+1
* Fix a dangling netinet6 to netipsec transition for SCTP include files.gnn2007-07-011-1/+1
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-0118-382/+55
* - When a SCTP socket is closed, but the last datarrs2007-06-291-13/+0
* - Update bindx address checking to properly screen out addressrrs2007-06-251-1/+11
* - Fix type casts in calling sctp_m_getptr, it expects a int notrrs2007-06-221-2/+2
* - Fix stream reset so it limits the number of streams that can be listedrrs2007-06-225-198/+240
* - Two more static analisys bugs found by cisco's tool on a subsequentrrs2007-06-182-3/+5
* - Fixes cstatic issues found by cisco sa tool (missing frees and suchrrs2007-06-186-5/+23
* o Make ipfw set more robust -- now it is possible:maxim2007-06-181-18/+60
* Add additional logging level mask for packet_logging too.rrs2007-06-183-9/+19
* - The packet log needs to copy all of the buffer not to the end.rrs2007-06-171-2/+3
* Back out last change to inpcb_free. Turns out we needrrs2007-06-171-3/+14
* Make gcc4.2 happy and zero save_ip for the unlikely (blackhole != 0)mjacob2007-06-171-0/+2
* - For sctp_input/sctp6_input add announcment when a packet arrives (debug)rrs2007-06-173-8/+7
* Replace incorrect local OFFSET_OF macro with the correct and genericmjacob2007-06-172-6/+1
OpenPOWER on IntegriCloud