aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-5/+5
* make sure to set/unset INP_IPV4 according to a valueHajimu UMEMOTO2002-07-241-0/+4
* do not refer to IN6P_BINDV6ONLY anymore.Hajimu UMEMOTO2002-07-221-7/+1
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-11/+12
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-4/+4
* Fix cached route problem.Hajimu UMEMOTO2002-03-291-0/+1
* Remove duplicate extern declarations to silence warnings.Alfred Perlstein2002-03-191-3/+0
* - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated.Andrew R. Reiter2001-12-091-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-9/+10
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-6/+6
* soopt_mcopyout() frees mbuf if error occurs, and DOES NOT free it if it isHajimu UMEMOTO2001-07-081-2/+6
* The m_free call in the ip6_fw_ctl_ptr == NULL case apparentlyHajimu UMEMOTO2001-07-071-2/+0
* disallow setsockopt(IPV6_V6ONLY) for already bound sockets.Hajimu UMEMOTO2001-06-241-0/+11
* decrease warningHajimu UMEMOTO2001-06-241-2/+4
* Nuke the comment about MIP6. We don't have MIP6 code, yet.Hajimu UMEMOTO2001-06-241-12/+0
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-244/+556
* Fix memory leak.Hajimu UMEMOTO2001-05-231-0/+2
* When ip6_fw_ctl() or soopt_mcopyout() return without success,Hajimu UMEMOTO2001-01-201-1/+1
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-2/+2
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Count per-address statistics for IP fragments.Josef Karthauser2000-10-291-0/+6
* Augment the 'ifaddr' structure with a 'struct if_data' to keepJosef Karthauser2000-10-191-1/+7
* Make ip6fw as loadable module.Hajimu UMEMOTO2000-09-231-9/+1
* Make compilable with -DIPFILTER.Hajimu UMEMOTO2000-08-121-1/+6
* activate pfil_hooks and covert ipfilter to use itDarren Reed2000-07-311-0/+28
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-159/+180
* Just need to pass the address family to if_simloop(), not the whole sockaddr.Archie Cobbs2000-05-241-1/+1
* Initialize mbuf pointer at getting ipsec policy.Yoshinobu Inoue2000-03-091-8/+6
* CMSG_XXX macros alignment fixes to follow RFC2292.Yoshinobu Inoue2000-03-031-2/+2
* 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-0/+19
* added missing IPV6_PORTRANGE case.Yoshinobu Inoue2000-01-131-0/+1
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-12/+17
* Change incorrect NULLs to 0sEivind Eklund1999-12-211-3/+3
* rtcalloc() is removed because it turned out not to be necessary for FreeBSD.Yoshinobu Inoue1999-12-091-7/+3
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-12/+4
* 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/+2176