aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #include order.Garrett Wollman1997-02-241-3/+3
* Convert raw IP from mondo-switch-statement-from-Hell toGarrett Wollman1997-02-181-95/+6
* Fix the mechanism for choosing wehether to save the slow-start thresholdGarrett Wollman1997-02-141-126/+207
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfaceBill Fenner1996-11-111-93/+22
* Don't allow reassembly to create packets bigger than IP_MAXPACKET, and countBill Fenner1996-10-251-1/+6
* Improved in_pcblookuphash() to support wildcarding, and changed relaventDavid Greenman1996-10-071-11/+3
* Changed some memcpy()'s back to bcopy()'s.Bruce Evans1996-06-081-2/+2
* Instrument UDP PCB hashing to see how often the hash lookup is effectiveGarrett Wollman1996-06-051-1/+2
* Make it possible to return more than one piece of control informationGarrett Wollman1996-05-091-2/+34
* Back out my stupid braino; I was thinking strlen and not sizeof.Bill Fenner1996-05-021-2/+2
* Size temp var correctly; buf[4*sizeof "123"] is not long enoughBill Fenner1996-05-021-2/+2
* inet_ntoa buffer was evaluated twice in log_in_vain, fix it.Andrey A. Chernov1996-04-271-3/+7
* Logging UDP and TCP connection attempts should not be enabled by default.Paul Traina1996-04-091-2/+2
* Log TCP syn packets for ports we don't listen on.Poul-Henning Kamp1996-04-041-1/+11
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-2/+2
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidBruce Evans1995-12-161-3/+4
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-4/+4
* Removed unnecessary #includes of vm stuff. Most of them were onceBruce Evans1995-12-061-2/+1
* Fixed recent staticizations. Some protypes for static functions wereBruce Evans1995-11-161-1/+3
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-41/+17
* Merge 4.4-Lite-2: always check the UDP checksum if it is present, evenGarrett Wollman1995-09-221-5/+5
* Add a sanity check for the UDP length field in order to preventAndras Olah1995-08-171-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.David Greenman1995-05-091-2/+2
* Changed in_pcblookuphash() to not automatically call in_pcblookup() ifDavid Greenman1995-05-031-2/+9
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,David Greenman1995-04-091-20/+17
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-3/+4
* spl back down in unusual out-of-memory condition in udp_output().Garrett Wollman1995-02-161-1/+3
* Don't add back in the IP header length to ip_len; icmp_error will do itGarrett Wollman1995-02-161-2/+1
* Add lots of useful MIB variables and a few not-so-useful ones forGarrett Wollman1995-02-161-1/+13
* GCC cleanup.Poul-Henning Kamp1994-10-021-2/+3
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-1/+3
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+640