summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* IP divert sockets use their inpcbinfo for port reservation, although notrwatson2011-06-041-0/+2
* Do not leak the pcbinfohash lock in the case where in6_pcbladdr() returnsrwatson2011-06-021-1/+1
* O_FORWARD_IP is only action which depends from the result of lookup ofae2011-06-011-1/+2
* Hide some debug messages under debug macro.ae2011-06-011-5/+5
* Hide useless warning under debug macro.ae2011-06-011-1/+2
* Unbreak NOINET kernels after r222488.bz2011-05-301-2/+2
* Decompose the current single inpcbinfo lock into two locks:rwatson2011-05-3012-369/+424
* Wrap long line.ae2011-05-301-1/+2
* Add tablearg support for ipfw setfib.ae2011-05-302-4/+11
* Get rid of unused functions.tuexen2011-05-294-127/+0
* Supply the LLE_STATIC flag bit to in_ifscurb() when scrubbing interfaceqingli2011-05-291-8/+17
* Add FEATURE() definitions for IPv4 and IPv6 so that we can usebz2011-05-251-0/+2
* An inpcb lock is no longer required in in_pcbref() since the move torwatson2011-05-241-2/+0
* Continue to refine inpcb reference counting and locking, in preparation forrwatson2011-05-232-63/+93
* Move from passing a wildcard boolean to a general set up lookup flags intorwatson2011-05-231-12/+18
* A number of quite incremental refinements to struct inpcbinfo's definition:rwatson2011-05-231-20/+41
* The statically configured (permanent) ARP entries are removed when anqingli2011-05-203-18/+33
* Unbreak INET-less build.tuexen2011-05-181-1/+1
* Copy out the mtu when calling getsockopt() with SCTP_GET_PEER_ADDR_INFO.tuexen2011-05-171-0/+1
* Fix whitespacing.tuexen2011-05-171-23/+23
* Fix the source address selection for boundall socketstuexen2011-05-142-44/+153
* Oops, fix order of sequence numbers in KASSERT()'s to catch negativejhb2011-05-142-2/+2
* Refactor TCP ISN increment logic. Instead of firing callout at 100Hz tomav2011-05-091-32/+9
* Fix a locking issue showing up on Mac OS X when subscribing totuexen2011-05-0812-81/+112
* Change the name of an internal structure, since the nametuexen2011-05-061-2/+2
* Convert delay parameter back to ms when reporting to user.ae2011-05-062-1/+2
* Implement Resource Pooling V2 and an MPTCP like congestiontuexen2011-05-044-30/+217
* Remove code with any effect.tuexen2011-05-033-8/+0
* Add a missing break. This bug was introduced in r221249.tuexen2011-05-031-0/+1
* Handle a rare edge case with nearly full TCP receive buffers. If a TCPjhb2011-05-023-6/+22
* Some more cleanups related to an kernel without INET.tuexen2011-05-022-40/+96
* Fix a mismerge from p4 in that in_localaddr() is not available without INET.bz2011-04-301-1/+5
* Remove some leftover debug code.tuexen2011-04-301-2/+0
* Make the TCP code compile without INET. Sort #includes and add #ifdef INETs.bz2011-04-306-83/+264
OpenPOWER on IntegriCloud