index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
udp_usrreq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reviewed by: freebsd-current
dillon
1998-12-03
1
-1
/
+7
*
Re-implement tcp and ip fragment reassembly to not store pointers in the
dfr
1998-08-24
1
-6
/
+3
*
Convert socket structures to be type-stable and add a version number.
wollman
1998-05-15
1
-2
/
+88
*
Fixed style bugs (mostly) in previous commit.
bde
1998-03-28
1
-3
/
+5
*
Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol creates
wollman
1998-03-24
1
-1
/
+4
*
Improved connection establishment performance by doing local port lookups via
dg
1998-01-27
1
-3
/
+4
*
Fix a couple of operator precedence bugs.
steve
1998-01-25
1
-2
/
+2
*
Don't use ANSI string concatenation to misformat a string.
bde
1997-12-19
1
-5
/
+5
*
Removed unused #includes.
bde
1997-10-28
1
-4
/
+1
*
Update network code to use poll support.
peter
1997-09-14
1
-2
/
+2
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-7
/
+8
*
The long-awaited mega-massive-network-code- cleanup. Part I.
wollman
1997-04-27
1
-13
/
+14
*
Reorganize elements of the inpcb struct to take better advantage of
dg
1997-04-03
1
-4
/
+4
*
Improved performance of hash algorithm while (hopefully) not reducing
dg
1997-03-03
1
-2
/
+2
*
Fix #include order.
wollman
1997-02-24
1
-3
/
+3
*
Convert raw IP from mondo-switch-statement-from-Hell to
wollman
1997-02-18
1
-95
/
+6
*
Fix the mechanism for choosing wehether to save the slow-start threshold
wollman
1997-02-14
1
-126
/
+207
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Add the IP_RECVIF socket option, which supplies a packet's incoming interface
fenner
1996-11-11
1
-93
/
+22
*
Don't allow reassembly to create packets bigger than IP_MAXPACKET, and count
fenner
1996-10-25
1
-1
/
+6
*
Improved in_pcblookuphash() to support wildcarding, and changed relavent
dg
1996-10-07
1
-11
/
+3
*
Changed some memcpy()'s back to bcopy()'s.
bde
1996-06-08
1
-2
/
+2
*
Instrument UDP PCB hashing to see how often the hash lookup is effective
wollman
1996-06-05
1
-1
/
+2
*
Make it possible to return more than one piece of control information
wollman
1996-05-09
1
-2
/
+34
*
Back out my stupid braino; I was thinking strlen and not sizeof.
fenner
1996-05-02
1
-2
/
+2
*
Size temp var correctly; buf[4*sizeof "123"] is not long enough
fenner
1996-05-02
1
-2
/
+2
*
inet_ntoa buffer was evaluated twice in log_in_vain, fix it.
ache
1996-04-27
1
-3
/
+7
*
Logging UDP and TCP connection attempts should not be enabled by default.
pst
1996-04-09
1
-2
/
+2
*
Log TCP syn packets for ports we don't listen on.
phk
1996-04-04
1
-1
/
+11
*
Move or add #include <queue.h> in preparation for upcoming struct socket
dg
1996-03-11
1
-2
/
+2
*
Uniformized pr_ctlinput protosw functions. The third arg is now `void
bde
1995-12-16
1
-3
/
+4
*
Another mega commit to staticize things.
phk
1995-12-14
1
-4
/
+4
*
Removed unnecessary #includes of vm stuff. Most of them were once
bde
1995-12-06
1
-2
/
+1
*
Fixed recent staticizations. Some protypes for static functions were
bde
1995-11-16
1
-1
/
+3
*
New style sysctl & staticize alot of stuff.
phk
1995-11-14
1
-41
/
+17
*
Merge 4.4-Lite-2: always check the UDP checksum if it is present, even
wollman
1995-09-22
1
-5
/
+5
*
Add a sanity check for the UDP length field in order to prevent
olah
1995-08-17
1
-2
/
+2
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.
dg
1995-05-09
1
-2
/
+2
*
Changed in_pcblookuphash() to not automatically call in_pcblookup() if
dg
1995-05-03
1
-2
/
+9
*
Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,
dg
1995-04-09
1
-20
/
+17
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-3
/
+4
*
spl back down in unusual out-of-memory condition in udp_output().
wollman
1995-02-16
1
-1
/
+3
*
Don't add back in the IP header length to ip_len; icmp_error will do it
wollman
1995-02-16
1
-2
/
+1
*
Add lots of useful MIB variables and a few not-so-useful ones for
wollman
1995-02-16
1
-1
/
+13
*
GCC cleanup.
phk
1994-10-02
1
-2
/
+3
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-1
/
+3
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+640