| Commit message (Expand) | Author | Age | Files | Lines |
* | recover the line which was wrongly disappeared during scope cleanup. | ume | 2005-08-01 | 1 | -0/+1 |
* | scope cleanup. with this change | ume | 2005-07-25 | 1 | -12/+10 |
* | Remove no-op spl's and most comment references to spls, as TCP locking | rwatson | 2005-07-19 | 1 | -16/+4 |
* | Fix for a bug in the change that defers sack option processing until | ps | 2005-07-01 | 1 | -2/+1 |
* | Assert tcbinfo lock in tcp_drop() due to its call of tcp_close() | rwatson | 2005-06-01 | 1 | -0/+6 |
* | Fix two issues which were missed in FreeBSD-SA-05:08.kmem. | cperciva | 2005-05-07 | 1 | -0/+2 |
* | If we don't get a suggested MTU during path MTU discovery | andre | 2005-05-04 | 1 | -9/+20 |
* | - Make the sack scoreboard logic use the TAILQ macros. This improves | ps | 2005-04-21 | 1 | -0/+2 |
* | Move Path MTU discovery ICMP processing from icmp_input() to | andre | 2005-04-21 | 1 | -7/+36 |
* | Ignore ICMP Source Quench messages for TCP sessions. Source Quench is | andre | 2005-04-21 | 1 | -24/+11 |
* | - If the reassembly queue limit was reached or if we couldn't allocate | ps | 2005-04-10 | 1 | -0/+1 |
* | Use NET_CALLOUT_MPSAFE macro. | glebius | 2005-03-01 | 1 | -7/+5 |
* | o Add handling of an IPv4-mapped IPv6 address. | maxim | 2005-02-14 | 1 | -0/+98 |
* | teach scope of IPv6 address to net.inet6.tcp6.getcred. | ume | 2005-02-04 | 1 | -4/+10 |
* | Update an additional reference to the rate of ISN tick callouts that was | rwatson | 2005-01-31 | 1 | -1/+1 |
* | Have tcp_isn_tick() fire 100 times a second, rather than HZ times a | rwatson | 2005-01-30 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Attempt to consistently use () around return values in calls to | rwatson | 2004-12-23 | 1 | -18/+18 |
* | Remove an XXXRW comment relating to whether or not the TCP timers are | rwatson | 2004-12-23 | 1 | -6/+1 |
* | Assert inpcb lock in: | rwatson | 2004-12-05 | 1 | -1/+12 |
* | tcp_timewait() performs multiple non-atomic reads on the tcptw | rwatson | 2004-11-23 | 1 | -0/+2 |
* | Assert the inpcb lock in tcp_twstart(), which does both read-modify-write | rwatson | 2004-11-23 | 1 | -0/+10 |
* | Assert inpcb lock in tcp_quench(), tcp_drop_syn_sent(), tcp_mtudisc(), | rwatson | 2004-11-23 | 1 | -0/+4 |
* | Assert the tcbinfo write lock in tcp_new_isn(), as the tcbinfo lock | rwatson | 2004-11-23 | 1 | -4/+11 |
* | support TCP-MD5(IPv4) in KAME-IPSEC, too. | suz | 2004-11-08 | 1 | -0/+1 |
* | Remove RFC1644 T/TCP support from the TCP side of the network stack. | andre | 2004-11-02 | 1 | -39/+2 |
* | Push acquisition of the accept mutex out of sofree() into the caller | rwatson | 2004-10-18 | 1 | -0/+1 |
* | - Estimate the amount of data in flight in sack recovery and use it | ps | 2004-10-05 | 1 | -5/+0 |
* | fix up socket/ip layer violation... don't assume/know that | jmg | 2004-09-05 | 1 | -1/+2 |
* | For IPv6 access pointer to tcpcb only after we have checked it is valid. | andre | 2004-08-19 | 1 | -1/+4 |
* | White space cleanup for netinet before branch: | rwatson | 2004-08-16 | 1 | -68/+68 |
* | In tcp6_ctlinput, lock tcbinfo around the call to syncache_unreach | dwmalone | 2004-08-12 | 1 | -0/+2 |
* | Backout removal of UMA_ZONE_NOFREE flag for all zones which are established | andre | 2004-08-11 | 1 | -4/+4 |
* | Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP and | andre | 2004-08-11 | 1 | -4/+4 |
* | Pass pcbinfo structures to in6_pcbnotify() rather than pcbhead | rwatson | 2004-08-06 | 1 | -2/+2 |
* | o Move the inflight sysctls to their own sub-tree under net.inet.tcp to be | andre | 2004-08-03 | 1 | -5/+9 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -2/+2 |
* | Let IN_FASTREOCOVERY macro decide if we are in recovery mode. | jayanth | 2004-07-19 | 1 | -4/+0 |
* | Move the sack sysctl's under net.inet.tcp.sack | ps | 2004-06-23 | 1 | -4/+4 |
* | Add support for TCP Selective Acknowledgements. The work for this | ps | 2004-06-23 | 1 | -0/+16 |
* | If debug.mpsafenet is set, initialize TCP callouts as CALLOUT_MPSAFE. | rwatson | 2004-06-20 | 1 | -5/+12 |
* | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | rwatson | 2004-06-12 | 1 | -2/+3 |
* | Switch to using the inpcb MAC label instead of socket MAC label when | rwatson | 2004-05-04 | 1 | -2/+7 |
* | Enhance our RFC1948 implementation to perform better in some pathlogical | silby | 2004-04-20 | 1 | -2/+53 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Two missed in previous commit -- compare pointer with NULL rather than | rwatson | 2004-04-05 | 1 | -2/+2 |
* | Prefer NULL to 0 when checking pointer values as integers or booleans. | rwatson | 2004-04-05 | 1 | -19/+20 |
* | Remove now unneeded arguments to tcp_twrespond() -- so and msrc. These | rwatson | 2004-02-28 | 1 | -10/+2 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 1 | -1/+3 |
* | Convert the tcp segment reassembly queue to UMA and limit the maximum | andre | 2004-02-24 | 1 | -2/+7 |