summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* When we receive an ICMP unreach need fragmentation datagram, we takeglebius2012-04-161-9/+18
* Permit tcpdrop in VNET jails.zec2012-03-281-1/+1
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-1/+1
* Unbreak no-INET kernels after r223839 adding the needed #ifdef INET.bz2011-07-141-0/+2
* Remove the TCP_SORECEIVE_STREAM compile time option. The use ofandre2011-07-071-4/+2
* pf(4) tags now store the state key but tcp_respond tries to reuse a mbuf as a...eri2011-07-041-0/+1
* Implement a CPU-affine TCP and UDP connection lookup data structure,rwatson2011-06-061-1/+2
* Decompose the current single inpcbinfo lock into two locks:rwatson2011-05-301-31/+19
* Refactor TCP ISN increment logic. Instead of firing callout at 100Hz tomav2011-05-091-32/+9
* Make the TCP code compile without INET. Sort #includes and add #ifdef INETs.bz2011-04-301-17/+62
* Add the possibility to verify MD5 hash of incoming TCP packets.attilio2011-04-251-0/+66
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-1/+2
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* - Add some helper hook points to the TCP stack. The hooks allow Khelp modules tolstewart2010-12-281-0/+20
* Fix a whitespace nit introduced in r215166.lstewart2010-12-281-1/+1
* After some off-list discussion, revert a number of changes to thedim2010-11-221-7/+7
* Move protocol specific implementation detail out of the core CC framework.lstewart2010-11-161-0/+63
* cc_init() should only be run once on system boot, but with VIMAGE kernels itlstewart2010-11-161-2/+0
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-7/+7
* This commit marks the first formal contribution of the "Five New TCP Congestionlstewart2010-11-121-2/+31
* Internalise reassembly queue related functionality and variables which shouldlstewart2010-09-251-17/+2
* Remove the TCP inflight bandwidth limiter as announced in r211315andre2010-09-161-206/+0
* Simplify the tcp pcblist estimate logic slightly.jhb2010-08-271-5/+3
* Untangle the net.inet.tcp.log_in_vain and net.inet.tcp.log_debugandre2010-08-181-4/+26
* When calculating the expected memory size for userspace, also take thebz2010-08-181-1/+1
* Ensure a minimum "slop" of 10 extra pcb structures when providing ajhb2010-08-171-2/+3
* Fix the interaction between 'ICMP fragmentation needed' MTU updates,andre2010-08-151-5/+3
* Disable TCP inflight limiter by default.andre2010-08-141-1/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-67/+23
* Add pcb reference counting to the pcblist sysctl handler functionsbz2010-03-171-4/+14
* Abstract out initialization of most aspects of struct inpcbinfo fromrwatson2010-03-141-23/+4
* Destroy TCP UMA zones (empty or not) upon network stack teardownbz2010-03-071-1/+7
* Add comment in tcp_discardcb() talking about how we don't, but should,rwatson2010-03-071-2/+13
* Add the ability to see TCP timers via netstat -x. This can be a usefulsilby2009-09-161-1/+4
* -Put the optimized soreceive_stream() under a compile time option calledandre2009-09-151-0/+14
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* sysctl_msec_to_ticks is used with both virtualized andbz2009-07-211-1/+9
* Reimplement and/or implement vnet list locking by replacing a mostlyrwatson2009-07-191-4/+4
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-13/+13
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-84/+65
* Add explicit includes for jail.h to the files that need them andbz2009-06-171-0/+1
* Get vnets from creds instead of threads where they're available, and fromjamie2009-06-151-2/+2
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+19
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* For UDP with introducing the UDP control block, the uma zone had tobz2009-05-231-1/+1
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-0/+6
* In preparation for turning on options VIMAGE in next commits,zec2009-04-261-0/+1
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andrwatson2009-04-111-4/+4
* First pass at separating per-vnet initializer functionszec2009-04-061-32/+44
OpenPOWER on IntegriCloud