summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix race conditions on enumerating pcb lists by moving the initializationups2006-07-181-1/+1
* Use INPLOOKUP_WILDCARD instead of just 1 more consistently.bz2006-06-291-1/+1
* - Use suser_cred(9) instead of directly checking cr_uid.pjd2006-06-271-2/+2
* Move lock assertions to top of in6_pcbladdr(): we still want them to runrwatson2006-04-251-3/+7
* Modify in6_pcbpurgeif0() to accept a pcbinfo structure rather than a pcbrwatson2006-04-231-3/+7
* Mirror IPv4 pcb locking into in6_setsockaddr() and in6_setpeeraddr():rwatson2006-04-151-0/+4
* Remove spl use from IPv6 inpcb code.rwatson2006-04-121-25/+13
* Break out in_pcbdetach() into two functions:rwatson2006-04-011-13/+11
* Make net.inet.ip.portrange.reservedhigh anddwmalone2006-03-191-1/+2
* IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,obrien2005-09-071-1/+1
* scope cleanup. with this changeume2005-07-251-40/+39
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-2/+2
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-181-0/+1
* When notifying protocol components of an event on an in6pcb, use therwatson2004-08-211-3/+5
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-5/+0
* Pass pcbinfo structures to in6_pcbnotify() rather than pcbheadrwatson2004-08-061-4/+14
* Disallow a particular kind of port theft described by the following scenario:yar2004-07-281-5/+1
* Commit a first pass at in6pcb and pcbinfo locking for IPv6,rwatson2004-07-271-0/+16
* Don't consider TCP connections beyond LISTEN stateyar2004-07-271-19/+10
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-1/+1
* Missed directory in previous commit; need to hold SOCK_LOCK(so)rwatson2004-06-121-0/+1
* 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-8/+8
* supported IPV6_RECVPATHMTU socket option.ume2004-02-131-1/+18
* fix build with FAST_IPSEC.ume2004-02-091-2/+1
* call ipsec_pcbconn()/ipsec_pcbdisconn() from in6_pcbconnect().ume2004-01-131-0/+7
* in set{peer, sock}addr, do not convert the unspecifiedume2004-01-101-2/+2
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-36/+8
* Overhaul routing table entry cleanup by introducing a new rtexpungesam2003-10-301-5/+3
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-2/+1
* - fix typo in comments.ume2003-10-081-210/+6
* return(code) -> return (code)ume2003-10-061-29/+29
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-5/+9
* randomize IPv6 flowlabel when RANDOM_IP_ID is defined.ume2003-10-011-0/+5
* Fix a bunch of off-by-one errors in the range checking code.ru2003-09-111-1/+1
* Do not attempt to access to inp_socket fields if the socket is in the TIME_WAITcognet2003-06-171-13/+38
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPjlemon2003-02-191-4/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-161-0/+7
* Create new functions in_sockaddr(), in6_sockaddr(), andtruckman2002-08-211-38/+54
* Notify functions can destroy the pcb, so they have to return anhsu2002-06-141-2/+3
* As a stop-gap measure, add one INP_LOCK_DESTROY() to in6_pcbdetach() tohsu2002-06-121-0/+1
* Lock up inpcb.hsu2002-06-101-2/+3
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-48/+20
* Lock down a socket, milestone 1.tanimura2002-05-201-20/+48
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-1/+4
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-2/+2
* Fix warnings caused by discarding const.alfred2002-02-271-2/+3
OpenPOWER on IntegriCloud