summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove kernel handling of ICMP_SOURCEQUENCH.melifaro2014-11-101-8/+0
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-11/+11
* * Split tcp_signature_compute() into 2 pieces:melifaro2014-09-271-42/+76
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-221-0/+4
* Fixes for tcp_respond() comment.glebius2014-09-041-3/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-4/+3
* Revert r267961, r267973:gjb2014-06-271-3/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-4/+3
* The FreeBSD-SA-14:08.tcp was a lesson on not doing acrobatics withglebius2014-05-041-2/+0
* Add {} braces so that the code conforms to the indentation.rmacklem2014-04-211-2/+4
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-051-4/+4
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-2/+2
* Convert over the TCP probes to use mtod() rather than directlyadrian2013-11-251-2/+3
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* Deregister helper hooks on vnet destroy.trociny2013-11-171-0/+14
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-251-2/+25
* 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
OpenPOWER on IntegriCloud