aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/udp_var.h
Commit message (Expand)AuthorAgeFilesLines
* Add a knob to allow zero UDP checksums for UDP/IPv6 traffic on the given UDP ...Navdeep Parhar2020-09-181-0/+3
* White space cleanup -- remove trailing tab's or spacesRandall Stewart2020-02-121-1/+1
* vnet: virtualise more network stack sysctls.Bjoern A. Zeeb2020-01-081-1/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* The pr_destroy field does not allow us to run the teardown code in aBjoern A. Zeeb2016-06-011-4/+0
* Complete the UDP tunneling of ICMP msgs to those protocolsRandall Stewart2016-04-281-3/+5
* get_inpcbinfo() and get_pcblist() are UDP local functions andBjoern A. Zeeb2015-08-271-2/+2
* Add context pointer and source address to the UDP tunnel callbackBryan Venteicher2014-10-101-2/+5
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-3/+3
* Fix build UDP-Lite with VIMAGE enabled when building with gcc.Kevin Lo2014-06-031-0/+1
* Minor style cleanups.Kevin Lo2014-04-071-14/+14
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.Kevin Lo2014-04-071-2/+25
* Remove more constants related to static sysctl nodes. The MAXID constantsJohn Baldwin2014-02-251-2/+1
* Remove most of the remaining sysctl name list macros. They were onlyJohn Baldwin2013-08-261-9/+0
* Implement the ip, tcp, and udp DTrace providers. The probe definitions useMark Johnston2013-08-251-0/+1
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUAndrey V. Elsukov2013-07-091-5/+7
* Prepare network statistics structures for migration to PCPU counters.Andrey V. Elsukov2013-07-091-14/+14
* Export the udp_cksum sysctl for upcoming SCTP work. Rather than always,Bjoern A. Zeeb2012-03-271-0/+2
* Forward declare mbuf and inpcb.Ed Schouten2011-10-161-0/+3
* Trim extra spaces before tabs.John Baldwin2011-01-071-1/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-6/+4
* Many network stack subsystems use a single global data structure to holdRobert Watson2009-08-021-0/+11
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-4/+4
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-6/+10
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.VANHULLEBUS Yvan2009-06-121-0/+7
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-0/+3
* Implement UDP control block support.Bjoern A. Zeeb2009-05-231-2/+16
* Update stats in struct udpstat using two new macros, UDPSTAT_ADD()Robert Watson2009-04-121-0/+5
* Add the ability of an alternate transport protocolRandall Stewart2009-01-061-0/+4
* Put a global variables, which were virtualized but formerlyBjoern A. Zeeb2008-12-111-2/+5
* Further cleanup of UDPv4:Robert Watson2007-07-101-0/+1
* Import rewrite of IPv4 socket multicast layer to support source-specificBruce M Simpson2007-06-121-0/+1
* Rename two identically named log_in_vain variables: tcp_input.c's staticRobert Watson2007-02-201-1/+1
* Gratuitous UDP restyling toward style(9) in 7.x.Robert Watson2007-02-201-30/+29
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* White space cleanup for netinet before branch:Robert Watson2004-08-161-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Notify functions can destroy the pcb, so they have to return anJeffrey Hsu2002-06-141-1/+2
* Remove __P.Alfred Perlstein2002-03-191-5/+5
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>Julian Elischer2001-09-031-1/+1
* remove unused data structure definition, and corresponding macro into*()Luigi Rizzo2001-02-181-10/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-1/+1
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-051-3/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* This is the much-awaited cleaned up version of IPFW [ug]id support.Brian Feldman1999-06-191-1/+2
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-1/+3
* Remove stale references to ih_next and ih_prev.Doug Rabson1998-11-171-3/+1
* Convert socket structures to be type-stable and add a version number.Garrett Wollman1998-05-151-2/+4