summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_output.c
AgeCommit message (Expand)Author
2003-12-10fix cases where pktinfo specifies outgoing interface of "0".itojun
2003-12-10use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULLitojun
2003-11-06correct behavior when ipv6mr_interface is 0. Matthias Drochneritojun
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-03when dropping M_PKTHDR, need to free m_tag associated with it.itojun
2003-09-06randomize IPv4/v6 fragment ID and IPv6 flowlabel. avoids predictabilityitojun
2003-09-05u_short -> u_int16_t. sync w/ kame.itojun
2003-09-04don't use m_cat to mbuf of different types. KAME-PR-495itojun
2003-08-25don't commit value into ip6_ptkopts until the validation is done.itojun
2003-08-22remove ipsec_set/getsocket. now we explicitly pass socket * to ip{,6}_output.itojun
2003-08-22change the additional arg to be passed to ip{,6}_output to struct socket *.itojun
2003-08-22Change KAME code for ip_output()/ip6_output() to obtain struct socket*jonathan
2003-08-22Replace the set_socket() method of passing an extra struct socket*jonathan
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-06- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)itojun
2002-11-02/*CONTCOND*/ while (0)'ed macrosperry
2002-10-31plug a memory leak. from sam leffler. sync w/kameitojun
2002-09-23length field on PADN option, before jumbo payload option was wrong.itojun
2002-09-11KNF - return is not a function. sync w/kame.itojun
2002-09-11correct signedness mixup in pointer passing. sync w/kameitojun
2002-06-09whitespace cleanupitojun
2002-06-08sync with latest KAME in6_ifaddr/prefix/default router manipulation.itojun
2002-06-07sync IPV6_CHECKSUM handling with kame.itojun
2002-06-07commentitojun
2002-06-07whitespaceitojun
2002-06-07remove #if 0'ed portionitojun
2002-06-07KNF a bititojun
2002-06-07typoitojun
2002-06-07'fall through' is not a valid LINT keyword.itojun
2002-05-31do not try to update rmx_mtu if rmx_mtu == 0 (obey ifmtu)itojun
2002-05-29attach nd_ifinfo structure into if_afdata.itojun
2002-03-28make sure to check address family in route cacheitojun
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