| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/net*: minor spelling fixes. | pfg | 2016-05-03 | 1 | -1/+1 |
* | This cleans up the timers code in TCP to start using the new | rrs | 2016-04-28 | 1 | -58/+16 |
* | Mfp: r296310,r296343 | bz | 2016-04-09 | 1 | -2/+13 |
* | Mfp: r296260 | bz | 2016-04-09 | 1 | -2/+1 |
* | Mfp: r296259 | bz | 2016-04-09 | 1 | -3/+8 |
* | Remove some NULL checks for M_WAITOK allocations. | trasz | 2016-03-29 | 1 | -2/+0 |
* | Fix compile errors after r297225: | bz | 2016-03-24 | 1 | -1/+1 |
* | FreeBSD previously provided route caching for TCP (and UDP). Re-add | gnn | 2016-03-24 | 1 | -4/+8 |
* | Redo r294869. The array of counters for TCP states doesn't belong to | glebius | 2016-03-15 | 1 | -5/+5 |
* | As reported on the transport@ and current@ mailing lists, the FreeBSD TCP | jtl | 2016-03-07 | 1 | -7/+69 |
* | Some cleanup in tcp_respond() in preparation for another change: | jtl | 2016-03-07 | 1 | -6/+5 |
* | Fix dtrace probes (introduced in 287759): debug__input was used | gnn | 2016-03-03 | 1 | -1/+1 |
* | Fix build after r29592. | bdrewery | 2016-02-23 | 1 | -1/+1 |
* | This fixes the fastpath code to have a better module initialization sequence ... | rrs | 2016-02-23 | 1 | -2/+15 |
* | Rename netinet/tcp_cc.h to netinet/cc/cc.h. | glebius | 2016-01-27 | 1 | -1/+1 |
* | Grab a snap amount of TCP connections in syncache from tcpstat. | glebius | 2016-01-27 | 1 | -2/+3 |
* | Augment struct tcpstat with tcps_states[], which is used for book-keeping | glebius | 2016-01-27 | 1 | -0/+3 |
* | Persist timers TCPTV_PERSMIN and TCPTV_PERSMAX are hardcoded with 5 seconds and | hiren | 2016-01-26 | 1 | -0/+2 |
* | Convert TCP mtu checks to the new routing KPI. | melifaro | 2016-01-25 | 1 | -31/+22 |
* | - Rename cc.h to more meaningful tcp_cc.h. | glebius | 2016-01-21 | 1 | -1/+2 |
* | Remove sys/eventhandler.h from net/route.h | melifaro | 2016-01-09 | 1 | -0/+1 |
* | Historically we have two fields in tcpcb to describe sender MSS: t_maxopd, | glebius | 2016-01-07 | 1 | -2/+55 |
* | Implementation of server-side TCP Fast Open (TFO) [RFC7413]. | pkelsey | 2015-12-24 | 1 | -0/+21 |
* | If bootverbose is enabled every vnet startup and virtual interface | bz | 2015-12-22 | 1 | -1/+1 |
* | Fix a panic when launching VNETs after the commit of r292309. | jtl | 2015-12-22 | 1 | -4/+4 |
* | First cut of the modularization of our TCP stack. Still | rrs | 2015-12-16 | 1 | -4/+308 |
* | Turning on IPSEC used to introduce a slight amount of performance | gnn | 2015-10-27 | 1 | -1/+2 |
* | There are times when it would be really nice to have a record of the last few | hiren | 2015-10-14 | 1 | -0/+18 |
* | When processing ICMP need frag message, ignore the suggested MTU unless it | glebius | 2015-09-30 | 1 | -11/+10 |
* | Use proper byteswap macro. This isn't a functional change. | glebius | 2015-09-17 | 1 | -1/+1 |
* | In tcp_ctlinput() separate the (ip == NULL) block from the rest of the | glebius | 2015-09-16 | 1 | -64/+65 |
* | dd DTrace probe points, translators and a corresponding script | gnn | 2015-09-13 | 1 | -0/+1 |
* | Make tcp_mtudisc() static and void. No functional changes. | glebius | 2015-09-04 | 1 | -4/+5 |
* | Fix a kernel assertion issue introduced with r286227: | jch | 2015-08-08 | 1 | -3/+3 |
* | Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability: | jch | 2015-08-03 | 1 | -25/+25 |
* | Revert r265338, r271089 and r271123 as those changes do not handle | pkelsey | 2015-07-29 | 1 | -0/+2 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 1 | -5/+5 |
* | Fix possible reference leak. | ae | 2015-04-24 | 1 | -0/+1 |
* | Fix an old and well-documented use-after-free race condition in | jch | 2015-04-16 | 1 | -18/+91 |
* | Remove kernel handling of ICMP_SOURCEQUENCH. | melifaro | 2014-11-10 | 1 | -8/+0 |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | glebius | 2014-11-07 | 1 | -11/+11 |
* | * Split tcp_signature_compute() into 2 pieces: | melifaro | 2014-09-27 | 1 | -42/+76 |
* | Improve transmit sending offload, TSO, algorithm in general. | hselasky | 2014-09-22 | 1 | -0/+4 |
* | Fixes for tcp_respond() comment. | glebius | 2014-09-04 | 1 | -3/+3 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -4/+3 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -3/+4 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -4/+3 |
* | The FreeBSD-SA-14:08.tcp was a lesson on not doing acrobatics with | glebius | 2014-05-04 | 1 | -2/+0 |
* | Add {} braces so that the code conforms to the indentation. | rmacklem | 2014-04-21 | 1 | -2/+4 |
* | - Remove rt_metrics_lite and simply put its members into rtentry. | glebius | 2014-03-05 | 1 | -4/+4 |