summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_input.c
Commit message (Expand)AuthorAgeFilesLines
* Somewhat re-factor the read/write locking mechanism associated with the packetcsjp2006-02-021-1/+1
* don't embed scope id before running packet filters.ume2006-01-251-20/+20
* supported an ndp command suboption to disable IPv6 in the given interfacesuz2005-10-191-0/+6
* scope cleanup. with this changeume2005-07-251-62/+18
* update comments:ume2005-07-201-1/+1
* correct bounds checksam2005-03-161-1/+1
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-2/+2
* Be more careful to only index valid IP protocols and be more verbose withandre2004-10-191-2/+11
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-291-1/+1
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-11/+9
* Remove in6_prefix.[ch] and the contained router renumbering capability.rwatson2004-08-231-5/+0
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-4/+0
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-0/+6
* do not check super user privilege in ip6_savecontrol. It isume2004-06-021-20/+5
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Move PFIL_HOOKS and ipfw past the scope checks to allow easy redirection tomlaier2004-03-021-32/+32
* scope awareness of ff01:: is not merged, yet. So, clearume2004-03-021-0/+6
* - reject incoming packets to an interface-local multicast address fromume2004-03-011-10/+52
* supported IPV6_RECVPATHMTU socket option.ume2004-02-131-0/+39
* Remove RTF_PRCLONING from routing table and adjust users of itandre2003-11-201-1/+1
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-1/+2
* initialize in6_tmpaddrtimer_ch.ume2003-10-311-0/+1
* add management part of address selection policy described inume2003-10-301-0/+1
* ip6_savecontrol() argument is redundantume2003-10-291-4/+3
* hide m_tag, again.ume2003-10-291-32/+16
* make sure to accept only IPv6 packet.ume2003-10-281-0/+3
* cleanup use of m_tag.ume2003-10-281-21/+21
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-56/+33
* - change scope to zone.ume2003-10-211-3/+3
* - add dom_if{attach,detach} framework.ume2003-10-171-6/+2
* fix horribly botched MFp4 mergesam2003-10-161-7/+7
* pfil hooks can modify packet contents so check if the destinationsam2003-10-161-1/+11
* fixed an endian bug on fragment header scanningume2003-10-101-1/+2
* nuke SCOPEDROUTING. Though it was there for a long time,ume2003-10-101-4/+0
* - fix typo in comments.ume2003-10-081-98/+73
* return(code) -> return (code)ume2003-10-061-17/+17
* randomize IPv6 flowlabel when RANDOM_IP_ID is defined.ume2003-10-011-4/+3
* use arc4random()ume2003-10-011-5/+2
* o update PFIL_HOOKS support to current API used by netbsdsam2003-09-231-23/+16
* correct malloc flag argumentsam2003-03-121-1/+1
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-22/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; insteadsam2003-01-061-3/+3
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-301-1/+1
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-1/+1
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-161-0/+6
* Replace aux mbufs with packet tags:sam2002-10-161-38/+23
* __FreeBSD__ is not a compiler constant. We must useume2002-05-311-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-4/+1
OpenPOWER on IntegriCloud