| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove kernel handling of ICMP_SOURCEQUENCH. | Alexander V. Chernikov | 2014-11-10 | 1 | -8/+0 |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | Gleb Smirnoff | 2014-11-07 | 1 | -11/+11 |
* | * Split tcp_signature_compute() into 2 pieces: | Alexander V. Chernikov | 2014-09-27 | 1 | -42/+76 |
* | Improve transmit sending offload, TSO, algorithm in general. | Hans Petter Selasky | 2014-09-22 | 1 | -0/+4 |
* | Fixes for tcp_respond() comment. | Gleb Smirnoff | 2014-09-04 | 1 | -3/+3 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -4/+3 |
* | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -3/+4 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -4/+3 |
* | The FreeBSD-SA-14:08.tcp was a lesson on not doing acrobatics with | Gleb Smirnoff | 2014-05-04 | 1 | -2/+0 |
* | Add {} braces so that the code conforms to the indentation. | Rick Macklem | 2014-04-21 | 1 | -2/+4 |
* | - Remove rt_metrics_lite and simply put its members into rtentry. | Gleb Smirnoff | 2014-03-05 | 1 | -4/+4 |
* | dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | Andriy Gapon | 2013-11-26 | 1 | -2/+2 |
* | Convert over the TCP probes to use mtod() rather than directly | Adrian Chadd | 2013-11-25 | 1 | -2/+3 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | Attilio Rao | 2013-11-25 | 1 | -1/+0 |
* | Deregister helper hooks on vnet destroy. | Mikolaj Golub | 2013-11-17 | 1 | -0/+14 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
* | Implement the ip, tcp, and udp DTrace providers. The probe definitions use | Mark Johnston | 2013-08-25 | 1 | -2/+25 |
* | Allow drivers to specify a maximum TSO length in bytes if they are | Andre Oppermann | 2013-06-03 | 1 | -6/+8 |
* | Fix typo in net.inet.tcp.minmss sysctl description. | Jim Harris | 2013-05-13 | 1 | -1/+1 |
* | Back out r249318, r249320 and r249327 due to a heisenbug most | Andre Oppermann | 2013-05-06 | 1 | -1/+1 |
* | - Corrrect mispellings of word useful | Gabor Kovesdan | 2013-04-17 | 1 | -1/+1 |
* | Change certain heavily used network related mutexes and rwlocks to | Andre Oppermann | 2013-04-09 | 1 | -1/+1 |
* | Use m_get/m_gethdr instead of compat macros. | Gleb Smirnoff | 2013-03-15 | 1 | -1/+1 |
* | More warnings for zones that depend on the kern.ipc.maxsockets limit. | Pawel Jakub Dawidek | 2012-12-08 | 1 | -0/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -2/+2 |
* | Auto size the tcbhashsize structure based on max sockets. | Alfred Perlstein | 2012-11-27 | 1 | -4/+61 |
* | Cleanup some whitspace in this file to get it out of an upcoming patch. | Bjoern A. Zeeb | 2012-11-08 | 1 | -14/+14 |
* | Switch the entire IPv4 stack to keep the IP packet header | Gleb Smirnoff | 2012-10-22 | 1 | -6/+5 |
* | Merge the projects/pf/head branch, that was worked on for last six months, | Gleb Smirnoff | 2012-09-08 | 1 | -1/+0 |
* | - Updated TOE support in the kernel. | Navdeep Parhar | 2012-06-19 | 1 | -6/+13 |
* | It turns out that too many drivers are not only parsing the L2/3/4 | Bjoern A. Zeeb | 2012-05-28 | 1 | -1/+2 |
* | MFp4 bz_ipv6_fast: | Bjoern A. Zeeb | 2012-05-25 | 1 | -8/+6 |
* | When we receive an ICMP unreach need fragmentation datagram, we take | Gleb Smirnoff | 2012-04-16 | 1 | -9/+18 |
* | Permit tcpdrop in VNET jails. | Marko Zec | 2012-03-28 | 1 | -1/+1 |
* | Add multi-FIB IPv6 support to the core network stack supplementing | Bjoern A. Zeeb | 2012-02-03 | 1 | -1/+1 |
* | Unbreak no-INET kernels after r223839 adding the needed #ifdef INET. | Bjoern A. Zeeb | 2011-07-14 | 1 | -0/+2 |
* | Remove the TCP_SORECEIVE_STREAM compile time option. The use of | Andre Oppermann | 2011-07-07 | 1 | -4/+2 |
* | pf(4) tags now store the state key but tcp_respond tries to reuse a mbuf as a... | Ermal Luçi | 2011-07-04 | 1 | -0/+1 |
* | Implement a CPU-affine TCP and UDP connection lookup data structure, | Robert Watson | 2011-06-06 | 1 | -1/+2 |
* | Decompose the current single inpcbinfo lock into two locks: | Robert Watson | 2011-05-30 | 1 | -31/+19 |
* | Refactor TCP ISN increment logic. Instead of firing callout at 100Hz to | Alexander Motin | 2011-05-09 | 1 | -32/+9 |
* | Make the TCP code compile without INET. Sort #includes and add #ifdef INETs. | Bjoern A. Zeeb | 2011-04-30 | 1 | -17/+62 |
* | Add the possibility to verify MD5 hash of incoming TCP packets. | Attilio Rao | 2011-04-25 | 1 | -0/+66 |
* | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -1/+1 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | Matthew D Fleming | 2011-01-18 | 1 | -1/+2 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | Matthew D Fleming | 2011-01-12 | 1 | -1/+1 |
* | - Add some helper hook points to the TCP stack. The hooks allow Khelp modules to | Lawrence Stewart | 2010-12-28 | 1 | -0/+20 |
* | Fix a whitespace nit introduced in r215166. | Lawrence Stewart | 2010-12-28 | 1 | -1/+1 |
* | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -7/+7 |
* | Move protocol specific implementation detail out of the core CC framework. | Lawrence Stewart | 2010-11-16 | 1 | -0/+63 |