summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Move lock assertions to top of in6_pcbladdr(): we still want them to runrwatson2006-04-252-3/+10
* Modify in6_pcbpurgeif0() to accept a pcbinfo structure rather than a pcbrwatson2006-04-233-8/+10
* Allow for nmbclusters and maxsockets to be increased via sysctl.ps2006-04-211-0/+10
* Mirror IPv4 pcb locking into in6_setsockaddr() and in6_setpeeraddr():rwatson2006-04-151-0/+4
* Assert the inpcb lock in udp6_output(), as we dereference variousrwatson2006-04-121-0/+2
* Add comment to udp6_input() that locking is missing from multicastrwatson2006-04-121-1/+8
* Add udbinfo locking in udp6_input() to protect lookups of the inpcbrwatson2006-04-121-2/+8
* Don't use spl around call to in_pcballoc() in IPv6 raw socket support;rwatson2006-04-121-3/+1
* Remove one remaining use of spl in the IPv6 fragmentation code, asrwatson2006-04-121-3/+0
* Add missing locking to udp6_getcred(), remove spl use.rwatson2006-04-121-24/+21
* Remove spl use from IPv6 inpcb code.rwatson2006-04-121-25/+13
* ip6_mrouter_done(): use if_allmulti(0) for disabling the multicast promiscuou...suz2006-04-101-7/+1
* Fix assertion description: !=, not ==.rwatson2006-04-091-1/+1
* Update in_pcb-derived basic socket types following changes torwatson2006-04-012-70/+31
* Break out in_pcbdetach() into two functions:rwatson2006-04-012-13/+12
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-012-6/+4
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-012-6/+6
* This comment on various IPPORT_ defines was copied from in.h anddwmalone2006-03-281-25/+3
* Remove manual assignment of m_pkthdr from one mbuf to another inrwatson2006-03-281-9/+0
* fixed a memory leak when net.inet6.icmp6.nd6_maxqueuelen is greater than 1suz2006-03-241-4/+26
* Make net.inet.ip.portrange.reservedhigh anddwmalone2006-03-191-1/+2
* implements section 2.2 of RFC4191, regarding the reserved preference value (10)suz2006-03-191-12/+2
* updates net.inet6.ip6.kame_version as the proof of the latest KAME mergesuz2006-03-191-1/+1
* fixed a bug that an MLD report is not advertised when group-specific MLD quer...suz2006-03-041-2/+3
* avoided the use of purged address structure when an address becameume2006-02-121-2/+1
* Fix for an inappropriate bzero of the ICMPv6 stats. The code was zero'ing th...gnn2006-02-081-1/+1
* shut up strict-aliasing rules warning.ume2006-02-051-1/+1
* make IPV6_V6ONLY socket option work for UDP as well.ume2006-02-021-12/+4
* Somewhat re-factor the read/write locking mechanism associated with the packetcsjp2006-02-023-3/+3
* Add some initial locking to gif(4). It doesn't covers the whole driver,glebius2006-01-301-0/+2
* don't embed scope id before running packet filters.ume2006-01-251-20/+20
* Convert in6_cksum() to ANSI C function declaration.rwatson2006-01-221-4/+1
* When storing the results of malloc() in a pointer to a pointer, checkrwatson2006-01-141-1/+1
* In ipcomp6_input(), check 'md' not 'm' after a call to m_pulldown(): 'm'rwatson2006-01-131-1/+1
* added a note about the assumption for m->m_pkthdr.rcvifsuz2006-01-091-0/+8
* Add RFC 3378 EtherIP support. This change makes it possible to add gifthompsa2005-12-211-0/+19
* fixed a kernel crash at the initialization time of PIM-SM register interfacesuz2005-12-091-13/+30
* the response NS to a DAD NS was not sent correctly due to theume2005-12-081-5/+5
* fixed a kernel crash due to an improper removal of callout-timersuz2005-11-161-0/+1
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-93/+154
* statically configured IPv6 address is properly added/deleted nowsuz2005-10-311-75/+51
* fixed a compilation failure on amd64/sparc64/ia64suz2005-10-222-4/+6
* nuked non-existing commandssuz2005-10-211-5/+0
* sync with KAME regarding NDPsuz2005-10-2113-711/+1367
* perform NUD on an IPv6-aware point-to-point interfacesuz2005-10-211-0/+2
* sync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC)suz2005-10-213-3/+3
* sync with KAME (nuked unused code, use NULL to denote a NULL pointer)suz2005-10-193-65/+7
* sync with KAME (removed a unnecesary non-standard macro)suz2005-10-192-16/+10
* sync with KAME regarding the following clarification in RFC3542:suz2005-10-193-8/+45
* sync with KAME (don't respond to NI_QTYPE_IPV4ADDR)suz2005-10-191-0/+5
OpenPOWER on IntegriCloud