| Commit message (Expand) | Author | Age | Files | Lines |
* | More warnings for zones that depend on the kern.ipc.maxsockets limit. | pjd | 2012-12-08 | 1 | -0/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -2/+2 |
* | Auto size the tcbhashsize structure based on max sockets. | alfred | 2012-11-27 | 1 | -4/+61 |
* | Cleanup some whitspace in this file to get it out of an upcoming patch. | bz | 2012-11-08 | 1 | -14/+14 |
* | Switch the entire IPv4 stack to keep the IP packet header | glebius | 2012-10-22 | 1 | -6/+5 |
* | Merge the projects/pf/head branch, that was worked on for last six months, | glebius | 2012-09-08 | 1 | -1/+0 |
* | - Updated TOE support in the kernel. | np | 2012-06-19 | 1 | -6/+13 |
* | 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 | -8/+6 |
* | When we receive an ICMP unreach need fragmentation datagram, we take | glebius | 2012-04-16 | 1 | -9/+18 |
* | Permit tcpdrop in VNET jails. | zec | 2012-03-28 | 1 | -1/+1 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -1/+1 |
* | Unbreak no-INET kernels after r223839 adding the needed #ifdef INET. | bz | 2011-07-14 | 1 | -0/+2 |
* | Remove the TCP_SORECEIVE_STREAM compile time option. The use of | andre | 2011-07-07 | 1 | -4/+2 |
* | pf(4) tags now store the state key but tcp_respond tries to reuse a mbuf as a... | eri | 2011-07-04 | 1 | -0/+1 |
* | Implement a CPU-affine TCP and UDP connection lookup data structure, | rwatson | 2011-06-06 | 1 | -1/+2 |
* | Decompose the current single inpcbinfo lock into two locks: | rwatson | 2011-05-30 | 1 | -31/+19 |
* | Refactor TCP ISN increment logic. Instead of firing callout at 100Hz to | mav | 2011-05-09 | 1 | -32/+9 |
* | Make the TCP code compile without INET. Sort #includes and add #ifdef INETs. | bz | 2011-04-30 | 1 | -17/+62 |
* | Add the possibility to verify MD5 hash of incoming TCP packets. | attilio | 2011-04-25 | 1 | -0/+66 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | mdf | 2011-01-18 | 1 | -1/+2 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -1/+1 |
* | - Add some helper hook points to the TCP stack. The hooks allow Khelp modules to | lstewart | 2010-12-28 | 1 | -0/+20 |
* | Fix a whitespace nit introduced in r215166. | lstewart | 2010-12-28 | 1 | -1/+1 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -7/+7 |
* | Move protocol specific implementation detail out of the core CC framework. | lstewart | 2010-11-16 | 1 | -0/+63 |
* | cc_init() should only be run once on system boot, but with VIMAGE kernels it | lstewart | 2010-11-16 | 1 | -2/+0 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -7/+7 |
* | This commit marks the first formal contribution of the "Five New TCP Congestion | lstewart | 2010-11-12 | 1 | -2/+31 |
* | Internalise reassembly queue related functionality and variables which should | lstewart | 2010-09-25 | 1 | -17/+2 |
* | Remove the TCP inflight bandwidth limiter as announced in r211315 | andre | 2010-09-16 | 1 | -206/+0 |
* | Simplify the tcp pcblist estimate logic slightly. | jhb | 2010-08-27 | 1 | -5/+3 |
* | Untangle the net.inet.tcp.log_in_vain and net.inet.tcp.log_debug | andre | 2010-08-18 | 1 | -4/+26 |
* | When calculating the expected memory size for userspace, also take the | bz | 2010-08-18 | 1 | -1/+1 |
* | Ensure a minimum "slop" of 10 extra pcb structures when providing a | jhb | 2010-08-17 | 1 | -2/+3 |
* | Fix the interaction between 'ICMP fragmentation needed' MTU updates, | andre | 2010-08-15 | 1 | -5/+3 |
* | Disable TCP inflight limiter by default. | andre | 2010-08-14 | 1 | -1/+1 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -67/+23 |
* | Add pcb reference counting to the pcblist sysctl handler functions | bz | 2010-03-17 | 1 | -4/+14 |
* | Abstract out initialization of most aspects of struct inpcbinfo from | rwatson | 2010-03-14 | 1 | -23/+4 |
* | Destroy TCP UMA zones (empty or not) upon network stack teardown | bz | 2010-03-07 | 1 | -1/+7 |
* | Add comment in tcp_discardcb() talking about how we don't, but should, | rwatson | 2010-03-07 | 1 | -2/+13 |
* | Add the ability to see TCP timers via netstat -x. This can be a useful | silby | 2009-09-16 | 1 | -1/+4 |
* | -Put the optimized soreceive_stream() under a compile time option called | andre | 2009-09-15 | 1 | -0/+14 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | sysctl_msec_to_ticks is used with both virtualized and | bz | 2009-07-21 | 1 | -1/+9 |
* | Reimplement and/or implement vnet list locking by replacing a mostly | rwatson | 2009-07-19 | 1 | -4/+4 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -13/+13 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -84/+65 |