summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* The socket API only specifies SCTP for SOCK_SEQPACKET andtuexen2011-07-121-13/+1
* Permit ARP to proceed for IPv4 host routes for which the gateway is thezec2011-07-081-2/+12
* Add again the checking for log_arp_permanent_modify that was by accidentae2011-07-071-5/+7
* Remove the TCP_SORECEIVE_STREAM compile time option. The use ofandre2011-07-071-4/+2
* Remove #ifdef notyet code dating back to 4.3BSD Net/2 (and possibly earlier).cperciva2011-07-051-18/+1
* Don't allow lro->len to exceed 65535, as this will result in overflowcperciva2011-07-051-0/+8
* - General grammar and mdoc(7) fixes. [1] [2]gjb2011-07-041-65/+66
* pf(4) tags now store the state key but tcp_respond tries to reuse a mbuf as a...eri2011-07-041-0/+1
* ARP code reuses mbuf from ARP request to make a reply, but it does notae2011-07-041-0/+1
* Add the missing sca_keylength field to the sctp_authkey structure,tuexen2011-06-302-1/+12
* Add new rule actions "call" and "return" to ipfw. They makeae2011-06-295-0/+134
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-284-4/+7
* Add support for SCTP_PR_SCTP_NONE which I misded to add.tuexen2011-06-271-1/+2
* Add possibility to pass IPv6 packets to a divert(4) socket.glebius2011-06-272-57/+130
* Export AddLink() function from libalias. It can be used when customae2011-06-224-39/+127
* Document PKT_ALIAS_SKIP_GLOBAL option.ae2011-06-221-1/+11
OpenPOWER on IntegriCloud