summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Try and make the kernel build again without INET6.ps2000-04-021-0/+2
* Support per socket based IPv4 mapped IPv6 addr enable/disable control.shin2000-04-011-2/+7
* in6_pcb.c:green2000-03-221-1/+2
* IPSEC support in the kernel.shin1999-12-221-0/+1
* Change incorrect NULLs to 0seivind1999-12-211-5/+5
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-7/+107
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-8/+8
* KAME related header files additions and merges.shin1999-11-051-2/+1
* Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.green1999-09-191-4/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Correct a mistake in so_cred changes. In practice, I don't think that itgreen1999-07-121-2/+2
* In in_pcbconnect(), check the return value from in_pcbbind() andpb1999-06-251-3/+6
* Reviewed by: the cast of thousandsgreen1999-06-171-3/+5
* This Implements the mumbled about "Jail" feature.phk1999-04-281-6/+24
* Suser() simplification:phk1999-04-271-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+2
* Fix the bind security fix introduced in rev 1.38 to work with multicast:fenner1998-09-171-3/+9
* Convert socket structures to be type-stable and add a version number.wollman1998-05-151-1/+2
* According to:phk1998-04-191-3/+3
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+3
* Fixed style bugs (mostly) in previous commit.bde1998-03-281-2/+3
* Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol createswollman1998-03-241-4/+9
* 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
OpenPOWER on IntegriCloud