summaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Count and show incoming UDP datagrams with no checksum.Ruslan Ermilov2001-03-131-1/+2
* Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly.Jonathan Lemon2001-02-261-13/+16
* Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.cJesper Skriver2001-02-221-17/+17
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-2/+5
* Only call in_pcbnotify if the src port number != 0, as weJesper Skriver2001-02-201-0/+13
* Switch to using a struct xucred instead of a struct xucred when notBrian Feldman2001-02-181-2/+8
* Clean up RST ratelimiting. Previously, ratelimiting occured before testsBosko Milekic2001-02-111-1/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-2/+2
* Update the "icmp_admin_prohib_like_rst" code to check the tcp-window andPoul-Henning Kamp2000-12-241-2/+2
* Change the following:Bosko Milekic2000-12-151-1/+1
* Wrong checksum may have been computed for certain UDP packets.Ruslan Ermilov2000-11-011-1/+1
* Do not waste a time saving a copy of IP header if we are certainlyRuslan Ermilov2000-10-311-1/+2
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-1/+0
* Reverse last commit, a better fix has been found.Poul-Henning Kamp2000-09-171-8/+3
* Make sure UDP sockets are explicitly bind(2)'ed [sic] before we connect(2)Poul-Henning Kamp2000-09-171-3/+8
* Fixed broken ICMP error generation, unified conversion of IP headerRuslan Ermilov2000-09-011-1/+2
* Backout the hack in rev 1.71, I am working on a better patchRuslan Ermilov2000-08-301-1/+0
* Apply appropriate patch.Darren Reed2000-08-291-0/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-5/+7
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-2/+2
* Fixed some style bugs (mainly convoluted logic for blackhole processing).Bruce Evans2000-05-241-6/+2
* sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.Dan Moschuk2000-05-221-2/+2
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichJonathan Lemon2000-03-271-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