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
/
netinet
/
ip_encap.h
Age
Commit message (
Expand
)
Author
2022-12-07
Refactor ip_encap.[ch]
knakahara
2022-12-07
Implement encap_attach_addr() which is used by IP-encaped tunnels.
knakahara
2022-12-07
refactor: use typedef for ip_encap priority function
knakahara
2018-09-14
Use non-variadic function pointer in protosw::pr_input.
maxv
2018-02-28
Remove unused mbuf tags.
maxv
2017-11-15
Add argument to encapsw->pr_input() instead of m_tag.
knakahara
2016-07-04
make encap_lock_{enter,exit} interruptable.
knakahara
2016-07-04
use pserialize(9) and psref(9) (1/2) : without ip_encap radix tree care
knakahara
2016-07-04
let gif(4) promise softint(9) contract (2/2) : ip_encap side
knakahara
2016-02-29
remove unnecessary declarations and fix KNF
knakahara
2016-02-26
To eliminate gif_softc_list linear search, add extra argument to encapsw.pr_c...
knakahara
2016-01-26
eliminate variable argument in encapsw
knakahara
2016-01-26
implement encapsw instead of protosw and uniform prototype.
knakahara
2016-01-22
Back out previous change to introduce struct encapsw.
riastradh
2016-01-22
Don't abuse struct protosw for ip_encap -- introduce struct encapsw.
riastradh
2008-11-25
Make dom_maxrtkey of inet/inet6domain the size of the ip_encap pack
pooka
2008-04-24
Merge the socket locking patch:
ad
2007-02-17
KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous
dyoung
2005-12-10
Multiple inclusion protection, as suggested by christos@ on tech-kern@
elad
2005-06-06
Since we decided "const struct mbuf *" would not do the right thing (tm),
martin
2005-06-03
Sprinkle some const
martin
2005-06-02
Change the first argument of the encapsulation check function from
tron
2005-02-02
de-__P -- will ANSIfy .c files later.
perry
2004-08-17
initialize max_keylen for ip_encap.c earlier
itojun
2004-04-18
De __P()
matt
2003-01-17
switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag
itojun
2001-12-21
use radix table for inbound tunnel lookup (would increase performance
itojun
2000-04-19
introduce sys/netinet/ip_encap.c, to dispatch inbound packets
itojun