summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: 311225, 311243, 313045gnn2017-03-301-4/+3
* MFC r304572 (by bz):ae2017-03-181-359/+10
* MFC r308832:tuexen2016-12-181-1/+4
* MFC r307726:tuexen2016-12-181-3/+4
* MFC r308358:ae2016-11-131-0/+1
* MFC r303626 (by gallatin)hiren2016-08-291-36/+111
* MFC r303457:gallatin2016-08-111-6/+7
* The TCPPCAP debugging feature caches recently-used mbufs for use injtl2016-07-061-0/+7
* Try to avoid a 2nd conditional by re-writing the loop, pause, andbz2016-06-231-4/+5
* In VNET TCP teardown Do not sleep unconditionally but only if webz2016-06-231-1/+2
* Check the V_tcbinfo.ipi_count to hit 0 before doing the full TCP cleanup.bz2016-06-231-7/+8
* The pr_destroy field does not allow us to run the teardown code in abz2016-06-011-2/+3
* Don't reuse the source mbuf in tcp_respond() if it is not writable.jhb2016-05-261-2/+40
* Tiny refactor of r294869/r296881: use defines to mask the VNET() macro.glebius2016-05-171-2/+2
* sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* This cleans up the timers code in TCP to start using the newrrs2016-04-281-58/+16
* Mfp: r296310,r296343bz2016-04-091-2/+13
* Mfp: r296260bz2016-04-091-2/+1
* Mfp: r296259bz2016-04-091-3/+8
* Remove some NULL checks for M_WAITOK allocations.trasz2016-03-291-2/+0
* Fix compile errors after r297225:bz2016-03-241-1/+1
* FreeBSD previously provided route caching for TCP (and UDP). Re-addgnn2016-03-241-4/+8
* Redo r294869. The array of counters for TCP states doesn't belong toglebius2016-03-151-5/+5
* As reported on the transport@ and current@ mailing lists, the FreeBSD TCPjtl2016-03-071-7/+69
* Some cleanup in tcp_respond() in preparation for another change:jtl2016-03-071-6/+5
* Fix dtrace probes (introduced in 287759): debug__input was usedgnn2016-03-031-1/+1
* Fix build after r29592.bdrewery2016-02-231-1/+1
* This fixes the fastpath code to have a better module initialization sequence ...rrs2016-02-231-2/+15
* 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
OpenPOWER on IntegriCloud