summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_pcb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* in6_pcbconnect() returns EADDRNOTAVAIL whenvgross2015-10-151-3/+4
* Rename tame() to pledge(). This fairly interface has evolved to be morederaadt2015-10-091-4/+4
* Remove inpt_lastport from struct inpcbtable, use local variablesvgross2015-09-221-14/+14
* Convert _TM_ flags to TAME_ flags, collapsing the entire mappingderaadt2015-09-111-2/+2
* Only include <sys/tame.h> in the .c files that need itguenther2015-09-111-1/+2
* in6_embedscope() needs to lose some weight. Remove the last argument.claudio2015-09-111-3/+3
* It is time to put inet6 on a diet. Use the flensing knife and cut outclaudio2015-09-101-3/+3
* Move to tame(int flags, char *paths[]) API/ABI.deraadt2015-08-221-2/+1
* tame(2) is a subsystem which restricts programs into a "reduced featurederaadt2015-07-191-1/+7
* More damned eye searing whitespace. No change to .o files.krw2015-06-081-10/+10
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* move arc4random prototype to systm.h. more appropriate for most codetedu2014-11-181-3/+1
* Misleading comments about splnet().mpi2014-08-211-5/+1
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* Do not include <sys/malloc.h> where it is not needed.mpi2014-06-031-2/+1
* Invert the signature logic of in{,6}_selectsrc, make them return thejca2014-04-181-7/+4
* Merge in_fixaddr() into in_selectsrc() in order to prepare formpi2014-04-161-2/+4
* Remove redundant call to in{,6}_pcbbind() from tcp PRU_CONNECT.chrisz2014-04-061-1/+2
* Name the local variables for struct ifaddr consistently "ifa".bluhm2014-01-081-5/+5
* Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQkrw2013-12-201-5/+2
* Put a large chunk of the IPv6 rdomain support in-tree.phessler2013-10-201-7/+9
* Remove a bunch of sockaddr_in6 pointer casts and replace othersbluhm2013-05-311-3/+3
* The function rip6_ctlinput() claims that sa6_src is constant tobluhm2013-05-311-12/+11
* Remove various external variable declaration from sources files andmpi2013-04-101-6/+2
* no need for a lot of code to include proc.htedu2013-03-281-2/+1
* Substitute the handcrafted list of IPv6 addresses by a proper TAILQ.mpi2013-03-251-4/+2
* Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro.bluhm2013-03-041-2/+2
* rdomain support for IPv6sperreault2011-11-241-3/+3
* Initial support for routing domains. This allows to bind interfaces toclaudio2009-06-051-7/+7
* When accessing cached routes make sure the route is actually still valid.claudio2008-11-231-2/+2
* ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>.mcbride2008-06-111-26/+9
* Deal with the situation when TCP nfs mounts timeout and processesthib2008-05-231-4/+4
* SO_BINDANY for ipv6; ok djm@markus2008-05-191-3/+4
* use arc4random_uniform() for random number requests that are not adjm2008-04-181-3/+3
* simplify port allocation in pcb_bind(); based on freebsd; ok claudio henningmarkus2005-06-241-28/+8
* permit IPv6-only operation (permit AF_INET6 bind(2) without IPv4 address).itojun2004-02-061-3/+2
* remove never-to-be-used codepath (IPv4 mapped address). ok mcbrideitojun2004-02-051-49/+22
* change in*_pcbnotify to return numbers of matches; ok itojun, mcbride, henningmarkus2003-12-211-4/+4
* use CIRCLEQ* for pcb's; ok deraadt, henning, mcbride, with help from canacarmarkus2003-12-211-4/+4
* don't call in_pcbrehash twice; ok itojun@markus2003-11-041-4/+4
* use random number generator to generate IPv6 fragment ID/flowlabel.itojun2003-10-011-11/+9
* Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD.cloder2003-09-281-2/+2
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* specifed -> specifiedderaadt2003-03-151-2/+2
* KNF - return is not a function. sync w/kameitojun2002-09-111-9/+9
* pass struct proc * down to in6_pcbsetportitojun2002-09-041-4/+4
* more comment on bind(deprecated) handlingitojun2002-08-201-5/+12
* correct getpeername(2).itojun2002-06-091-1/+3
* First round of __P removal in sysmillert2002-03-141-2/+2