| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r217554: | Michael Tuexen | 2012-02-10 | 1 | -1/+2 |
| * | MFC r216758,217252: | Lawrence Stewart | 2011-05-28 | 1 | -0/+21 |
| * | MFC r215166,215377,215391,215392,215393,215395,216101,216103,216105,216107, | Lawrence Stewart | 2011-05-28 | 1 | -2/+92 |
| * | MFC r221023: | Attilio Rao | 2011-05-09 | 1 | -0/+66 |
| * | MFC r218909: | Rebecca Cran | 2011-02-24 | 1 | -1/+1 |
| * | MFC r213158: | Lawrence Stewart | 2010-11-06 | 1 | -17/+2 |
| * | MFC 211888: Simplify the tcp pcblist estimate logic slightly. | John Baldwin | 2010-09-20 | 1 | -5/+3 |
| * | MFC r211451: | Bjoern A. Zeeb | 2010-08-27 | 1 | -1/+1 |
| * | MFC 211433: | John Baldwin | 2010-08-27 | 1 | -2/+3 |
| * | MFC r211462: | Andre Oppermann | 2010-08-27 | 1 | -4/+26 |
| * | MFC r211333: | Andre Oppermann | 2010-08-22 | 1 | -5/+3 |
| * | MFC r211315: | Andre Oppermann | 2010-08-21 | 1 | -1/+1 |
| * | MFC r207369: | Bjoern A. Zeeb | 2010-05-06 | 1 | -67/+23 |
| * | MFC r205251: | Bjoern A. Zeeb | 2010-03-27 | 1 | -4/+14 |
| * | MFC r204838: | Bjoern A. Zeeb | 2010-03-27 | 1 | -1/+7 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 |
| * | sysctl_msec_to_ticks is used with both virtualized and | Bjoern A. Zeeb | 2009-07-21 | 1 | -1/+9 |
| * | Reimplement and/or implement vnet list locking by replacing a mostly | Robert Watson | 2009-07-19 | 1 | -4/+4 |
| * | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -13/+13 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -84/+65 |
| * | Add explicit includes for jail.h to the files that need them and | Bjoern A. Zeeb | 2009-06-17 | 1 | -0/+1 |
| * | Get vnets from creds instead of threads where they're available, and from | Jamie Gritton | 2009-06-15 | 1 | -2/+2 |
| * | Introduce an infrastructure for dismantling vnet instances. | Marko Zec | 2009-06-08 | 1 | -0/+19 |
| * | 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 |
| * | For UDP with introducing the UDP control block, the uma zone had to | Bjoern A. Zeeb | 2009-05-23 | 1 | -1/+1 |
| * | Permit buiding kernels with options VIMAGE, restricted to only a single | Marko Zec | 2009-04-30 | 1 | -0/+6 |
| * | In preparation for turning on options VIMAGE in next commits, | Marko Zec | 2009-04-26 | 1 | -0/+1 |
| * | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | Robert Watson | 2009-04-11 | 1 | -4/+4 |
| * | First pass at separating per-vnet initializer functions | Marko Zec | 2009-04-06 | 1 | -32/+44 |
| * | Remove local in6_addr variables for local and foreign addresses in sysctl_drop, | Juli Mallett | 2009-03-22 | 1 | -3/+3 |
| * | Correct a number of evolved problems with inp_vflag and inp_flags: | Robert Watson | 2009-03-15 | 1 | -15/+15 |
| * | Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short. | Luigi Rizzo | 2009-02-13 | 1 | -2/+2 |
| * | Try to remove/assimilate as much of formerly IPv4/6 specific | Bjoern A. Zeeb | 2009-02-08 | 1 | -2/+2 |
| * | Add TCP Appropriate Byte Counting (RFC 3465) support to kernel. | Lawrence Stewart | 2009-01-15 | 1 | -0/+2 |
| * | Use inc_flags instead of the inc_isipv6 alias which so far | Bjoern A. Zeeb | 2008-12-17 | 1 | -6/+4 |
| * | Another step assimilating IPv[46] PCB code - directly use | Bjoern A. Zeeb | 2008-12-15 | 1 | -1/+1 |
| * | This main goals of this project are: | Qing Li | 2008-12-15 | 1 | -2/+2 |
| * | De-virtualize the MD5 context for TCP initial seq number generation | Bjoern A. Zeeb | 2008-12-13 | 1 | -10/+10 |
| * | Use the correct INIT_VNET_INET() as the virtualized variable here | Bjoern A. Zeeb | 2008-12-11 | 1 | -1/+1 |
| * | Conditionally compile out V_ globals while instantiating the appropriate | Marko Zec | 2008-12-10 | 1 | -1/+3 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+2 |
| * | missing V_ | Dag-Erling Smørgrav | 2008-11-28 | 1 | -1/+1 |
| * | Merge more of currently non-functional (i.e. resolving to | Marko Zec | 2008-11-26 | 1 | -11/+17 |
| * | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -12/+58 |
| * | Fix a bug introduced with r182851 splitting tcp_mss() into | Bjoern A. Zeeb | 2008-11-06 | 1 | -1/+1 |
| * | Adopt the comment for tcp_maxmtu(); we are returning a number | Bjoern A. Zeeb | 2008-11-06 | 1 | -3/+3 |
| * | Add cr_canseeinpcb() doing checks using the cached socket | Bjoern A. Zeeb | 2008-10-17 | 1 | -6/+3 |
| * | Cache so_cred as inp_cred in the inpcb. | Bjoern A. Zeeb | 2008-10-04 | 1 | -2/+2 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -25/+70 |
| * | Implement IPv6 support for TCP MD5 Signature Option (RFC 2385) | Bjoern A. Zeeb | 2008-09-13 | 1 | -24/+93 |