summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_output.c
AgeCommit message (Expand)Author
2001-12-20centralize multicast group management (in6_join/leavegroup).itojun
2001-12-18reduce white space/cosmetic diffs w/kame.itojun
2001-11-13add RCSIDslukem
2001-10-24more whitespace sync with kameitojun
2001-10-18reduce diffs with kame (mostly cosmetic).itojun
2001-10-17unifdef OLDIP6OUTPUTitojun
2001-10-15implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt.itojun
2001-06-11remove IPV6FIREWALL case, which is never useditojun
2001-04-11disallow userland programs from specifying addresses with IPV6_PKTINFOitojun
2001-03-30enable FAKE_LOOPBACK_IF case by default.itojun
2001-03-25re-initialize mopt in ip6_insert_jumboopt(). sync with kameitojun
2001-03-21set rmx_mtu to L2 interface mtu, instead of 0, on mtudisc timeout.itojun
2001-02-10to sync with kame better, (1) remove register declaration for variables,itojun
2001-02-06bad semicolon after "if" conditional. sync with kameitojun
2001-02-02avoid panic when a packet with nonexistent link-local address is issued.itojun
2001-01-24- record IPsec packet history into m_aux structure.itojun
2000-11-11Restructure the PFIL_HOOKS mechanism a bit:thorpej
2000-10-23make IFA_STATS really work on IPv6.itojun
2000-08-19- icmp6 nodeinfo: remove possibility of unaligned pointer access.itojun
2000-07-06remove unnecessary #include <netkey/key_debug.h>. from kame.itojun
2000-06-20avoid possible mbuf leaks on ipsec policy violation.(sync with kame)itojun
2000-06-03sync with kame.itojun
2000-05-19correct manipulation of link-local scoped address on loopback.itojun
2000-05-19NULL != 0thorpej
2000-05-19do not mistakingly forward link-local scoped packet (the bug was addeditojun
2000-03-29Remove duplicate declaration of ifindex2ifnet - it's in <net/if.h>.simonb
2000-03-01introduce m->m_pkthdr.aux to hold random data which needs to be passeditojun
2000-02-20pass "struct pfil_head *" to pfil_add_hook and pfil_remove hook ratherdarrenr
2000-02-17Change the use of pfil hooks. There is no longer a single list of alldarrenr
2000-02-06fix include pathname for better rfc2292 compliance.itojun
2000-01-31bring in latest KAME ipsec tree.itojun
2000-01-26make setsockopt(IPV6_PORTRANGE) work. obeys IPNOPRIVPORTS.itojun
2000-01-06remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsecitojun
2000-01-06make IPV6_BINDV6ONLY setsockopt available. it controls behavior ofitojun
1999-12-13sync IPv6 part with latest KAME tree. IPsec part is left unmodifieditojun
1999-07-31sync with recent KAME.itojun
1999-07-30remove reference to in6_systm.h (file itself will be removed afterwords)itojun
1999-07-22- implement IPv6 pmtud, which is necessary for TCP6.itojun
1999-07-22change unnecessary u_long/long into u_int32_t or something relevant.itojun
1999-07-09defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h).thorpej
1999-07-03RCS ID police.thorpej
1999-06-28KAME/NetBSD 1.4 SNAP kit, dated 19990628.itojun