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
/
in_pcb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert socket structures to be type-stable and add a version number.
wollman
1998-05-15
1
-1
/
+2
*
According to:
phk
1998-04-19
1
-3
/
+3
*
Moved some #includes from <sys/param.h> nearer to where they are actually
bde
1998-03-28
1
-1
/
+3
*
Fixed style bugs (mostly) in previous commit.
bde
1998-03-28
1
-2
/
+3
*
Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol creates
wollman
1998-03-24
1
-4
/
+9
*
Make sure that you can only bind a more specific address when it is
guido
1998-03-01
1
-1
/
+7
*
Improved connection establishment performance by doing local port lookups via
dg
1998-01-27
1
-105
/
+198
*
The spl fixes in in_setsockaddr and in_setpeeraddr that were meant to
dg
1997-12-25
1
-11
/
+17
*
Removed unnecessary setting of 'error' -- binding to a privileged port
alex
1997-12-23
1
-2
/
+2
*
Removed unused #includes.
bde
1997-10-28
1
-6
/
+1
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-20
/
+21
*
Break apart initialization of s and inp from the declarations in
tegge
1997-05-19
1
-5
/
+9
*
Disallow network interrupts while the address is found and copied in
tegge
1997-05-19
1
-1
/
+13
*
The long-awaited mega-massive-network-code- cleanup. Part I.
wollman
1997-04-27
1
-8
/
+11
*
Reorganize elements of the inpcb struct to take better advantage of
dg
1997-04-03
1
-3
/
+4
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Improved performance of hash algorithm while (hopefully) not reducing
dg
1997-03-03
1
-7
/
+7
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Convert raw IP from mondo-switch-statement-from-Hell to
wollman
1997-02-18
1
-6
/
+19
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Convert the interface address and IP interface address structures
wollman
1996-12-13
1
-8
/
+9
*
Fix braino on my part. When we have three different port ranges (default,
peter
1996-10-30
1
-2
/
+5
*
Improved in_pcblookuphash() to support wildcarding, and changed relavent
dg
1996-10-07
1
-27
/
+48
*
Mark sockets where the kernel chose the port# for.
phk
1996-08-23
1
-1
/
+3
*
Add two more portrange sysctls, which control the area of the below
peter
1996-08-12
1
-15
/
+42
*
More closely preserve the original operation of rresvport() when using
peter
1996-05-31
1
-2
/
+3
*
Move or add #include <queue.h> in preparation for upcoming struct socket
dg
1996-03-11
1
-2
/
+2
*
Make the default behavior of local port assignment match traditional
peter
1996-02-22
1
-14
/
+68
*
Change the default local address range for IP from 1024 through 5000
peter
1996-01-19
1
-4
/
+18
*
New style sysctl & staticize alot of stuff.
phk
1995-11-14
1
-3
/
+6
*
Second batch of cleanup changes.
phk
1995-10-29
1
-2
/
+1
*
Merge 4.4-Lite-2: use M_NOWAIT in in_pcballoc(), and return EACCES rather
wollman
1995-09-21
1
-4
/
+4
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-8
/
+8
*
Changed in_pcblookuphash() to not automatically call in_pcblookup() if
dg
1995-05-03
1
-15
/
+5
*
Added splnet protections for PCB list manipulations and traversals.
dg
1995-04-10
1
-2
/
+24
*
Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,
dg
1995-04-09
1
-32
/
+105
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-2
/
+1
*
pcb allocations are not always done on behalf of a process; it is not
dg
1995-03-14
1
-2
/
+2
*
Move exact match pcb's to the head of the list to improve lookup
dg
1995-03-02
1
-3
/
+8
*
Transaction TCP support now standard. Hack away!
wollman
1995-02-16
1
-21
/
+1
*
T/TCP changes to generic IP code. This is all ifdefed TTCP so should
wollman
1995-02-08
1
-1
/
+58
*
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
-7
/
+7
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+497