| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable TX checksum offload for UDP-Lite completely. It wasn't used for | Michael Tuexen | 2014-05-12 | 1 | -5/+9 |
* | Whitespace change. | Michael Tuexen | 2014-05-10 | 1 | -1/+1 |
* | Fix a logic bug which prevented the sending of UDP packet with 0 checksum. | Michael Tuexen | 2014-05-09 | 1 | -1/+2 |
* | Remove a bogus re-assignment. | Kevin Lo | 2014-04-08 | 1 | -1/+0 |
* | Minor style cleanups. | Kevin Lo | 2014-04-07 | 1 | -1/+1 |
* | Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks. | Kevin Lo | 2014-04-07 | 1 | -53/+211 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | Attilio Rao | 2013-11-25 | 1 | -1/+0 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
* | The second last argument of udp:::receive is supposed to contain the | Mark Johnston | 2013-08-26 | 1 | -1/+1 |
* | Implement the ip, tcp, and udp DTrace providers. The probe definitions use | Mark Johnston | 2013-08-25 | 1 | -0/+7 |
* | Remove the large part of struct ipsecstat. Only few fields of this | Andrey V. Elsukov | 2013-07-23 | 1 | -4/+4 |
* | Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPU | Andrey V. Elsukov | 2013-07-09 | 1 | -5/+8 |
* | Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics | Andrey V. Elsukov | 2013-06-20 | 1 | -4/+4 |
* | 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 | -1/+1 |
* | Remove the recently added sysctl variable net.pfil.forward. | Andrey V. Elsukov | 2012-11-02 | 1 | -2/+2 |
* | Remove the IPFIREWALL_FORWARD kernel option and make possible to turn | Andrey V. Elsukov | 2012-10-25 | 1 | -6/+4 |
* | Do not reduce ip_len by size of IP header in the ip_input() | Gleb Smirnoff | 2012-10-23 | 1 | -2/+1 |
* | Switch the entire IPv4 stack to keep the IP packet header | Gleb Smirnoff | 2012-10-22 | 1 | -9/+9 |
* | In ip_stripoptions(): | Gleb Smirnoff | 2012-10-12 | 1 | -1/+1 |
* | Add a cmsg of type IP_TOS for UDP/IPv4 sockets to specify the TOS byte. | Michael Tuexen | 2012-06-12 | 1 | -1/+11 |
* | MFp4 bz_ipv6_fast: | Bjoern A. Zeeb | 2012-05-25 | 1 | -1/+3 |
* | Export the udp_cksum sysctl for upcoming SCTP work. Rather than always, | Bjoern A. Zeeb | 2012-03-27 | 1 | -4/+4 |
* | Add support for IPv6 to ipfw fwd: | Bjoern A. Zeeb | 2011-08-20 | 1 | -25/+35 |
* | Implement a CPU-affine TCP and UDP connection lookup data structure, | Robert Watson | 2011-06-06 | 1 | -1/+2 |
* | Add _mbuf() variants of various inpcb-related interfaces, including lookup, | Robert Watson | 2011-06-04 | 1 | -2/+2 |
* | Decompose the current single inpcbinfo lock into two locks: | Robert Watson | 2011-05-30 | 1 | -67/+69 |
* | Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 only | Bjoern A. Zeeb | 2011-04-30 | 1 | -9/+25 |
* | Refactor udp_input(), moving calls to u_tun_func() into udp_append(). | Edward Tomasz Napierala | 2011-04-14 | 1 | -45/+17 |
* | Oops, revert an accidental local change that got added in | Daniel Eischen | 2011-02-13 | 1 | -4/+0 |
* | Allow the SO_SETFIB socket option to select the default (0) | Daniel Eischen | 2011-02-13 | 1 | -0/+4 |
* | Fix style 9 nit that snuck in when I | Randall Stewart | 2011-01-19 | 1 | -1/+1 |
* | Fix a bug where Multicast packets sent from a | Randall Stewart | 2011-01-19 | 1 | -3/+5 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | Matthew D Fleming | 2011-01-18 | 1 | -1/+2 |
* | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -1/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -1/+1 |
* | Ensure a minimum "slop" of 10 extra pcb structures when providing a | John Baldwin | 2010-08-17 | 1 | -2/+2 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -5/+2 |
* | Add pcb reference counting to the pcblist sysctl handler functions | Bjoern A. Zeeb | 2010-03-17 | 1 | -3/+15 |
* | Abstract out initialization of most aspects of struct inpcbinfo from | Robert Watson | 2010-03-14 | 1 | -23/+3 |
* | Make udp_set_kernel_tunneling() less forgiving when its invariants are | Robert Watson | 2010-03-07 | 1 | -12/+5 |
* | Destroy UDP UMA zones (empty or not) upon network stack teardown | Bjoern A. Zeeb | 2010-03-06 | 1 | -0/+3 |
* | Many network stack subsystems use a single global data structure to hold | Robert Watson | 2009-08-02 | 1 | -0/+14 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -34/+11 |
* | Added support for NAT-Traversal (RFC 3948) in IPsec stack. | VANHULLEBUS Yvan | 2009-06-12 | 1 | -0/+258 |
* | Introduce an infrastructure for dismantling vnet instances. | Marko Zec | 2009-06-08 | 1 | -0/+14 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
* | Add hierarchical jails. A jail may further virtualize its environment | Jamie Gritton | 2009-05-27 | 1 | -1/+1 |