summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Give struct socket structures a ref counting interface similar todillon2001-11-171-1/+1
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-171-5/+3
* Pull fix for memory leak in in6_losing() from netinet/in_pcb.c,v 1.85.ru2001-10-171-3/+2
* Make faith loadable, unloadable, and clonable.brooks2001-09-251-10/+4
* KSE Milestone 2julian2001-09-121-8/+8
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-3/+2
* When running aplication joined multicast address,ume2001-08-041-0/+39
* Sync with recent KAME.ume2001-06-111-66/+79
* First step towards an MP-safe zone allocator:des2001-01-211-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-163/+57
* Support per socket based IPv4 mapped IPv6 addr enable/disable control.shin2000-04-011-2/+2
* in6_pcb.c:green2000-03-221-3/+2
* fix kernel panic at rtfree() in INET6 enabled envrionment.shin2000-01-161-2/+0
* fix wrong name which is hidden by wrong ifdef.shin2000-01-131-1/+1
* remove unnecessary "$ifdef INET6"shin2000-01-131-2/+0
* tcp updates to support IPv6.shin2000-01-091-1/+50
* IPSEC support in the kernel.shin1999-12-221-6/+6
* Change incorrect NULLs to 0seivind1999-12-211-7/+7
* rtcalloc() is removed because it turned out not to be necessary for FreeBSD.shin1999-12-091-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-10/+3
OpenPOWER on IntegriCloud