summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h>jlemon2001-09-291-3/+0
* Make faith loadable, unloadable, and clonable.brooks2001-09-251-4/+0
* KSE Milestone 2julian2001-09-121-8/+9
* When running aplication joined multicast address,ume2001-08-041-0/+38
* move ipsec security policy allocation into in_pcballoc, beforeume2001-07-261-0/+10
* Backout CSRG revision 7.22 to this file (if in_losing notices anru2001-06-291-3/+2
* Sync with recent KAME.ume2001-06-111-9/+8
* Fix a style(9) nit.phk2001-03-161-1/+1
* Correctly cleanup in case of failure to bind a pcb.phk2001-03-121-7/+10
* During a flood, we don't call rtfree(), but we remove the entry ourselves.bmilekic2001-03-041-13/+7
* Fix jails.phk2001-02-281-0/+3
* Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly.jlemon2001-02-261-94/+9
* Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.cjesper2001-02-221-23/+45
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-9/+10
* Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotifyjesper2001-02-201-3/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-4/+2
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-18/+18
* When attempting to bind to an ephemeral port, if no such port iswes2001-01-231-2/+2
* First step towards an MP-safe zone allocator:des2001-01-211-2/+2
* include tcp header files to get the prototype for tcp_seq_vs_sessassar2000-12-271-0/+2
* Update the "icmp_admin_prohib_like_rst" code to check the tcp-window andphk2000-12-241-1/+19
* 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
OpenPOWER on IntegriCloud