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_mroute.c
Age
Commit message (
Expand
)
Author
2020-11-12
PR kern/55779:
kardel
2018-09-14
Use non-variadic function pointer in protosw::pr_input.
maxv
2018-07-11
Add missing <netinet/in_offload.h> include.
martin
2018-07-11
Rename
maxv
2018-06-21
sbappendaddr() is required any lock. Currently, softnet_lock is appropriate.
knakahara
2018-05-14
Don't crash if there is no inner IP header.
maxv
2018-05-07
Fix possible buffer overflow. We need to make sure the inner IPv4 packet
maxv
2018-04-11
Add XXX.
maxv
2018-04-11
Add XXX.
maxv
2018-03-21
Sprinkle more soroverflow().
roy
2018-02-09
Style (realign everything correctly), and fix a typo.
maxv
2018-02-07
Style and constify.
maxv
2018-02-07
More style. No functional change.
maxv
2018-02-07
Remove parentheses in return statements. No functional change.
maxv
2018-02-07
Style and remove unused macros. More to come.
maxv
2018-02-07
Remove RSVP_ISI, that's mostly dead code. FreeBSD and OpenBSD too removed
maxv
2017-11-15
Add argument to encapsw->pr_input() instead of m_tag.
knakahara
2017-07-23
kmem_intr_free kmem_intr_[z]alloced memory
para
2017-01-24
Tweak softnet_lock and NET_MPSAFE
ozaki-r
2017-01-11
Get rid of unnecessary header inclusions
ozaki-r
2016-08-01
Apply pserialize and psref to struct ifaddr and its variants
ozaki-r
2016-07-04
make encap_lock_{enter,exit} interruptable.
knakahara
2016-07-04
let gif(4) promise softint(9) contract (2/2) : ip_encap side
knakahara
2016-06-21
Replace ifp of ip_moptions and ip6_moptions with if_index
ozaki-r
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-04-26
Sweep unnecessary route.h inclusions
ozaki-r
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
2016-01-20
Eliminate struct protosw::pr_output.
riastradh
2016-01-17
PR/50670: David Binderman: Tidy up debugging printfs to avoid if else confusion.
christos
2015-08-24
sprinkle _KERNEL_OPT
pooka
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2014-06-05
- Implement pktqueue interface for lockless IP input queue.
rmind
2014-05-18
Add struct pr_usrreqs with a pr_generic function and prepare for the
rmind
2013-09-14
Remove unused variable
martin
2013-06-05
IPSEC has not come in two speeds for a long time now (IPSEC == kame,
christos
2012-09-24
Add missing "\n" in log(9)
msaitoh
2012-05-01
Explicitly include <sys/kmem.h>
martin
2012-04-30
- Replace some malloc(9) uses with kmem(9).
rmind
2012-03-22
remove KAME IPSEC, replaced by FAST_IPSEC
drochner
2011-12-19
rename the IPSEC in-kernel CPP variable and config(8) option to
drochner
2011-10-19
Use if_addr_init() and if_mcast_op() instead of ifp->if_ioctl().
dyoung
2011-08-31
NULL does not need a cast
plunky
2011-07-17
Retire varargs.h support. Move machine/stdarg.h logic into MI
joerg
2009-03-18
bzero -> memset
cegger
2008-12-19
use M_ZERO on malloc() and remove subsequent bzero().
cegger
2008-10-01
PR/39664: Dave Huang: ip_mrouter_done: free hash using hashdone(9).
rmind
2008-08-06
Convert socket options code to use a sockopt structure
plunky
[next]