| Commit message (Expand) | Author | Age | Files | Lines |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -0/+6 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 1 | -0/+1 |
* | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | rwatson | 2009-04-11 | 1 | -4/+4 |
* | First pass at separating per-vnet initializer functions | zec | 2009-04-06 | 1 | -32/+44 |
* | Remove local in6_addr variables for local and foreign addresses in sysctl_drop, | jmallett | 2009-03-22 | 1 | -3/+3 |
* | Correct a number of evolved problems with inp_vflag and inp_flags: | rwatson | 2009-03-15 | 1 | -15/+15 |
* | Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short. | luigi | 2009-02-13 | 1 | -2/+2 |
* | Try to remove/assimilate as much of formerly IPv4/6 specific | bz | 2009-02-08 | 1 | -2/+2 |
* | Add TCP Appropriate Byte Counting (RFC 3465) support to kernel. | lstewart | 2009-01-15 | 1 | -0/+2 |
* | Use inc_flags instead of the inc_isipv6 alias which so far | bz | 2008-12-17 | 1 | -6/+4 |
* | Another step assimilating IPv[46] PCB code - directly use | bz | 2008-12-15 | 1 | -1/+1 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -2/+2 |
* | De-virtualize the MD5 context for TCP initial seq number generation | bz | 2008-12-13 | 1 | -10/+10 |
* | Use the correct INIT_VNET_INET() as the virtualized variable here | bz | 2008-12-11 | 1 | -1/+1 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -1/+3 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+2 |
* | missing V_ | des | 2008-11-28 | 1 | -1/+1 |
* | Merge more of currently non-functional (i.e. resolving to | zec | 2008-11-26 | 1 | -11/+17 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -12/+58 |
* | Fix a bug introduced with r182851 splitting tcp_mss() into | bz | 2008-11-06 | 1 | -1/+1 |
* | Adopt the comment for tcp_maxmtu(); we are returning a number | bz | 2008-11-06 | 1 | -3/+3 |
* | Add cr_canseeinpcb() doing checks using the cached socket | bz | 2008-10-17 | 1 | -6/+3 |
* | Cache so_cred as inp_cred in the inpcb. | bz | 2008-10-04 | 1 | -2/+2 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -27/+72 |
* | Implement IPv6 support for TCP MD5 Signature Option (RFC 2385) | bz | 2008-09-13 | 1 | -24/+93 |
* | To my reading there are no real consumers of ip6_plen (IPv6 | bz | 2008-09-07 | 1 | -1/+1 |
* | Split tcp_mss() in tcp_mss() and tcp_mss_update() where the former | bz | 2008-09-07 | 1 | -73/+9 |
* | V_irtualize SVN r182846 tcp_mssdflt/tcp_v6mssdflt procedure based | bz | 2008-09-07 | 1 | -4/+4 |
* | Convert SYSCTL_INTs for tcp_mssdflt and tcp_v6mssdflt to | bz | 2008-09-07 | 1 | -6/+42 |
* | Fix some of the formatting fixes.. It's amazing how some thing stand out | julian | 2008-08-20 | 1 | -1/+1 |
* | A bunch of formatting fixes brough to light by, or created by the Vimage commit | julian | 2008-08-20 | 1 | -8/+9 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -98/+99 |
* | When allocating temporary storage to hold a TCP/IP packet header | rwatson | 2008-06-02 | 1 | -10/+6 |
* | Read lock rather than write lock TCP inpcbs in monitoring sysctls. In | rwatson | 2008-05-29 | 1 | -35/+31 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -1/+7 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 1 | -29/+29 |
* | Incorporate TCP offload hooks in to core TCP code. | kmacy | 2007-12-18 | 1 | -2/+9 |
* | Correctly get the authentication key for TCP-MD5 from the SA. | bz | 2007-11-28 | 1 | -1/+1 |
* | More carefully handle various cases in sysctl_drop(), such as unlocking | rwatson | 2007-11-24 | 1 | -3/+7 |
* | 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 |
* | Disable TCP syncache debug logging by default. While useful in debugging | rwatson | 2007-10-05 | 1 | -1/+1 |
* | Two changes: | silby | 2007-09-24 | 1 | -12/+12 |
* | Back out tcp_timer.c:1.93 and associated changes that reimplemented the many | rwatson | 2007-09-07 | 1 | -12/+12 |
* | Use the sequence number comparison macro to compare | qingli | 2007-08-16 | 1 | -2/+2 |
* | Change TCPTV_MIN to be independent of HZ. While it was documented to | peter | 2007-07-31 | 1 | -0/+2 |
* | Provide a sysctl to toggle reporting of TCP debug logging: | andre | 2007-07-28 | 1 | -0/+8 |
* | Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and remove | rwatson | 2007-07-28 | 1 | -6/+2 |
* | Export the contents of the syncache to netstat. | silby | 2007-07-27 | 1 | -5/+13 |
* | Fix a second warning, introduced by my last "fix". I committed the wrong | peter | 2007-07-05 | 1 | -2/+2 |