summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.h
Commit message (Expand)AuthorAgeFilesLines
* Port randomization leads to extremely fast port reuse at highsilby2005-01-021-0/+2
* Define INP_UNLOCK_ASSERT() to assert that an inpcb is unlocked.rwatson2004-12-051-0/+1
* Add a macro for the destruction of INP_INFO_LOCK's used by loadable modules.andre2004-10-191-0/+1
* White space cleanup for netinet before branch:rwatson2004-08-161-1/+1
* Now that IPv6 performs basic in6pcb and inpcb locking, enable inpcbrwatson2004-08-041-15/+0
* Remove erroneous semicolons.stefanf2004-07-131-1/+1
* When asserting non-Giant locks in the network stack, also assertrwatson2004-06-241-6/+21
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:pjd2004-03-271-4/+4
* Remove unused argument.pjd2004-03-271-2/+1
* Remove unused function.pjd2004-03-251-1/+0
* Split the "inp" mutex class into separate classes for each of divert,sam2003-11-261-3/+4
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-16/+3
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-0/+3
* add locking assertions that turn into noops if INET6 is configured;sam2003-11-081-0/+17
* correct tab and order.ume2003-10-241-4/+4
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-4/+6
* Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent onbms2003-08-201-0/+1
* IP_RECVTTL socket option.mdodd2003-04-291-1/+2
* Back out support for RFC3514.mdodd2003-04-021-1/+0
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).mdodd2003-04-011-0/+1
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPjlemon2003-02-191-0/+2
* Turn off duplicate lock checking for inp locks because udp_input()hsu2002-11-121-1/+1
* Replace in_pcbladdr() with a more generic inner subroutine foriedowse2002-10-211-2/+3
* Split out most of the logic from in_pcbbind() into a new functioniedowse2002-10-201-0/+2
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-161-1/+1
* Fixed namespace pollution in uma changes:bde2002-09-051-2/+3
* Create new functions in_sockaddr(), in6_sockaddr(), andtruckman2002-08-211-0/+2
* do not refer to IN6P_BINDV6ONLY anymore.ume2002-07-221-1/+0
* Notify functions can destroy the pcb, so they have to return anhsu2002-06-141-2/+3
* Lock up inpcb.hsu2002-06-101-4/+20
* Change the first argument of prison_xinpcb() to be a thread pointer insteadjhb2002-04-091-1/+1
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-241-3/+2
* Switch vm_zone.h with uma.h. Change over to uma interfaces.jeff2002-03-201-8/+2
* Remove __P.alfred2002-03-191-22/+22
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-191-1/+2
* Document what inpcb->inp_vflag is for.alfred2002-02-251-1/+1
* Add include of net/route.h, as structures moved around due to therwatson2001-11-271-0/+1
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodjlemon2001-11-221-27/+62
* KSE Milestone 2julian2001-09-121-3/+3
* When running aplication joined multicast address,ume2001-08-041-0/+1
* Sync with recent KAME.ume2001-06-111-15/+17
* Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly.jlemon2001-02-261-4/+1
* Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.cjesper2001-02-221-0/+3
* Update the "icmp_admin_prohib_like_rst" code to check the tcp-window andphk2000-12-241-1/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-6/+6
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-6/+6
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-1/+2
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-13/+138
OpenPOWER on IntegriCloud