summaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fast track MFC r228016:Lawrence Stewart2011-11-281-17/+22
* MFC r228031:Michael Tuexen2011-11-272-7/+6
* MFC r227930:Michael Tuexen2011-11-241-1/+1
* MFC r227540:Michael Tuexen2011-11-241-16/+26
* MFC r227486:Michael Tuexen2011-11-241-15/+5
* MFC r227204, 227206, 227207:Mikolaj Golub2011-11-103-12/+43
* MFC 227320:Michael Tuexen2011-11-101-35/+46
* MFC 227266:Michael Tuexen2011-11-101-0/+4
* Back out r226299 (MFC of r226105) which caused a number of portsAndre Oppermann2011-11-101-7/+0
* MFC r227085:Bjoern A. Zeeb2011-11-066-26/+0
* MFC 226713Qing Li2011-11-011-2/+11
* MFC 226869:Michael Tuexen2011-10-311-3/+3
* MFC 226868:Michael Tuexen2011-10-311-12/+36
* MFC r226318:Navdeep Parhar2011-10-201-0/+7
* MFhead 226401,226402:Gleb Smirnoff2011-10-205-55/+28
* MFhead r226367:Gleb Smirnoff2011-10-201-18/+4
* MFC 226120Qing Li2011-10-131-1/+2
* MFC 226114Qing Li2011-10-131-1/+3
* MFC 226224Qing Li2011-10-131-25/+17
* MFC 225947Qing Li2011-10-121-5/+34
* MFC 226252:Michael Tuexen2011-10-121-7/+7
* MFC r226105:Andre Oppermann2011-10-121-0/+7
* MFC 225946Qing Li2011-10-121-14/+21
* MFC 226222:Michael Tuexen2011-10-121-0/+2
* MFC 226203Michael Tuexen2011-10-111-0/+3
* MFC 226168Michael Tuexen2011-10-112-1/+2
* MFC r226060:Attilio Rao2011-10-111-16/+0
* MFC r226113:Andre Oppermann2011-10-101-2/+28
* MFC r225793:Bjoern A. Zeeb2011-10-041-3/+3
* Cleanup the iterator code, remove code that is never executed.Michael Tuexen2011-09-193-38/+8
* Fix the enabling/disabling of Heartbeats and path MTUMichael Tuexen2011-09-175-20/+40
* Fix a typo introduced inMichael Tuexen2011-09-151-1/+1
* Make sure that SCTP rejects broadcast, multicast and wildcard addressesMichael Tuexen2011-09-155-13/+51
* Ensure that 1-to-1 style SCTP sockets can only be connected once.Michael Tuexen2011-09-144-59/+32
* Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMSMichael Tuexen2011-09-146-63/+136
* Allow the ipfw.ko module built with a kernel to honor any IPFIREWALL_*John Baldwin2011-09-126-6/+6
* Improve implementation of the Nagle algorithm for SCTP:Michael Tuexen2011-09-091-6/+12
* When an interface address route is removed from the system, anotherQing Li2011-08-281-1/+2
* Increase the defaults for the maximum socket buffer limit,Bjoern A. Zeeb2011-08-252-2/+2
* Fix compilation in case of defined(INET) && defined(IPFIREWALL_FORWARD)Bjoern A. Zeeb2011-08-201-5/+2
* Add support for IPv6 to ipfw fwd:Bjoern A. Zeeb2011-08-208-55/+168
* Hide IPv6 next header parsing warnings under the verbose sysctlBjoern A. Zeeb2011-08-201-7/+12
* After r225032 fix logging in a similar way masking the the IPv6Bjoern A. Zeeb2011-08-201-2/+5
* If we detect an IPv6 fragment header and it is not the first fragment,Bjoern A. Zeeb2011-08-201-1/+1
* ipfw internally checks for offset == 0 to determine whether theBjoern A. Zeeb2011-08-201-13/+8
* While not explicitly allowed by RFC 2460, in case there is noBjoern A. Zeeb2011-08-201-5/+16
* Fix the handling of [gs]etsockopt() unconnected 1-to-1 style sockets.Michael Tuexen2011-08-161-37/+114
* Add support for the spp_dscp field in the SCTP_PEER_ADDR_PARAMSMichael Tuexen2011-08-146-40/+28
* If RTF_HOST flag is specified, then we are interested in destinationKevin Lo2011-08-101-1/+1
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-0320-1402/+1077