aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.209: Don't verify UDP IPv4 checksum in-place.David Malone2007-06-101-5/+6
* If we are going toColin Percival2005-05-061-0/+1
* MFC: Add the IP_ONESBCAST option, to enable undirected IP broadcasts to beBruce M Simpson2003-09-091-4/+11
* MFC: Fast IPsecSam Leffler2003-01-241-0/+19
* MFC: m_tag supportSam Leffler2003-01-231-7/+1
* MFC: bugfix: move check for udp_blackhole before the one for icmp_bandlim.Luigi Rizzo2002-08-071-2/+2
* MFC 1.99: restore the data of the ip header when extended udp headerHajimu UMEMOTO2001-10-291-0/+3
* MFC: new option -z: reset statistic counters after displaying them.Ruslan Ermilov2001-09-171-1/+1
* MFC rev 1.74Guy Helmer2001-08-081-3/+8
* MFC: move ipsec security policy allocation into in_pcballoc, beforeHajimu UMEMOTO2001-07-291-7/+0
* MFC: Sync with recent KAME.Hajimu UMEMOTO2001-07-031-3/+5
* MFC: Count and show incoming UDP datagrams with no checksum.Ruslan Ermilov2001-04-251-1/+2
* MFC:David E. O'Brien2001-03-051-1/+0
* MFC: new handling of ICMP packetsJonathan Lemon2001-03-011-17/+21
* MFC: Clean up RST ratelimiting (1.51 in HEAD).Bosko Milekic2001-02-241-1/+1
* MFC:Jesper Skriver2001-02-241-4/+16
* MFC: (rev 1.78) Wrong checksum may have been computed for certain UDP packets.Ruslan Ermilov2000-11-011-1/+1
* MFC:Ruslan Ermilov2000-09-211-4/+4
* MFC: Sanitize SYSCTL_HANDLER_ARGS.Paul Saab2000-08-031-2/+2
* MFC: Merge KAME 2000/07/01 code.Kris Kennaway2000-07-151-5/+7
* MFC: delayed checksum work. This also brings the mbuf size up to 256.Jonathan Lemon2000-05-051-10/+25
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-1/+3
* Change incorrect NULLs to 0sEivind Eklund1999-12-211-1/+1
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).Brian Feldman1999-12-191-1/+1
* Always set INP_IPV4 flag for IPv4 pcb entries, because netstat needs itYoshinobu Inoue1999-12-131-2/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-40/+192
* The logic for blackhole processing does not free mbufs if thePoul-Henning Kamp1999-11-171-0/+2
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-051-10/+9
* Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.Brian Feldman1999-09-191-4/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix breakage if blackhole=1 and tiflags & TH_SYN, plusGeoff Rehmet1999-08-191-2/+2
* Add net.inet.tcp.blackhole and net.inet.udp.blackholeGeoff Rehmet1999-08-171-2/+7
* Two new sysctls: net.inet.tcp.getcred and net.inet.udp.getcred. These takeBrian Feldman1999-07-111-1/+33
* This is the much-awaited cleaned up version of IPFW [ug]id support.Brian Feldman1999-06-191-2/+2
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-031-5/+5
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-2/+8
* Reviewed by: freebsd-currentMatthew Dillon1998-12-031-1/+7
* Re-implement tcp and ip fragment reassembly to not store pointers in theDoug Rabson1998-08-241-6/+3
* Convert socket structures to be type-stable and add a version number.Garrett Wollman1998-05-151-2/+88
* Fixed style bugs (mostly) in previous commit.Bruce Evans1998-03-281-3/+5
* Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol createsGarrett Wollman1998-03-241-1/+4
* Improved connection establishment performance by doing local port lookups viaDavid Greenman1998-01-271-3/+4
* Fix a couple of operator precedence bugs.Steve Price1998-01-251-2/+2
* Don't use ANSI string concatenation to misformat a string.Bruce Evans1997-12-191-5/+5
* Removed unused #includes.Bruce Evans1997-10-281-4/+1
* Update network code to use poll support.Peter Wemm1997-09-141-2/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-7/+8
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-13/+14
* Reorganize elements of the inpcb struct to take better advantage ofDavid Greenman1997-04-031-4/+4
* Improved performance of hash algorithm while (hopefully) not reducingDavid Greenman1997-03-031-2/+2