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
2006-08-30
remove impossible comparisons.
christos
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-07-12
Add diagnostic checks for hardware-assisted checksum related flags in
tron
2006-07-08
Add a missing piece from RFC 3542. KAME-NetBSD-current branch
rpaulo
2006-05-14
integrate kauth.
elad
2006-05-05
Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).
rpaulo
2006-04-15
Coverity CID 608: #ifdef out dead code.
christos
2006-03-05
NDP-related improvements:
rpaulo
2006-01-21
Better support of IPv6 scoped addresses.
rpaulo
2005-12-11
merge ktrace-lwp.
christos
2005-09-23
change bcopy to memmove since this was supposed to be an ovbcopy (from kre)
christos
2005-08-18
- introduce M_MOVE_PKTHDR and use it where appropriate.
yamt
2005-08-10
re-implement ipv6 tx loopback checksum omission.
yamt
2005-08-10
ipv6 tx checksum offloading. reviewed by Jason Thorpe.
yamt
2005-02-28
make ip6_getpmtu back to static
itojun
2004-12-21
fix ifindex argument checks for IPV6_JOIN_GROUP,
drochner
2004-12-04
Convert lo(4) to a clonable device.
peter
2004-07-14
- update ro_pmtu on IPsec tunnel encapsulation. ro != ro_pmtu is used as the
itojun
2004-07-06
Remove broken code for now: getsockopt(s, IPPROTO_IP, IP_IPSEC_POLICY,...).
minoura
2004-06-11
implement IPV6_USE_MIN_MTU sockopt. needed by bind9 + EDNS0 + big receive bu...
itojun
2004-03-23
Make ip6_getpmtu() globally visible. This is needed by IPFilter 4.x.
martti
2004-03-02
Use the new IPSEC_PCB_SKIP_IPSEC() to bypass a socket policy lookup
thorpej
2004-03-01
knf
itojun
2004-02-06
remove unneeded #ifdef
itojun
2004-02-04
strictly follow RFC2460 section 5 last paragraph
itojun
2004-01-24
make ip6_getpmtu() externally visible
darrenr
2004-01-19
do not lookup security policy if IPV6_FORWARDING.
itojun
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
[next]