summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_var.h
Commit message (Expand)AuthorAgeFilesLines
* Trim extra spaces before tabs.jhb2011-01-071-1/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-6/+4
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-021-0/+11
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-4/+4
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-6/+10
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.vanhu2009-06-121-0/+7
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+3
* Implement UDP control block support.bz2009-05-231-2/+16
* Update stats in struct udpstat using two new macros, UDPSTAT_ADD()rwatson2009-04-121-0/+5
* Add the ability of an alternate transport protocolrrs2009-01-061-0/+4
* Put a global variables, which were virtualized but formerlybz2008-12-111-2/+5
* Further cleanup of UDPv4:rwatson2007-07-101-0/+1
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-0/+1
* Rename two identically named log_in_vain variables: tcp_input.c's staticrwatson2007-02-201-1/+1
* Gratuitous UDP restyling toward style(9) in 7.x.rwatson2007-02-201-30/+29
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* White space cleanup for netinet before branch:rwatson2004-08-161-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Notify functions can destroy the pcb, so they have to return anhsu2002-06-141-1/+2
* Remove __P.alfred2002-03-191-5/+5
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-1/+1
* remove unused data structure definition, and corresponding macro into*()luigi2001-02-181-10/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-1/+1
* KAME related header files additions and merges.shin1999-11-051-3/+14
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* This is the much-awaited cleaned up version of IPFW [ug]id support.green1999-06-191-1/+2
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+3
* Remove stale references to ih_next and ih_prev.dfr1998-11-171-3/+1
* Convert socket structures to be type-stable and add a version number.wollman1998-05-151-2/+4
* Some staticized variables were still declared to be extern.bde1997-09-071-4/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-1/+12
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Fix the mechanism for choosing wehether to save the slow-start thresholdwollman1997-02-141-2/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Instrument UDP PCB hashing to see how often the hash lookup is effectivewollman1996-06-051-1/+2
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidbde1995-12-161-2/+2
* Fixed recent staticizations. Some protypes for static functions werebde1995-11-161-3/+1
* New style sysctl & staticize alot of stuff.phk1995-11-141-2/+1
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,dg1995-04-091-2/+3
* Add lots of useful MIB variables and a few not-so-useful ones forwollman1995-02-161-4/+10
* Made idempotent.paul1994-08-211-1/+6
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+92
OpenPOWER on IntegriCloud