summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Rename netinet/tcp_cc.h to netinet/cc/cc.h.glebius2016-01-271-1/+1
* Grab a snap amount of TCP connections in syncache from tcpstat.glebius2016-01-271-2/+3
* Augment struct tcpstat with tcps_states[], which is used for book-keepingglebius2016-01-271-0/+3
* Persist timers TCPTV_PERSMIN and TCPTV_PERSMAX are hardcoded with 5 seconds andhiren2016-01-261-0/+2
* Convert TCP mtu checks to the new routing KPI.melifaro2016-01-251-31/+22
* - Rename cc.h to more meaningful tcp_cc.h.glebius2016-01-211-1/+2
* Remove sys/eventhandler.h from net/route.hmelifaro2016-01-091-0/+1
* Historically we have two fields in tcpcb to describe sender MSS: t_maxopd,glebius2016-01-071-2/+55
* Implementation of server-side TCP Fast Open (TFO) [RFC7413].pkelsey2015-12-241-0/+21
* If bootverbose is enabled every vnet startup and virtual interfacebz2015-12-221-1/+1
* Fix a panic when launching VNETs after the commit of r292309.jtl2015-12-221-4/+4
* First cut of the modularization of our TCP stack. Stillrrs2015-12-161-4/+308
* 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
OpenPOWER on IntegriCloud