summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidbde1995-12-161-3/+4
* Another mega commit to staticize things.phk1995-12-141-4/+4
* Removed unnecessary #includes of vm stuff. Most of them were oncebde1995-12-061-2/+1
* Fixed recent staticizations. Some protypes for static functions werebde1995-11-161-1/+3
* New style sysctl & staticize alot of stuff.phk1995-11-141-41/+17
* Merge 4.4-Lite-2: always check the UDP checksum if it is present, evenwollman1995-09-221-5/+5
* Add a sanity check for the UDP length field in order to preventolah1995-08-171-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.dg1995-05-091-2/+2
* Changed in_pcblookuphash() to not automatically call in_pcblookup() ifdg1995-05-031-2/+9
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,dg1995-04-091-20/+17
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-3/+4
* spl back down in unusual out-of-memory condition in udp_output().wollman1995-02-161-1/+3
* Don't add back in the IP header length to ip_len; icmp_error will do itwollman1995-02-161-2/+1
* Add lots of useful MIB variables and a few not-so-useful ones forwollman1995-02-161-1/+13
* GCC cleanup.phk1994-10-021-2/+3
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+3
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+640
OpenPOWER on IntegriCloud