summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-4/+4
* Properly jail UDP sockets. This is quite a bit more tricky than TCP.phk2000-09-171-5/+19
* When a connection is being dropped due to a listen queue overflow,jayanth2000-07-211-2/+23
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-3/+1
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* Return ECONNRESET instead of EINVAL if the connection has been shotpeter2000-05-191-3/+3
* 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
OpenPOWER on IntegriCloud