aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nuke SCOPEDROUTING. Though it was there for a long time,Hajimu UMEMOTO2003-10-101-4/+0
* - fix typo in comments.Hajimu UMEMOTO2003-10-081-98/+73
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-17/+17
* randomize IPv6 flowlabel when RANDOM_IP_ID is defined.Hajimu UMEMOTO2003-10-011-4/+3
* use arc4random()Hajimu UMEMOTO2003-10-011-5/+2
* o update PFIL_HOOKS support to current API used by netbsdSam Leffler2003-09-231-23/+16
* correct malloc flag argumentSam Leffler2003-03-121-1/+1
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-22/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; insteadSam Leffler2003-01-061-3/+3
* Correct mbuf packet header propagation. Previously, packet headersSam Leffler2002-12-301-1/+1
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-1/+1
* Tie new "Fast IPsec" code into the build. This involves the usualSam Leffler2002-10-161-0/+6
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-38/+23
* __FreeBSD__ is not a compiler constant. We must useHajimu UMEMOTO2002-05-311-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-4/+1
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-1/+4
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-8/+8
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-2/+6
* Remove duplicate extern declarations to silence warnings.Alfred Perlstein2002-03-191-1/+0
* Initialise the intrq_present fields at runtime, not link time. This allowsMike Smith2002-01-081-1/+1
* Make faith loadable, unloadable, and clonable.Brooks Davis2001-09-251-4/+0
* KSE Milestone 2Julian Elischer2001-09-121-0/+1
* gif(4) and stf(4) modernization:Brooks Davis2001-07-021-1/+0
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-278/+555
* M_COPY_PKTHDR has to be done before MCLGET.Hajimu UMEMOTO2001-05-221-4/+5
* Fix typo in previous commit.Hajimu UMEMOTO2001-04-201-1/+1
* - Fix to receive icmp6 echo reply within the host itself to ff02::1.Hajimu UMEMOTO2001-04-191-2/+32
* - correct logic of per-address input packet counts for lo0Hajimu UMEMOTO2001-04-051-16/+29