summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure that you can only bind a more specific address when it isguido1998-03-011-1/+7
* Improved connection establishment performance by doing local port lookups viadg1998-01-271-105/+198
* The spl fixes in in_setsockaddr and in_setpeeraddr that were meant todg1997-12-251-11/+17
* Removed unnecessary setting of 'error' -- binding to a privileged portalex1997-12-231-2/+2
* Removed unused #includes.bde1997-10-281-6/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-20/+21
* Break apart initialization of s and inp from the declarations integge1997-05-191-5/+9
* Disallow network interrupts while the address is found and copied integge1997-05-191-1/+13
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-8/+11
* Reorganize elements of the inpcb struct to take better advantage ofdg1997-04-031-3/+4
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Improved performance of hash algorithm while (hopefully) not reducingdg1997-03-031-7/+7
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Convert raw IP from mondo-switch-statement-from-Hell towollman1997-02-181-6/+19
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Convert the interface address and IP interface address structureswollman1996-12-131-8/+9
* Fix braino on my part. When we have three different port ranges (default,peter1996-10-301-2/+5
* Improved in_pcblookuphash() to support wildcarding, and changed relaventdg1996-10-071-27/+48
* Mark sockets where the kernel chose the port# for.phk1996-08-231-1/+3
* Add two more portrange sysctls, which control the area of the belowpeter1996-08-121-15/+42
* More closely preserve the original operation of rresvport() when usingpeter1996-05-311-2/+3
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-2/+2
* Make the default behavior of local port assignment match traditionalpeter1996-02-221-14/+68
* Change the default local address range for IP from 1024 through 5000peter1996-01-191-4/+18
* New style sysctl & staticize alot of stuff.phk1995-11-141-3/+6
* Second batch of cleanup changes.phk1995-10-291-2/+1
* Merge 4.4-Lite-2: use M_NOWAIT in in_pcballoc(), and return EACCES ratherwollman1995-09-211-4/+4
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* Changed in_pcblookuphash() to not automatically call in_pcblookup() ifdg1995-05-031-15/+5
* Added splnet protections for PCB list manipulations and traversals.dg1995-04-101-2/+24
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,dg1995-04-091-32/+105
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+1
* pcb allocations are not always done on behalf of a process; it is notdg1995-03-141-2/+2
* Move exact match pcb's to the head of the list to improve lookupdg1995-03-021-3/+8
* Transaction TCP support now standard. Hack away!wollman1995-02-161-21/+1
* T/TCP changes to generic IP code. This is all ifdefed TTCP so shouldwollman1995-02-081-1/+58
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-7/+7
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+497
OpenPOWER on IntegriCloud