aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r187939:Bjoern A. Zeeb2009-08-251-6/+0
* MFC r191433:Bjoern A. Zeeb2009-08-251-1/+1
* MFC r186393:Bjoern A. Zeeb2009-03-261-1/+1
* MFC r186141:Bjoern A. Zeeb2009-03-211-5/+5
* MFC: r174510: Clean up VCS Ids.David E. O'Brien2008-09-011-3/+5
* MFC: r175162: un-__P()David E. O'Brien2008-09-011-4/+4
* MFC: r181782, cvs 1.235 udp_usrreq.c, 1.102 ip6_input.c, 1.44 ip6_var.hBjoern A. Zeeb2008-08-181-6/+14
* MFC r179289, rev. 1.221 udp_usrreq.c, 1.98 ip6_input.c, 1.42 ip6_var.hBjoern A. Zeeb2008-07-301-16/+33
* Space cleanupXin LI2007-07-051-2/+2
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-55/+21
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-6/+6
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-20/+12
* handle IPv6 router alert option contained in an incoming packet perJINMEI Tatuya2007-05-141-4/+18
* Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel.Bruce M Simpson2007-02-241-1/+2
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-2/+4
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-2/+0
* Remove ip6fw. Since ipfw has full functional IPv6 support now and - inMax Laier2006-05-121-23/+0
* Somewhat re-factor the read/write locking mechanism associated with the packetChristian S.J. Peron2006-02-021-1/+1
* don't embed scope id before running packet filters.Hajimu UMEMOTO2006-01-251-20/+20
* supported an ndp command suboption to disable IPv6 in the given interfaceSUZUKI Shinsuke2005-10-191-0/+6
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-62/+18
* update comments:Hajimu UMEMOTO2005-07-201-1/+1
* correct bounds checkSam Leffler2005-03-161-1/+1
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-2/+2
* Be more careful to only index valid IP protocols and be more verbose withAndre Oppermann2004-10-191-2/+11
* Add an additional struct inpcb * argument to pfil(9) in order to enableMax Laier2004-09-291-1/+1
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelAndre Oppermann2004-08-271-11/+9
* Remove in6_prefix.[ch] and the contained router renumbering capability.Robert Watson2004-08-231-5/+0
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-141-4/+0
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompileMax Laier2004-06-131-0/+6
* do not check super user privilege in ip6_savecontrol. It isHajimu UMEMOTO2004-06-021-20/+5
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Move PFIL_HOOKS and ipfw past the scope checks to allow easy redirection toMax Laier2004-03-021-32/+32
* scope awareness of ff01:: is not merged, yet. So, clearHajimu UMEMOTO2004-03-021-0/+6
* - reject incoming packets to an interface-local multicast address fromHajimu UMEMOTO2004-03-011-10/+52
* supported IPV6_RECVPATHMTU socket option.Hajimu UMEMOTO2004-02-131-0/+39
* Remove RTF_PRCLONING from routing table and adjust users of itAndre Oppermann2003-11-201-1/+1
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-081-1/+2
* initialize in6_tmpaddrtimer_ch.Hajimu UMEMOTO2003-10-311-0/+1
* add management part of address selection policy described inHajimu UMEMOTO2003-10-301-0/+1
* ip6_savecontrol() argument is redundantHajimu UMEMOTO2003-10-291-4/+3
* hide m_tag, again.Hajimu UMEMOTO2003-10-291-32/+16
* make sure to accept only IPv6 packet.Hajimu UMEMOTO2003-10-281-0/+3
* cleanup use of m_tag.Hajimu UMEMOTO2003-10-281-21/+21
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-56/+33
* - change scope to zone.Hajimu UMEMOTO2003-10-211-3/+3
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-171-6/+2
* fix horribly botched MFp4 mergeSam Leffler2003-10-161-7/+7
* pfil hooks can modify packet contents so check if the destinationSam Leffler2003-10-161-1/+11
* fixed an endian bug on fragment header scanningHajimu UMEMOTO2003-10-101-1/+2