index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
ip6_output.c
Age
Commit message (
Expand
)
Author
2003-12-10
fix cases where pktinfo specifies outgoing interface of "0".
itojun
2003-12-10
use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL
itojun
2003-11-06
correct behavior when ipv6mr_interface is 0. Matthias Drochner
itojun
2003-10-30
Remove some assigned-to but otherwise unused variables.
simonb
2003-10-03
when dropping M_PKTHDR, need to free m_tag associated with it.
itojun
2003-09-06
randomize IPv4/v6 fragment ID and IPv6 flowlabel. avoids predictability
itojun
2003-09-05
u_short -> u_int16_t. sync w/ kame.
itojun
2003-09-04
don't use m_cat to mbuf of different types. KAME-PR-495
itojun
2003-08-25
don't commit value into ip6_ptkopts until the validation is done.
itojun
2003-08-22
remove ipsec_set/getsocket. now we explicitly pass socket * to ip{,6}_output.
itojun
2003-08-22
change the additional arg to be passed to ip{,6}_output to struct socket *.
itojun
2003-08-22
Change KAME code for ip_output()/ip6_output() to obtain struct socket*
jonathan
2003-08-22
Replace the set_socket() method of passing an extra struct socket*
jonathan
2003-08-07
Move 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 macros
perry
2002-10-31
plug a memory leak. from sam leffler. sync w/kame
itojun
2002-09-23
length field on PADN option, before jumbo payload option was wrong.
itojun
2002-09-11
KNF - return is not a function. sync w/kame.
itojun
2002-09-11
correct signedness mixup in pointer passing. sync w/kame
itojun
2002-06-09
whitespace cleanup
itojun
2002-06-08
sync with latest KAME in6_ifaddr/prefix/default router manipulation.
itojun
2002-06-07
sync IPV6_CHECKSUM handling with kame.
itojun
2002-06-07
comment
itojun
2002-06-07
whitespace
itojun
2002-06-07
remove #if 0'ed portion
itojun
2002-06-07
KNF a bit
itojun
2002-06-07
typo
itojun
2002-06-07
'fall through' is not a valid LINT keyword.
itojun
2002-05-31
do not try to update rmx_mtu if rmx_mtu == 0 (obey ifmtu)
itojun
2002-05-29
attach nd_ifinfo structure into if_afdata.
itojun
2002-03-28
make sure to check address family in route cache
itojun
2001-12-20
centralize multicast group management (in6_join/leavegroup).
itojun
2001-12-18
reduce white space/cosmetic diffs w/kame.
itojun
2001-11-13
add RCSIDs
lukem
2001-10-24
more whitespace sync with kame
itojun
2001-10-18
reduce diffs with kame (mostly cosmetic).
itojun
2001-10-17
unifdef OLDIP6OUTPUT
itojun
2001-10-15
implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt.
itojun
2001-06-11
remove IPV6FIREWALL case, which is never used
itojun
2001-04-11
disallow userland programs from specifying addresses with IPV6_PKTINFO
itojun
2001-03-30
enable FAKE_LOOPBACK_IF case by default.
itojun
2001-03-25
re-initialize mopt in ip6_insert_jumboopt(). sync with kame
itojun
2001-03-21
set rmx_mtu to L2 interface mtu, instead of 0, on mtudisc timeout.
itojun
2001-02-10
to sync with kame better, (1) remove register declaration for variables,
itojun
2001-02-06
bad semicolon after "if" conditional. sync with kame
itojun
2001-02-02
avoid 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-11
Restructure the PFIL_HOOKS mechanism a bit:
thorpej
2000-10-23
make IFA_STATS really work on IPv6.
itojun
[next]