aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Notify functions can destroy the pcb, so they have to return anJeffrey Hsu2002-06-141-2/+3
* As a stop-gap measure, add one INP_LOCK_DESTROY() to in6_pcbdetach() toJeffrey Hsu2002-06-121-0/+1
* Lock up inpcb.Jeffrey Hsu2002-06-101-2/+3
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-48/+20
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-20/+48
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-1/+4
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-2/+2
* Fix warnings caused by discarding const.Alfred Perlstein2002-02-271-2/+3
* Give struct socket structures a ref counting interface similar toMatthew Dillon2001-11-171-1/+1
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.Ruslan Ermilov2001-10-171-5/+3
* Pull fix for memory leak in in6_losing() from netinet/in_pcb.c,v 1.85.Ruslan Ermilov2001-10-171-3/+2
* Make faith loadable, unloadable, and clonable.Brooks Davis2001-09-251-10/+4
* KSE Milestone 2Julian Elischer2001-09-121-8/+8
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-3/+2
* When running aplication joined multicast address,Hajimu UMEMOTO2001-08-041-0/+39
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-66/+79
* First step towards an MP-safe zone allocator:Dag-Erling Smørgrav2001-01-211-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-163/+57
* Support per socket based IPv4 mapped IPv6 addr enable/disable control.Yoshinobu Inoue2000-04-011-2/+2
* in6_pcb.c:Brian Feldman2000-03-221-3/+2
* fix kernel panic at rtfree() in INET6 enabled envrionment.Yoshinobu Inoue2000-01-161-2/+0
* fix wrong name which is hidden by wrong ifdef.Yoshinobu Inoue2000-01-131-1/+1
* remove unnecessary "$ifdef INET6"Yoshinobu Inoue2000-01-131-2/+0
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-091-1/+50
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-6/+6
* Change incorrect NULLs to 0sEivind Eklund1999-12-211-7/+7
* rtcalloc() is removed because it turned out not to be necessary for FreeBSD.Yoshinobu Inoue1999-12-091-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-10/+3
* Removed IPSEC and IPV6FIREWALL because they are not ready yet.Yoshinobu Inoue1999-11-231-1/+0
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+1131