| Commit message (Expand) | Author | Age | Files | Lines |
* | This small change takes care of a race condition | rrs | 2012-08-25 | 1 | -0/+30 |
* | Update some stale comments regarding tcbinfo locking in the TCP input | rwatson | 2012-07-22 | 1 | -10/+3 |
* | - Updated TOE support in the kernel. | np | 2012-06-19 | 1 | -1/+12 |
* | Plug more refcount leaks and possible NULL deref for interface | emax | 2012-06-04 | 1 | -1/+4 |
* | It turns out that too many drivers are not only parsing the L2/3/4 | bz | 2012-05-28 | 1 | -1/+1 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-25 | 1 | -2/+20 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-25 | 1 | -2/+4 |
* | When we receive an ICMP unreach need fragmentation datagram, we take | glebius | 2012-04-16 | 1 | -8/+11 |
* | Fix PAWS (Protect Against Wrapped Sequence numbers) in cases when | bz | 2012-02-15 | 1 | -14/+18 |
* | Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL and | glebius | 2012-02-05 | 1 | -8/+8 |
* | Remove the assertion from tcp_input() that rcv_nxt is always greater | jhb | 2012-01-05 | 1 | -3/+0 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Restore sysctl names for tcp_sendspace/tcp_recvspace. | pluknet | 2011-11-02 | 1 | -1/+1 |
* | Add syntactic sugar missed in r226437 and then not added either when moving | bz | 2011-10-17 | 1 | -1/+1 |
* | Move the tcp_sendspace and tcp_recvspace sysctl's from | andre | 2011-10-16 | 1 | -0/+5 |
* | Remove the ss_fltsz and ss_fltsz_local sysctl's which have | andre | 2011-10-16 | 1 | -39/+3 |
* | VNET virtualize tcp_sendspace/tcp_recvspace and change the | andre | 2011-10-16 | 1 | -2/+2 |
* | For the INP_TIMEWAIT case, there is no valid tcpcb object tied to the | attilio | 2011-10-06 | 1 | -16/+0 |
* | Increase the defaults for the maximum socket buffer limit, | bz | 2011-08-25 | 1 | -1/+1 |
* | Fix compilation in case of defined(INET) && defined(IPFIREWALL_FORWARD) | bz | 2011-08-20 | 1 | -5/+2 |
* | Add support for IPv6 to ipfw fwd: | bz | 2011-08-20 | 1 | -22/+47 |
* | Add _mbuf() variants of various inpcb-related interfaces, including lookup, | rwatson | 2011-06-04 | 1 | -6/+8 |
* | Decompose the current single inpcbinfo lock into two locks: | rwatson | 2011-05-30 | 1 | -139/+99 |
* | Oops, fix order of sequence numbers in KASSERT()'s to catch negative | jhb | 2011-05-14 | 1 | -1/+1 |
* | Handle a rare edge case with nearly full TCP receive buffers. If a TCP | jhb | 2011-05-02 | 1 | -1/+7 |
* | Fix a mismerge from p4 in that in_localaddr() is not available without INET. | bz | 2011-04-30 | 1 | -1/+5 |
* | Make the TCP code compile without INET. Sort #includes and add #ifdef INETs. | bz | 2011-04-30 | 1 | -26/+84 |
* | TCP reuses t_rxtshift to determine the backoff timer used for both the | jhb | 2011-04-29 | 1 | -1/+4 |
* | Add the possibility to verify MD5 hash of incoming TCP packets. | attilio | 2011-04-25 | 1 | -4/+99 |
* | Use the full and proper company name for Swinburne University of Technology | lstewart | 2011-04-12 | 1 | -3/+3 |
* | Clamp the initial advertised receive window when responding to a SYN/ACK | jhb | 2011-03-30 | 1 | -1/+2 |
* | Reset the last_sack_ack SACK hint for TCP input processing to ensure that the | lstewart | 2011-01-10 | 1 | -0/+1 |
* | Trim extra spaces before tabs. | jhb | 2011-01-07 | 1 | -2/+2 |
* | - Add some helper hook points to the TCP stack. The hooks allow Khelp modules to | lstewart | 2010-12-28 | 1 | -0/+29 |
* | Set ssthresh appropriately on RTO. This change was accidentally not ported from | lstewart | 2010-12-02 | 1 | -0/+2 |
* | This commit marks the first formal contribution of the "Five New TCP Congestion | lstewart | 2010-11-12 | 1 | -231/+253 |
* | Remove the TCP inflight bandwidth limiter as announced in r211315 | andre | 2010-09-16 | 1 | -4/+0 |
* | Use timestamp modulo comparison macro for automatic receive buffer | andre | 2010-08-27 | 1 | -1/+1 |
* | Untangle the net.inet.tcp.log_in_vain and net.inet.tcp.log_debug | andre | 2010-08-18 | 1 | -1/+1 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -15/+24 |
* | Honor the CE bit even when the CWR bit is set. | rpaulo | 2010-04-10 | 1 | -4/+2 |
* | Wrap use of rw_try_upgrade() on pcbinfo with macro INP_INFO_TRY_UPGRADE() | rwatson | 2010-03-06 | 1 | -2/+2 |
* | Remove tcp_input lock statistics; these are intended for debugging only | rwatson | 2009-10-06 | 1 | -32/+2 |
* | In tcp_input(), we acquire a global write lock at first only if a | rwatson | 2009-10-05 | 1 | -1/+4 |
* | Many network stack subsystems use a single global data structure to hold | rwatson | 2009-08-02 | 1 | -0/+14 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | Somewhere along the line accept sockets stopped honoring the | julian | 2009-07-28 | 1 | -0/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -69/+55 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -1/+5 |
* | Fix edge cases with ticks wrapping from INT_MAX to INT_MIN in the handling | jhb | 2009-06-16 | 1 | -2/+2 |