summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
...
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-2/+2
* Fixed some style bugs (mainly convoluted logic for blackhole processing).bde2000-05-241-6/+2
* sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.dan2000-05-221-2/+2
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-271-10/+25
* IPSEC support in the kernel.shin1999-12-221-1/+3
* Change incorrect NULLs to 0seivind1999-12-211-1/+1
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-191-1/+1
* Always set INP_IPV4 flag for IPv4 pcb entries, because netstat needs itshin1999-12-131-2/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-40/+192
* The logic for blackhole processing does not free mbufs if thephk1999-11-171-0/+2
* KAME related header files additions and merges.shin1999-11-051-10/+9
* Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.green1999-09-191-4/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix breakage if blackhole=1 and tiflags & TH_SYN, pluscsgr1999-08-191-2/+2
* Add net.inet.tcp.blackhole and net.inet.udp.blackholecsgr1999-08-171-2/+7
* Two new sysctls: net.inet.tcp.getcred and net.inet.udp.getcred. These takegreen1999-07-111-1/+33
* This is the much-awaited cleaned up version of IPFW [ug]id support.green1999-06-191-2/+2
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-5/+5
* This Implements the mumbled about "Jail" feature.phk1999-04-281-2/+8
* Reviewed by: freebsd-currentdillon1998-12-031-1/+7
* Re-implement tcp and ip fragment reassembly to not store pointers in thedfr1998-08-241-6/+3
* Convert socket structures to be type-stable and add a version number.wollman1998-05-151-2/+88
* Fixed style bugs (mostly) in previous commit.bde1998-03-281-3/+5
* Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol createswollman1998-03-241-1/+4
* Improved connection establishment performance by doing local port lookups viadg1998-01-271-3/+4
* Fix a couple of operator precedence bugs.steve1998-01-251-2/+2
* Don't use ANSI string concatenation to misformat a string.bde1997-12-191-5/+5
* Removed unused #includes.bde1997-10-281-4/+1
* Update network code to use poll support.peter1997-09-141-2/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-7/+8
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-13/+14
* Reorganize elements of the inpcb struct to take better advantage ofdg1997-04-031-4/+4
* Improved performance of hash algorithm while (hopefully) not reducingdg1997-03-031-2/+2
* Fix #include order.wollman1997-02-241-3/+3
* Convert raw IP from mondo-switch-statement-from-Hell towollman1997-02-181-95/+6
* Fix the mechanism for choosing wehether to save the slow-start thresholdwollman1997-02-141-126/+207
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfacefenner1996-11-111-93/+22
* Don't allow reassembly to create packets bigger than IP_MAXPACKET, and countfenner1996-10-251-1/+6
* Improved in_pcblookuphash() to support wildcarding, and changed relaventdg1996-10-071-11/+3
* Changed some memcpy()'s back to bcopy()'s.bde1996-06-081-2/+2
* Instrument UDP PCB hashing to see how often the hash lookup is effectivewollman1996-06-051-1/+2
* Make it possible to return more than one piece of control informationwollman1996-05-091-2/+34
* Back out my stupid braino; I was thinking strlen and not sizeof.fenner1996-05-021-2/+2
* Size temp var correctly; buf[4*sizeof "123"] is not long enoughfenner1996-05-021-2/+2
* inet_ntoa buffer was evaluated twice in log_in_vain, fix it.ache1996-04-271-3/+7
* Logging UDP and TCP connection attempts should not be enabled by default.pst1996-04-091-2/+2
* Log TCP syn packets for ports we don't listen on.phk1996-04-041-1/+11
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-2/+2
OpenPOWER on IntegriCloud