aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
Commit message (Expand)AuthorAgeFilesLines
* __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
* Make per-address input packet counts for lo0 work.Hajimu UMEMOTO2001-03-281-6/+22
* Merge from kame (1.175 -> 1.176):Jun Kuriyama2001-03-161-1/+27
* Yikes, these files bogusly #include "loop.h" but didn't use the value.Peter Wemm2001-01-291-2/+0
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-0/+1
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Augment the 'ifaddr' structure with a 'struct if_data' to keepJosef Karthauser2000-10-191-0/+5
* Make ip6fw as loadable module.Hajimu UMEMOTO2000-09-231-10/+2
* Make compilable with -DIPFILTER.Hajimu UMEMOTO2000-08-121-1/+1
* activate pfil_hooks and covert ipfilter to use itDarren Reed2000-07-311-0/+32
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-162/+424
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-2/+1
* Add ip6fw.Yoshinobu Inoue2000-01-291-0/+1
* Backout diffs which should not be included.Yoshinobu Inoue2000-01-281-1/+0
* #This is a null commit to give correct description for the previous change.Yoshinobu Inoue2000-01-281-0/+1
* Sorry I didn't commit these files at the commit just a few minutes before.Yoshinobu Inoue2000-01-281-1/+14
* Move the *intrq variables into net/intrq.c and unconditionallyBrian Somers2000-01-241-1/+3
* removed an ours case which think a packet destined to loopback interfaceYoshinobu Inoue2000-01-131-5/+1
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-1/+4
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-8/+2
* Removed IPSEC and IPV6FIREWALL because they are not ready yet.Yoshinobu Inoue1999-11-231-2/+0
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+1016