| Commit message (Expand) | Author | Age | Files | Lines |
* | Address concerns about CPU usage while doing TCP reassembly. | jtl | 2018-08-06 | 1 | -1/+11 |
* | Revert r330897: | eadler | 2018-03-29 | 1 | -2/+0 |
* | Partial merge of the SPDX changes | eadler | 2018-03-14 | 1 | -0/+2 |
* | Remove sys/eventhandler.h from net/route.h | melifaro | 2016-01-09 | 1 | -0/+1 |
* | Eliminate nd6_nud_hint() and its TCP bindings. | melifaro | 2015-09-27 | 1 | -1/+0 |
* | tcp_reass_zone is not a VNET variable. | kp | 2015-08-09 | 1 | -1/+1 |
* | Revert r265338, r271089 and r271123 as those changes do not handle | pkelsey | 2015-07-29 | 1 | -87/+145 |
* | Merge from projects/sendfile: extend protocols API to support | glebius | 2014-11-30 | 1 | -1/+1 |
* | Satisfy assertion in m_demote(). | glebius | 2014-09-04 | 1 | -0/+1 |
* | Improve r265338. When inserting mbufs into TCP reassembly queue, | glebius | 2014-09-04 | 1 | -7/+20 |
* | - Remove net.inet.tcp.reass.overflows sysctl. It counts exactly | glebius | 2014-05-06 | 1 | -12/+1 |
* | The tcp_log_addrs() uses th pointer, which points into the mbuf, thus we | glebius | 2014-05-05 | 1 | -1/+1 |
* | The FreeBSD-SA-14:08.tcp was a lesson on not doing acrobatics with | glebius | 2014-05-04 | 1 | -152/+72 |
* | Fix TCP reassembly vulnerability. | delphij | 2014-04-30 | 1 | -3/+4 |
* | Utilize SYSCTL_UMA_CUR() to export usage of syncache and | glebius | 2014-02-07 | 1 | -15/+3 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | uma_zone_set_max() directly returns the rounded effective zone | andre | 2013-02-01 | 1 | -4/+4 |
* | Fix sysctl_handle_int() usage. Either arg1 or arg2 should be supplied, | glebius | 2012-12-25 | 1 | -1/+1 |
* | Simplify implementation of net.inet.tcp.reass.maxsegments and | andre | 2012-10-28 | 1 | -17/+11 |
* | Plug a TCP reassembly UMA zone leak introduced in r226113 by only using the | lstewart | 2011-11-27 | 1 | -17/+22 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Prevent TCP sessions from stalling indefinitely in reassembly | andre | 2011-10-07 | 1 | -2/+28 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | mdf | 2011-01-18 | 1 | -3/+6 |
* | Trim extra spaces before tabs. | jhb | 2011-01-07 | 1 | -1/+1 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -4/+4 |
* | Add new, per connection, statistics for TCP, including: | gnn | 2010-11-17 | 1 | -0/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -4/+4 |
* | Retire the system-wide, per-reassembly queue segment limit. The mechanism is far | lstewart | 2010-10-16 | 1 | -11/+15 |
* | - Switch the "net.inet.tcp.reass.cursegments" and | lstewart | 2010-10-16 | 1 | -13/+23 |
* | Internalise reassembly queue related functionality and variables which should | lstewart | 2010-09-25 | 1 | -3/+25 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -14/+7 |
* | Destroy TCP UMA zones (empty or not) upon network stack teardown | bz | 2010-03-07 | 1 | -0/+9 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | 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 | -21/+17 |
* | Remove comment about moving tcp_reass() to its own file named tcp_reass.c, | rwatson | 2009-05-25 | 1 | -2/+1 |
* | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | rwatson | 2009-04-11 | 1 | -6/+6 |
* | First pass at separating per-vnet initializer functions | zec | 2009-04-06 | 1 | -7/+9 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -4/+12 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -8/+11 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -18/+19 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 1 | -1/+1 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -1/+3 |
* | Complete the (mechanical) move of the TCP reassembly and timewait | andre | 2007-05-13 | 1 | -31/+2 |
* | Drop everything that doesn't belong into this new file. | andre | 2007-05-11 | 1 | -2980/+0 |
* | Move universally to ANSI C function declarations, with relatively | rwatson | 2007-05-10 | 1 | -1/+2 |
* | o Fix style(9) bugs introduced in the last commit. | maxim | 2007-05-09 | 1 | -3/+3 |
* | o Unbreak "options TCPDEBUG" && "nooptions INET6" kernel build. | maxim | 2007-05-09 | 1 | -0/+2 |
* | Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead of | andre | 2007-05-06 | 1 | -22/+22 |