| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent premature SACK block transmission during loss recovery | Richard Scheffenegger | 2020-11-08 | 1 | -2/+4 |
* | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -2/+0 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -2/+4 |
* | White space cleanup -- remove trailing tab's or spaces | Randall Stewart | 2020-02-12 | 1 | -26/+26 |
* | This patch addresses an issue brought up by bz@ in D18968: | Michael Tuexen | 2019-02-21 | 1 | -3/+19 |
* | Don't include two header files when not needed. | Michael Tuexen | 2019-01-25 | 1 | -4/+6 |
* | Fix a regression in the TCP handling of received segments. | Michael Tuexen | 2018-12-20 | 1 | -4/+22 |
* | In r338102, the TCP reassembly code was substantially restructured. Prior | Jonathan T. Looney | 2018-10-16 | 1 | -3/+1 |
* | This change represents a substantial restructure of the way we | Randall Stewart | 2018-08-20 | 1 | -121/+854 |
* | Address concerns about CPU usage while doing TCP reassembly. | Jonathan T. Looney | 2018-08-06 | 1 | -1/+11 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | There is no good reason for TCP reassembly zone to be UMA_ZONE_NOFREE. | Gleb Smirnoff | 2017-05-10 | 1 | -1/+1 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Remove sys/eventhandler.h from net/route.h | Alexander V. Chernikov | 2016-01-09 | 1 | -0/+1 |
* | Eliminate nd6_nud_hint() and its TCP bindings. | Alexander V. Chernikov | 2015-09-27 | 1 | -1/+0 |
* | tcp_reass_zone is not a VNET variable. | Kristof Provost | 2015-08-09 | 1 | -1/+1 |
* | Revert r265338, r271089 and r271123 as those changes do not handle | Patrick Kelsey | 2015-07-29 | 1 | -87/+145 |
* | Merge from projects/sendfile: extend protocols API to support | Gleb Smirnoff | 2014-11-30 | 1 | -1/+1 |
* | Satisfy assertion in m_demote(). | Gleb Smirnoff | 2014-09-04 | 1 | -0/+1 |
* | Improve r265338. When inserting mbufs into TCP reassembly queue, | Gleb Smirnoff | 2014-09-04 | 1 | -7/+20 |
* | - Remove net.inet.tcp.reass.overflows sysctl. It counts exactly | Gleb Smirnoff | 2014-05-06 | 1 | -12/+1 |
* | The tcp_log_addrs() uses th pointer, which points into the mbuf, thus we | Gleb Smirnoff | 2014-05-05 | 1 | -1/+1 |
* | The FreeBSD-SA-14:08.tcp was a lesson on not doing acrobatics with | Gleb Smirnoff | 2014-05-04 | 1 | -152/+72 |
* | Fix TCP reassembly vulnerability. | Xin LI | 2014-04-30 | 1 | -3/+4 |
* | Utilize SYSCTL_UMA_CUR() to export usage of syncache and | Gleb Smirnoff | 2014-02-07 | 1 | -15/+3 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
* | uma_zone_set_max() directly returns the rounded effective zone | Andre Oppermann | 2013-02-01 | 1 | -4/+4 |
* | Fix sysctl_handle_int() usage. Either arg1 or arg2 should be supplied, | Gleb Smirnoff | 2012-12-25 | 1 | -1/+1 |
* | Simplify implementation of net.inet.tcp.reass.maxsegments and | Andre Oppermann | 2012-10-28 | 1 | -17/+11 |
* | Plug a TCP reassembly UMA zone leak introduced in r226113 by only using the | Lawrence Stewart | 2011-11-27 | 1 | -17/+22 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
* | Prevent TCP sessions from stalling indefinitely in reassembly | Andre Oppermann | 2011-10-07 | 1 | -2/+28 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | Matthew D Fleming | 2011-01-18 | 1 | -3/+6 |
* | Trim extra spaces before tabs. | John Baldwin | 2011-01-07 | 1 | -1/+1 |
* | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -4/+4 |
* | Add new, per connection, statistics for TCP, including: | George V. Neville-Neil | 2010-11-17 | 1 | -0/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -4/+4 |
* | Retire the system-wide, per-reassembly queue segment limit. The mechanism is far | Lawrence Stewart | 2010-10-16 | 1 | -11/+15 |
* | - Switch the "net.inet.tcp.reass.cursegments" and | Lawrence Stewart | 2010-10-16 | 1 | -13/+23 |
* | Internalise reassembly queue related functionality and variables which should | Lawrence Stewart | 2010-09-25 | 1 | -3/+25 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -14/+7 |
* | Destroy TCP UMA zones (empty or not) upon network stack teardown | Bjoern A. Zeeb | 2010-03-07 | 1 | -0/+9 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 |
* | 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 | -21/+17 |
* | Remove comment about moving tcp_reass() to its own file named tcp_reass.c, | Robert Watson | 2009-05-25 | 1 | -2/+1 |
* | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | Robert Watson | 2009-04-11 | 1 | -6/+6 |
* | First pass at separating per-vnet initializer functions | Marko Zec | 2009-04-06 | 1 | -7/+9 |
* | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
* | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -4/+12 |