summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplification to quiet a gcc4.2 warning. Just by setting match.s_addrmjacob2007-06-171-14/+9
* - Better handle sending large pkt-drops. We were not trimingrrs2007-06-161-12/+20
* - Raise max range of sctp_logging sysctl so panda does not disallowrrs2007-06-161-1/+1
* - Matthew's changes to get inlines out, plus a few of my ownrrs2007-06-166-23/+20
* Garbage collect some debug code that not only no longer couldmjacob2007-06-151-6/+0
* Name change SCTP_KTR_SUBSYS -> KTR_SCTPrrs2007-06-151-21/+21
* Remove extraneous extern (its gotten from sctp_sysctl.h)rrs2007-06-151-5/+0
* When removing a stream from the output-stream-wheel, if its therrs2007-06-151-0/+10
* - Update the comment lines in sctp_input.crrs2007-06-152-6/+6
* Stub out imported IGMPv3 definitions which clash with those ofbms2007-06-151-0/+2
* - Issue one, new stack reduction left packet_drop handling stillrrs2007-06-153-24/+44
* - Add VRF id to sctp_ifa structure, needed mainly in panda but usefulrrs2007-06-153-1/+7
* KTR_GEN -> KTR_SUBSYS (for Kris).rrs2007-06-152-3/+3
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-1420-1235/+1120
* - fix bindx to check addresses against socket's protocol familyrrs2007-06-131-0/+34
* Remove IPX over IP tunneling support, which allows IPX routing over IPrwatson2007-06-131-15/+0
* - Fixed cookie handling to calc an RTO whenrrs2007-06-139-58/+57
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-1213-704/+2181
* - Restructure so bindx functions are not done inline to socket optionrrs2007-06-129-239/+296
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-126-34/+14
* Fix a case in tcp_do_segment() where tcp_update_sack_list() wouldandre2007-06-101-2/+1
* Fix style for comments, be more verbose and add some more.andre2007-06-101-23/+34
* Make the handling of the tcp window explicit for the SYN_SENT caseandre2007-06-091-4/+10
* Remove some bogosity from the SYN_SENT case in tcp_do_segmentandre2007-06-091-6/+8
* Don't send pure window updates when the peer has closed the connectionandre2007-06-091-1/+4
* Handle a race condition on >2 core machines in tcp_timer() whenandre2007-06-091-2/+8
* - Opps.. takes out debug printfs I accidentally left in :-(rrs2007-06-092-16/+0
OpenPOWER on IntegriCloud