| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | avg | 2013-11-26 | 1 | -2/+2 |
* | Convert over the TCP probes to use mtod() rather than directly | adrian | 2013-11-25 | 1 | -2/+3 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | attilio | 2013-11-25 | 1 | -1/+0 |
* | Deregister helper hooks on vnet destroy. | trociny | 2013-11-17 | 1 | -0/+14 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Implement the ip, tcp, and udp DTrace providers. The probe definitions use | markj | 2013-08-25 | 1 | -2/+25 |
* | Allow drivers to specify a maximum TSO length in bytes if they are | andre | 2013-06-03 | 1 | -6/+8 |
* | Fix typo in net.inet.tcp.minmss sysctl description. | jimharris | 2013-05-13 | 1 | -1/+1 |
* | Back out r249318, r249320 and r249327 due to a heisenbug most | andre | 2013-05-06 | 1 | -1/+1 |
* | - Corrrect mispellings of word useful | gabor | 2013-04-17 | 1 | -1/+1 |
* | Change certain heavily used network related mutexes and rwlocks to | andre | 2013-04-09 | 1 | -1/+1 |
* | Use m_get/m_gethdr instead of compat macros. | glebius | 2013-03-15 | 1 | -1/+1 |
* | More warnings for zones that depend on the kern.ipc.maxsockets limit. | pjd | 2012-12-08 | 1 | -0/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -2/+2 |
* | Auto size the tcbhashsize structure based on max sockets. | alfred | 2012-11-27 | 1 | -4/+61 |
* | Cleanup some whitspace in this file to get it out of an upcoming patch. | bz | 2012-11-08 | 1 | -14/+14 |
* | Switch the entire IPv4 stack to keep the IP packet header | glebius | 2012-10-22 | 1 | -6/+5 |
* | Merge the projects/pf/head branch, that was worked on for last six months, | glebius | 2012-09-08 | 1 | -1/+0 |
* | - Updated TOE support in the kernel. | np | 2012-06-19 | 1 | -6/+13 |
* | It turns out that too many drivers are not only parsing the L2/3/4 | bz | 2012-05-28 | 1 | -1/+2 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-25 | 1 | -8/+6 |