| Commit message (Expand) | Author | Age | Files | Lines |
* | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | rwatson | 2009-04-11 | 1 | -53/+54 |
* | Import "flowid" support for serializing flows across transmit queues | kmacy | 2009-04-10 | 1 | -1/+8 |
* | Correct a number of evolved problems with inp_vflag and inp_flags: | rwatson | 2009-03-15 | 1 | -1/+1 |
* | Add TCP Appropriate Byte Counting (RFC 3465) support to kernel. | lstewart | 2009-01-15 | 1 | -10/+60 |
* | Use inc_flags instead of the inc_isipv6 alias which so far | bz | 2008-12-17 | 1 | -5/+2 |
* | Enhance one comment relating to recent TCP locking changes, and fix a | rwatson | 2008-12-09 | 1 | -6/+6 |
* | Move from solely write-locking the global tcbinfo in tcp_input() | rwatson | 2008-12-08 | 1 | -59/+274 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+5 |
* | Merge more of currently non-functional (i.e. resolving to | zec | 2008-11-26 | 1 | -0/+1 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -12/+17 |
* | Fix typo and while here another one. | bz | 2008-11-06 | 1 | -2/+2 |
* | Fix a bug introduced with r182851 splitting tcp_mss() into | bz | 2008-11-06 | 1 | -9/+10 |
* | Fix a bug introduced with r182851 splitting tcp_mss() into | bz | 2008-11-06 | 1 | -1/+9 |
* | In both dropwithreset paths in tcp_input.c, drop the tcbinfo lock | rwatson | 2008-10-26 | 1 | -18/+4 |
* | Remove endearing but syntactically unnecessary "return;" statements | rwatson | 2008-10-26 | 1 | -3/+0 |
* | Don't pass curthread to sbreserve_locked() in tcp_do_segment(), as the | rwatson | 2008-10-07 | 1 | -1/+1 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -24/+40 |
* | As a follow-on to r183323, correct another case where ip_output() was | rwatson | 2008-09-25 | 1 | -1/+17 |
* | When dropping a packet and issuing a reset during TCP segment handling, | rwatson | 2008-09-24 | 1 | -5/+12 |
* | Work around an integer division resulting in 0 and thus the | bz | 2008-09-09 | 1 | -1/+3 |
* | Split tcp_mss() in tcp_mss() and tcp_mss_update() where the former | bz | 2008-09-07 | 1 | -15/+56 |
* | A bunch of formatting fixes brough to light by, or created by the Vimage commit | julian | 2008-08-20 | 1 | -3/+3 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -115/+116 |
* | MFp4 (//depot/projects/tcpecn/): | rpaulo | 2008-07-31 | 1 | -13/+84 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -0/+1 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 1 | -20/+20 |
* | Add further TCP inpcb locking assertions to some TCP input code paths. | rwatson | 2008-04-07 | 1 | -0/+11 |
* | Some "cleanup" of tcp_mss(): | bz | 2008-03-02 | 1 | -8/+4 |
* | Fix indentation (whitespace changes only). | bz | 2008-03-01 | 1 | -4/+4 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -2/+2 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -1/+3 |
* | Improve the debugging message: | silby | 2007-10-07 | 1 | -2/+2 |
* | Make sure that either inp is NULL or we have obtained a lock on it before | kensmith | 2007-09-10 | 1 | -13/+13 |
* | Make tcpstates[] static, and make sure TCPSTATES is defined before | des | 2007-07-30 | 1 | -6/+0 |
* | Fix compilation problems- tcpstates is only available if TCPDEBUG | mjacob | 2007-07-29 | 1 | -0/+6 |
* | Provide a sysctl to toggle reporting of TCP debug logging: | andre | 2007-07-28 | 1 | -8/+18 |
* | o Move all detailed checks for RST in LISTEN state from tcp_input() to | andre | 2007-07-28 | 1 | -16/+4 |
* | Export the contents of the syncache to netstat. | silby | 2007-07-27 | 1 | -0/+1 |
* | Fix comments in tcp_do_segment(). | andre | 2007-07-25 | 1 | -5/+3 |
* | Fix cast-qualifiers warning when INET6 is not present | peter | 2007-07-05 | 1 | -2/+1 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | gnn | 2007-07-03 | 1 | -4/+4 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -13/+3 |
* | Fix a case in tcp_do_segment() where tcp_update_sack_list() would | andre | 2007-06-10 | 1 | -2/+1 |
* | Fix style for comments, be more verbose and add some more. | andre | 2007-06-10 | 1 | -23/+34 |
* | Remove some bogosity from the SYN_SENT case in tcp_do_segment | andre | 2007-06-09 | 1 | -6/+8 |
* | Make log messages more verbose and simpler to understand for non-experts. | andre | 2007-05-28 | 1 | -46/+71 |
* | Fix indentation of the syncache_expand() section in tcp_input(). | andre | 2007-05-28 | 1 | -52/+52 |
* | Refactor and rewrite in parts the SYN handling code on listen sockets | andre | 2007-05-28 | 1 | -44/+119 |
* | Add tcp_log_addrs() function to generate and standardized TCP log line | andre | 2007-05-18 | 1 | -22/+8 |
* | Move TIME_WAIT related functions and timer handling from files | andre | 2007-05-16 | 1 | -143/+2 |