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
/
net
/
if_mpls.c
Age
Commit message (
Expand
)
Author
2022-09-03
Machete-waving to fix mpls rump build after pktqueue changes.
thorpej
2022-09-03
Garbage-collect the remaining vestiges of netisr.
thorpej
2022-09-03
Convert MPLS from a legacy netisr to pktqueue.
thorpej
2022-07-29
No need to wrap the call to if_detach with splnet / splx as if_detach
skrll
2021-06-16
if_attach and if_initialize cannot fail, don't test return value
riastradh
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-04-27
A few more empty-string --> NULL in required-modules lists
pgoyette
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-01-19
Several changes:
maxv
2017-12-09
Kick MPLS packets earlier.
maxv
2017-12-08
Style, and fix several bugs:
maxv
2017-10-23
If if_attach() failed in the attach function, free resources and return.
msaitoh
2016-12-12
Make the routing table and rtcaches MP-safe
ozaki-r
2016-10-03
Fix race condition on ifqueue used by traditional netisr
ozaki-r
2016-08-07
modularize some more drivers and merge the module glue
christos
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2016-06-20
fix: kern/51259
knakahara
2016-06-20
apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...
knakahara
2016-06-10
Avoid storing a pointer of an interface in a mbuf
ozaki-r
2016-04-28
Constify rtentry of if_output
ozaki-r
2016-04-26
Stop using rt_gwroute on packet sending paths
ozaki-r
2016-02-09
Introduce softint-based if_input
ozaki-r
2015-08-24
sprinkle _KERNEL_OPT
pooka
2015-08-20
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
christos
2015-06-04
Pull out route lookups from L2 output routines
ozaki-r
2014-07-17
Make sure to call ifp->if_output() with KERNEL_LOCK held.
bouyer
2014-07-09
* split PRU_ACCEPT function out of pr_generic() usrreq switches and put
rtr
2014-06-06
- Eliminate RTFREE() macro in favour of rtfree() function.
rmind
2014-06-05
- Implement pktqueue interface for lockless IP input queue.
rmind
2014-05-15
Put schednetisr(NETISR_IP) into splnet()/splx() pair.
msaitoh
2013-10-25
RFC3032 conformance for Router Alert Label
kefren
2013-07-23
Implement RFC4182 changes - switchable via sysctl
kefren
2013-07-15
stop abusing kmem during softint context
kefren
2011-07-03
Avoid putting implicit null labels on the wire
kefren
2011-06-22
make LSE prepend the rest of the shims in they exist
kefren
2011-06-21
learn mpls interface how to prepend multiple shims by using a vector of
kefren
2011-06-17
teach loopback about MPLS. Prerequisite for MPLS tunnels
kefren
2011-06-16
use ETHERTYPE_MPLS only for unicast packets (RFC3032)
kefren
2010-06-27
Don't assume that rt_tag family is AF_MPLS but verify it.
kefren
2010-06-26
Fix build for MPLS import: add options MPLS, changed pseudo-device mpls
kefren
2010-06-26
Add MPLS support, proposed on tech-net@ a couple of days ago
kefren