| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r261242: | jch | 2016-07-18 | 1 | -1/+3 |
* | MFC r298769, r299315 | sephe | 2016-05-17 | 1 | -5/+18 |
* | MFC r277938 (by hiren): make syncookie_mac() use 'tcp_seq irs' in computing h... | stas | 2016-01-08 | 1 | -0/+1 |
* | MFC r292706: | pkelsey | 2015-12-28 | 1 | -8/+129 |
* | MFC r266420 (by adrian) | hiren | 2015-06-19 | 1 | -0/+1 |
* | MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@ | hiren | 2015-04-24 | 1 | -3/+1 |
* | MFC r266619: | bz | 2014-08-16 | 1 | -2/+1 |
* | MFC r260871: | adrian | 2014-02-10 | 1 | -0/+10 |
* | Implement the ip, tcp, and udp DTrace providers. The probe definitions use | markj | 2013-08-25 | 1 | -1/+1 |
* | Free the non-fatal "timestamp missing" debug string manually as it is | andre | 2013-07-16 | 1 | -1/+4 |
* | Improve SYN cookies by encoding the MSS, WSCALE (window scaling) and SACK | andre | 2013-07-11 | 1 | -211/+359 |
* | Extend debug logging of TCP timestamp related specification | andre | 2013-07-10 | 1 | -0/+17 |
* | uma_zone_set_max() directly returns the rounded effective zone | andre | 2013-02-01 | 1 | -2/+2 |
* | Add TCP_OFFLOAD hook in syncache_respond for IPv6 too, just like the one | np | 2013-01-25 | 1 | -0/+9 |
* | Fix sysctl_handle_int() usage. Either arg1 or arg2 should be supplied, | glebius | 2012-12-25 | 1 | -1/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -1/+1 |
* | For retransmits of SYN|ACK from the syncache use the slightly more | andre | 2012-10-28 | 1 | -1/+1 |
* | Change the syncache count reporting the current number of entries | andre | 2012-10-28 | 1 | -8/+15 |
* | When SYN or SYN/ACK had to be retransmitted RFC5681 requires us to | andre | 2012-10-28 | 1 | -2/+3 |
* | Switch the entire IPv4 stack to keep the IP packet header | glebius | 2012-10-22 | 1 | -3/+3 |
* | - Updated TOE support in the kernel. | np | 2012-06-19 | 1 | -73/+62 |
* | It turns out that too many drivers are not only parsing the L2/3/4 | bz | 2012-05-28 | 1 | -1/+2 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-25 | 1 | -5/+4 |
* | Fix PAWS (Protect Against Wrapped Sequence numbers) in cases when | bz | 2012-02-15 | 1 | -4/+4 |
* | Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL and | glebius | 2012-02-05 | 1 | -1/+9 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+2 |
* | Implement a CPU-affine TCP and UDP connection lookup data structure, | rwatson | 2011-06-06 | 1 | -1/+8 |
* | Add _mbuf() variants of various inpcb-related interfaces, including lookup, | rwatson | 2011-06-04 | 1 | -4/+4 |
* | Decompose the current single inpcbinfo lock into two locks: | rwatson | 2011-05-30 | 1 | -0/+5 |
* | Make the TCP code compile without INET. Sort #includes and add #ifdef INETs. | bz | 2011-04-30 | 1 | -5/+24 |
* | Add the possibility to verify MD5 hash of incoming TCP packets. | attilio | 2011-04-25 | 1 | -4/+5 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -5/+5 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -3/+3 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -3/+3 |
* | Initializing the new error variable to zero in syncache_socket() | andre | 2010-08-15 | 1 | -1/+1 |
* | Add more logging points for failures in syncache_socket() to | andre | 2010-08-15 | 1 | -5/+24 |
* | Fix a bug in syncache where the initial CWND for new incoming connections | andre | 2010-07-30 | 1 | -1/+2 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -12/+7 |
* | Upon virtual network stack teardown properly release the TCP syncache | bz | 2010-02-20 | 1 | -2/+24 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Somewhere along the line accept sockets stopped honoring the | julian | 2009-07-28 | 1 | -4/+2 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -3/+3 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -49/+31 |
* | Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface to | lstewart | 2009-07-13 | 1 | -4/+17 |
* | Introduce an infrastructure for dismantling vnet instances. | zec | 2009-06-08 | 1 | -0/+13 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Add internal 'mac_policy_count' counter to the MAC Framework, which is a | rwatson | 2009-06-02 | 1 | -2/+0 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -0/+3 |
* | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | rwatson | 2009-04-11 | 1 | -24/+24 |