summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Add syntactic sugar missed in r226437 and then not added either when movingbz2011-10-171-1/+1
* Move the tcp_sendspace and tcp_recvspace sysctl's fromandre2011-10-163-14/+10
* Remove the ss_fltsz and ss_fltsz_local sysctl's which haveandre2011-10-163-53/+3
* VNET virtualize tcp_sendspace/tcp_recvspace and change theandre2011-10-163-11/+16
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
* Update the comment and description of tcp_sendspace and tcp_recvspaceandre2011-10-161-5/+4
* Forward declare mbuf and inpcb.ed2011-10-161-0/+3
* Add support for IPv4 /31 prefixes, as described in RFC3021.glebius2011-10-152-4/+11
* Remove last remnants of classful addressing:glebius2011-10-154-52/+18
* Never switch directly from INIT to MASTER, since this producesglebius2011-10-141-18/+4
* De-spl(9).glebius2011-10-131-3/+1
* Make sure the inp wasn't dropped when rexmt let go of the inp andnp2011-10-121-0/+7
* Use the most significant 6 bits of the dscp instead of the leasttuexen2011-10-111-7/+7
* All indirect routes will fail the rtcheck, except for a special hostqingli2011-10-101-25/+17
* Get struct sctp_net_route in tune with struct route.tuexen2011-10-101-0/+2
* When moving an stcb to a new inp and we copy over the list oftuexen2011-10-101-0/+3
* Update the inp stored in a HB-timer when moving an stcb to a new inp.tuexen2011-10-092-1/+2
* Do not try removing an ARP entry associated with a given interfaceqingli2011-10-071-1/+2
* Remove the reference held on the loopback route when the interfaceqingli2011-10-071-1/+3
* Prevent TCP sessions from stalling indefinitely in reassemblyandre2011-10-071-2/+28
* Add back the IP header length to the total packet length field onandre2011-10-071-0/+7
* For the INP_TIMEWAIT case, there is no valid tcpcb object tied to theattilio2011-10-061-16/+0
* A system may have multiple physical interfaces, all of which are on theqingli2011-10-031-5/+34
* This patch allows ARP to work properly in the presence ofqingli2011-10-031-14/+21
* Unbreak no-ip and no-inet6 module builds with ipfw. For now continue tobz2011-09-271-3/+3
* Cleanup the iterator code, remove code that is never executed.tuexen2011-09-193-38/+8
* Fix the enabling/disabling of Heartbeats and path MTUtuexen2011-09-175-20/+40
* Fix a typo introduced intuexen2011-09-151-1/+1
* Make sure that SCTP rejects broadcast, multicast and wildcard addressestuexen2011-09-155-13/+51
* Ensure that 1-to-1 style SCTP sockets can only be connected once.tuexen2011-09-144-59/+32
* Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMStuexen2011-09-146-64/+137
* Allow the ipfw.ko module built with a kernel to honor any IPFIREWALL_*jhb2011-09-126-6/+6
* Improve implementation of the Nagle algorithm for SCTP:tuexen2011-09-091-6/+12
* When an interface address route is removed from the system, anotherqingli2011-08-281-1/+2
* Increase the defaults for the maximum socket buffer limit,bz2011-08-252-2/+2
* Fix compilation in case of defined(INET) && defined(IPFIREWALL_FORWARD)bz2011-08-201-5/+2
* Add support for IPv6 to ipfw fwd:bz2011-08-208-55/+168
* Hide IPv6 next header parsing warnings under the verbose sysctlbz2011-08-201-7/+12
* After r225032 fix logging in a similar way masking the the IPv6bz2011-08-201-2/+5
* If we detect an IPv6 fragment header and it is not the first fragment,bz2011-08-201-1/+1
* ipfw internally checks for offset == 0 to determine whether thebz2011-08-201-13/+8
* While not explicitly allowed by RFC 2460, in case there is nobz2011-08-201-5/+16
* Fix the handling of [gs]etsockopt() unconnected 1-to-1 style sockets.tuexen2011-08-161-37/+114
* Add support for the spp_dscp field in the SCTP_PEER_ADDR_PARAMStuexen2011-08-146-40/+28
* If RTF_HOST flag is specified, then we are interested in destinationkevlo2011-08-101-1/+1
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-0320-1404/+1079
* Add missing break; in r223593.glebius2011-08-011-0/+1
* Add spares to the network stack for FreeBSD-9:bz2011-07-173-4/+8
* Unbreak no-INET kernels after r223839 adding the needed #ifdef INET.bz2011-07-141-0/+2
* Don't check for SOCK_DGRAM anymore. Also remove multicasttuexen2011-07-121-9/+1
OpenPOWER on IntegriCloud