summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Turning on IPSEC used to introduce a slight amount of performancegnn2015-10-271-1/+2
* There are times when it would be really nice to have a record of the last fewhiren2015-10-141-0/+18
* When processing ICMP need frag message, ignore the suggested MTU unless itglebius2015-09-301-11/+10
* Use proper byteswap macro. This isn't a functional change.glebius2015-09-171-1/+1
* In tcp_ctlinput() separate the (ip == NULL) block from the rest of theglebius2015-09-161-64/+65
* dd DTrace probe points, translators and a corresponding scriptgnn2015-09-131-0/+1
* Make tcp_mtudisc() static and void. No functional changes.glebius2015-09-041-4/+5
* Fix a kernel assertion issue introduced with r286227:jch2015-08-081-3/+3
* Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:jch2015-08-031-25/+25
* Revert r265338, r271089 and r271123 as those changes do not handlepkelsey2015-07-291-0/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-5/+5
* Fix possible reference leak.ae2015-04-241-0/+1
* Fix an old and well-documented use-after-free race condition injch2015-04-161-18/+91
* 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
OpenPOWER on IntegriCloud