summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Fix race conditions on enumerating pcb lists by moving the initializationups2006-07-183-5/+3
* Complete timebase (time_second -> time_uptime) conversion.oleg2006-07-051-7/+8
* We needn't check "m" for NULL here because "off" should be withinyar2006-06-301-1/+1
* There is a consensus that ifaddr.ifa_addr should never be NULL,yar2006-06-292-8/+0
* Use queue(3) macros instead of accessing list/queue internals directly.yar2006-06-291-3/+3
* Use INPLOOKUP_WILDCARD instead of just 1 more consistently.bz2006-06-291-1/+1
* - Use suser_cred(9) instead of directly comparing cr_uid.pjd2006-06-271-1/+2
* - Use suser_cred(9) instead of directly checking cr_uid.pjd2006-06-271-2/+2
* Use suser_cred() instead of a direct comparison of cr_uid with 0 inrwatson2006-06-251-1/+1
* Fix spurious warnings from neighbor discovery when working with IPv6 overgnn2006-06-082-8/+53
* Avoid spurious release of an rtentry.tanimura2006-05-231-3/+3
* In IN6_IS_ADDR_V4MAPPED case instead of returning directly set error andbz2006-05-201-2/+4
* Remove ip6fw. Since ipfw has full functional IPv6 support now and - inmlaier2006-05-125-1647/+0
* Assert ip6_forward_rt protected by Giant adding GIANT_REQUIRED tobz2006-05-042-0/+6
* Break out socket access control and delivery logic from udp6_input()rwatson2006-05-011-96/+55
* 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
OpenPOWER on IntegriCloud