aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_pcb.h
Commit message (Expand)AuthorAgeFilesLines
* Filter TCP connections to SO_REUSEPORT_LB listen sockets by NUMA domainAndrew Gallatin2020-12-191-1/+1
* Allow TCP to reuse local port with different destinationsMike Karels2020-05-181-0/+4
* Fix race when accepting TCP connections.Michael Tuexen2020-01-121-1/+1
* IPv6 cleanup: kernelBjoern A. Zeeb2019-08-021-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* The patch provides the same socket option as Linux IP_ORIGDSTADDR.Ermal Luçi2017-03-061-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Committed without approval from mentor.Ermal Luçi2017-02-121-1/+1
* Revert r313527Ermal Luçi2017-02-101-2/+1
* Correct missed variable name.Ermal Luçi2017-02-101-1/+2
* The patch provides the same socket option as Linux IP_ORIGDSTADDR.Ermal Luçi2017-02-101-1/+1
* Make in6_pcblookup_hash_locked and in6_pcbladdr static.Andrey V. Elsukov2014-09-101-5/+0
* Remove __P.Xin LI2012-10-221-30/+30
* Implement a CPU-affine TCP and UDP connection lookup data structure,Robert Watson2011-06-061-0/+10
* Add _mbuf() variants of various inpcb-related interfaces, including lookup,Robert Watson2011-06-041-0/+6
* Decompose the current single inpcbinfo lock into two locks:Robert Watson2011-05-301-3/+7
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memoryBjoern A. Zeeb2009-06-231-2/+1
* Merge in6_pcbfree() into in_pcbfree() which after the previousBjoern A. Zeeb2008-11-271-1/+0
* Remove in6_pcbdetach() as it is exactly the same functionBjoern A. Zeeb2008-11-261-1/+0
* Pass the ucred along into in{,6}_pcblookup_local for upcomingBjoern A. Zeeb2008-07-101-1/+2
* For consistency take lport as u_short in in{,6}_pcblookup_local.Bjoern A. Zeeb2008-07-101-1/+1
* Clean up VCS Ids.David E. O'Brien2007-12-101-3/+2
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrRobert Watson2007-05-111-2/+2
* Modify in6_pcbpurgeif0() to accept a pcbinfo structure rather than a pcbRobert Watson2006-04-231-1/+1
* Break out in_pcbdetach() into two functions:Robert Watson2006-04-011-0/+1
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-2/+2
* Pass pcbinfo structures to in6_pcbnotify() rather than pcbheadRobert Watson2004-08-061-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:Pawel Jakub Dawidek2004-03-271-3/+3
* Remove unused prototype.Pawel Jakub Dawidek2004-03-271-1/+0
* supported IPV6_RECVPATHMTU socket option.Hajimu UMEMOTO2004-02-131-1/+1
* source address selection part of RFC3484.Hajimu UMEMOTO2003-11-041-5/+0
* Create new functions in_sockaddr(), in6_sockaddr(), andDon Lewis2002-08-211-0/+4
* Notify functions can destroy the pcb, so they have to return anJeffrey Hsu2002-06-141-2/+3
* Fix warnings caused by discarding const.Alfred Perlstein2002-02-271-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-4/+4
* When running aplication joined multicast address,Hajimu UMEMOTO2001-08-041-0/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-7/+2
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-3/+10
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+108