| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r266420 (by adrian) | Hiren Panchasara | 2015-06-19 | 1 | -0/+1 |
| * | MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@ | Hiren Panchasara | 2015-04-24 | 1 | -3/+1 |
| * | MFC r266619: | Bjoern A. Zeeb | 2014-08-16 | 1 | -2/+1 |
| * | MFC r260871: | Adrian Chadd | 2014-02-10 | 1 | -0/+10 |
| * | Implement the ip, tcp, and udp DTrace providers. The probe definitions use | Mark Johnston | 2013-08-25 | 1 | -1/+1 |
| * | Free the non-fatal "timestamp missing" debug string manually as it is | Andre Oppermann | 2013-07-16 | 1 | -1/+4 |
| * | Improve SYN cookies by encoding the MSS, WSCALE (window scaling) and SACK | Andre Oppermann | 2013-07-11 | 1 | -207/+355 |
| * | Extend debug logging of TCP timestamp related specification | Andre Oppermann | 2013-07-10 | 1 | -0/+17 |
| * | uma_zone_set_max() directly returns the rounded effective zone | Andre Oppermann | 2013-02-01 | 1 | -2/+2 |
| * | Add TCP_OFFLOAD hook in syncache_respond for IPv6 too, just like the one | Navdeep Parhar | 2013-01-25 | 1 | -0/+9 |
| * | Fix sysctl_handle_int() usage. Either arg1 or arg2 should be supplied, | Gleb Smirnoff | 2012-12-25 | 1 | -1/+1 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -1/+1 |
| * | For retransmits of SYN|ACK from the syncache use the slightly more | Andre Oppermann | 2012-10-28 | 1 | -1/+1 |
| * | Change the syncache count reporting the current number of entries | Andre Oppermann | 2012-10-28 | 1 | -8/+15 |
| * | When SYN or SYN/ACK had to be retransmitted RFC5681 requires us to | Andre Oppermann | 2012-10-28 | 1 | -2/+3 |
| * | Switch the entire IPv4 stack to keep the IP packet header | Gleb Smirnoff | 2012-10-22 | 1 | -3/+3 |
| * | - Updated TOE support in the kernel. | Navdeep Parhar | 2012-06-19 | 1 | -73/+62 |
| * | It turns out that too many drivers are not only parsing the L2/3/4 | Bjoern A. Zeeb | 2012-05-28 | 1 | -1/+2 |
| * | MFp4 bz_ipv6_fast: | Bjoern A. Zeeb | 2012-05-25 | 1 | -5/+4 |
| * | Fix PAWS (Protect Against Wrapped Sequence numbers) in cases when | Bjoern A. Zeeb | 2012-02-15 | 1 | -4/+4 |
| * | Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL and | Gleb Smirnoff | 2012-02-05 | 1 | -1/+9 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+2 |
| * | Implement a CPU-affine TCP and UDP connection lookup data structure, | Robert Watson | 2011-06-06 | 1 | -1/+8 |
| * | Add _mbuf() variants of various inpcb-related interfaces, including lookup, | Robert Watson | 2011-06-04 | 1 | -4/+4 |
| * | Decompose the current single inpcbinfo lock into two locks: | Robert Watson | 2011-05-30 | 1 | -0/+5 |
| * | Make the TCP code compile without INET. Sort #includes and add #ifdef INETs. | Bjoern A. Zeeb | 2011-04-30 | 1 | -5/+24 |
| * | Add the possibility to verify MD5 hash of incoming TCP packets. | Attilio Rao | 2011-04-25 | 1 | -4/+5 |
| * | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -1/+1 |
| * | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | Matthew D Fleming | 2011-01-12 | 1 | -5/+5 |
| * | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -3/+3 |
| * | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -3/+3 |
| * | Initializing the new error variable to zero in syncache_socket() | Andre Oppermann | 2010-08-15 | 1 | -1/+1 |
| * | Add more logging points for failures in syncache_socket() to | Andre Oppermann | 2010-08-15 | 1 | -5/+24 |
| * | Fix a bug in syncache where the initial CWND for new incoming connections | Andre Oppermann | 2010-07-30 | 1 | -1/+2 |
| * | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -12/+7 |
| * | Upon virtual network stack teardown properly release the TCP syncache | Bjoern A. Zeeb | 2010-02-20 | 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 |