| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r211327: | Andre Oppermann | 2010-08-22 | 1 | -5/+24 |
| * | MFC r210666: | Andre Oppermann | 2010-08-14 | 1 | -1/+2 |
| * | MFC r207369: | Bjoern A. Zeeb | 2010-05-06 | 1 | -12/+7 |
| * | MFC r204143: | Bjoern A. Zeeb | 2010-03-27 | 1 | -2/+24 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
| * | Somewhere along the line accept sockets stopped honoring the | Julian Elischer | 2009-07-28 | 1 | -4/+2 |
| * | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -3/+3 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -49/+31 |
| * | Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface to | Lawrence Stewart | 2009-07-13 | 1 | -4/+17 |
| * | Introduce an infrastructure for dismantling vnet instances. | Marko Zec | 2009-06-08 | 1 | -0/+13 |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
| * | Add internal 'mac_policy_count' counter to the MAC Framework, which is a | Robert Watson | 2009-06-02 | 1 | -2/+0 |
| * | Permit buiding kernels with options VIMAGE, restricted to only a single | Marko Zec | 2009-04-30 | 1 | -0/+3 |
| * | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | Robert Watson | 2009-04-11 | 1 | -24/+24 |
| * | Since we allow conditional allocation of labels on syncache entries, | Robert Watson | 2009-01-11 | 1 | -2/+0 |
| * | Use inc_flags instead of the inc_isipv6 alias which so far | Bjoern A. Zeeb | 2008-12-17 | 1 | -15/+16 |
| * | Another step assimilating IPv[46] PCB code - directly use | Bjoern A. Zeeb | 2008-12-15 | 1 | -4/+4 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | Merge more of currently non-functional (i.e. resolving to | Marko Zec | 2008-11-26 | 1 | -9/+13 |
| * | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -5/+11 |
| * | Remove endearing but syntactically unnecessary "return;" statements | Robert Watson | 2008-10-26 | 1 | -2/+0 |
| * | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | Dag-Erling Smørgrav | 2008-10-23 | 1 | -2/+2 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -2/+1 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -12/+37 |
| * | Implement IPv6 support for TCP MD5 Signature Option (RFC 2385) | Bjoern A. Zeeb | 2008-09-13 | 1 | -1/+1 |
| * | Move some struct defs around. This is a prep step for Vimage.A | Julian Elischer | 2008-08-25 | 1 | -66/+0 |
| * | Cache the cred locally in _syncache_add() while holding the locks, so | Bjoern A. Zeeb | 2008-08-23 | 1 | -0/+12 |
| * | Add an explicit comment why we NULLify the two variables. | Bjoern A. Zeeb | 2008-08-23 | 1 | -0/+1 |
| * | A bunch of formatting fixes brough to light by, or created by the Vimage commit | Julian Elischer | 2008-08-20 | 1 | -2/+4 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -78/+79 |
| * | Minor style tweaks. | John Baldwin | 2008-08-05 | 1 | -6/+5 |
| * | MFp4 (//depot/projects/tcpecn/): | Rui Paulo | 2008-07-31 | 1 | -1/+12 |
| * | add interface for external consumers to syncache_expand - rename syncache_add... | Kip Macy | 2008-07-21 | 1 | -1/+14 |
| * | Change incorrect stale cookie detection in syncookie_lookup() that prematurely | Stephan Uphoff | 2008-06-16 | 1 | -1/+1 |
| * | Fix a check in SYN cache expansion (syncache_expand()) to accept packets that... | Stephan Uphoff | 2008-06-16 | 1 | -4/+7 |
| * | Add code to allow the system to handle multiple routing tables. | Julian Elischer | 2008-05-09 | 1 | -0/+4 |
| * | Always bump tcpstat.tcps_badrst if we get a RST for a connection in the | John Baldwin | 2008-05-08 | 1 | -4/+5 |
| * | move tcbinfo lock acquisition in to syncache | Kip Macy | 2008-04-19 | 1 | -0/+3 |
| * | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | Robert Watson | 2008-04-17 | 1 | -6/+6 |
| * | Fix bugs in the TCP syncache timeout code. including: | Ruslan Ermilov | 2007-12-19 | 1 | -8/+18 |
| * | incorporate feedback since initial commit | Kip Macy | 2007-12-17 | 1 | -14/+22 |
| * | Add interface for tcp offload to syncache: | Kip Macy | 2007-12-12 | 1 | -15/+47 |
| * | Remove spurious timestamp check. RFC 1323 explicitly states that timestamps MAY | Kip Macy | 2007-12-12 | 1 | -17/+1 |
| * | Add padding for anticipated functionality | Kip Macy | 2007-12-07 | 1 | -0/+3 |
| * | Fix SACK negotiation that was broken in rev 1.105. | Mike Silbersack | 2007-12-04 | 1 | -1/+1 |
| * | Move call to tcp_signature_compute() after we adjusted the payload offset | Bjoern A. Zeeb | 2007-11-30 | 1 | -5/+6 |
| * | Comment out the syncache's test which ensures that hosts which negotiate TCP | Mike Silbersack | 2007-11-20 | 1 | -0/+6 |
| * | Normalize TCP syncache-related MAC Framework entry points to match most | Robert Watson | 2007-10-25 | 1 | -6/+6 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -1/+1 |
| * | Pick the smallest possible TCP window scaling factor that will still allow | Mike Silbersack | 2007-10-19 | 1 | -6/+17 |