summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Allow drivers to specify a maximum TSO length in bytes if they areandre2013-06-031-6/+8
* Fix typo in net.inet.tcp.minmss sysctl description.jimharris2013-05-131-1/+1
* Back out r249318, r249320 and r249327 due to a heisenbug mostandre2013-05-061-1/+1
* - Corrrect mispellings of word usefulgabor2013-04-171-1/+1
* Change certain heavily used network related mutexes and rwlocks toandre2013-04-091-1/+1
* Use m_get/m_gethdr instead of compat macros.glebius2013-03-151-1/+1
* More warnings for zones that depend on the kern.ipc.maxsockets limit.pjd2012-12-081-0/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Auto size the tcbhashsize structure based on max sockets.alfred2012-11-271-4/+61
* Cleanup some whitspace in this file to get it out of an upcoming patch.bz2012-11-081-14/+14
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-6/+5
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-1/+0
* - Updated TOE support in the kernel.np2012-06-191-6/+13
* It turns out that too many drivers are not only parsing the L2/3/4bz2012-05-281-1/+2
* MFp4 bz_ipv6_fast:bz2012-05-251-8/+6
* 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
OpenPOWER on IntegriCloud