summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not use SET_HOST_IPLEN() macro for IPv6 packets.ae2011-06-212-3/+3
* Fix a KASSERT from r212803 to check the correct length also in case ofbz2011-06-201-1/+8
* Remove a these days incorrect comment left from before new-arp.bz2011-06-181-1/+1
* Add SCTP_DEFAULT_PRINFO socket option.tuexen2011-06-163-0/+81
* * Fix the handling of addresses in sctp_sendv().tuexen2011-06-161-0/+1
* Add support for the newly added SCTP API.tuexen2011-06-1510-611/+1656
* Implement "global" mode for ipfw nat. It is similar to natd(8)ae2011-06-143-8/+54
* Sort alias mode flags in the increasing order.ae2011-06-141-11/+11
* Add IPv6 support to the ipfw uid/gid check. Pass an ip_fw_args structureae2011-06-141-37/+53
* Advance the advertised window (rcv_adv) to the currently received datajhb2011-06-131-1/+1
* Correct comments and debug logging in ipsec to better match reality.bz2011-06-082-2/+2
* Fix indentation.ae2011-06-071-4/+4
* Make a behaviour of the libalias based in-kernel NAT a bit closer toae2011-06-071-6/+16
* Unbreak kernels with non-default PCBGROUP included but no WITNESS.bz2011-06-061-0/+1
* Implement a CPU-affine TCP and UDP connection lookup data structure,rwatson2011-06-069-13/+784
* Do not return EINVAL when user does `ipfw set N flush` on an empty set.ae2011-06-061-3/+4
* - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisementhrs2011-06-061-2/+19
* Add _mbuf() variants of various inpcb-related interfaces, including lookup,rwatson2011-06-045-16/+55
OpenPOWER on IntegriCloud