summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* temporarily disallow FAST_IPSEC and INET6 to avoid potential panics;sam2002-11-081-0/+3
* Replace in_pcbladdr() with a more generic inner subroutine foriedowse2002-10-211-84/+121
* Split out most of the logic from in_pcbbind() into a new functioniedowse2002-10-201-36/+64
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-161-0/+10
* Create new functions in_sockaddr(), in6_sockaddr(), andtruckman2002-08-211-26/+27
* cleanup usage of ip6_mapped_addr_on and ip6_v6only. now,ume2002-07-251-1/+1
* Notify functions can destroy the pcb, so they have to return anhsu2002-06-141-2/+3
* Fix typo where INP_INFO_RLOCK should be INP_INFO_RUNLOCK.hsu2002-06-121-4/+2
* Lock up inpcb.hsu2002-06-101-14/+46
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-51/+26
* Lock down a socket, milestone 1.tanimura2002-05-201-26/+51
* Change the first argument of prison_xinpcb() to be a thread pointer insteadjhb2002-04-091-3/+3
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-4/+3
* Change the ephemeral port range from 1024-5000 to 49152-65535.silby2002-03-221-2/+2
* Switch vm_zone.h with uma.h. Change over to uma interfaces.jeff2002-03-201-4/+4
* Remove __P.alfred2002-03-191-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-5/+5
* - Check the address family of the destination cached in a PCB.ume2002-01-211-3/+7
* Minor style fixes.jlemon2001-12-131-2/+2
* o Introduce pr_mtx into struct prison, providing protection for therwatson2001-12-031-2/+2
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodjlemon2001-11-221-17/+2
* Give struct socket structures a ref counting interface similar todillon2001-11-171-1/+1
* - Fixes non-zero'd out sin_zero field problem so that the paddingarr2001-11-061-0/+1
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-171-6/+4
* 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
OpenPOWER on IntegriCloud