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
/
agr
Age
Commit message (
Expand
)
Author
2023-03-26
fix various typos in documentation, comments and sysctl device description.
andvar
2022-09-18
Eliminate use of IFF_OACTIVE.
thorpej
2022-06-20
Handling frames that vlan id is 0 as non-VLAN frames
yamaguchi
2021-12-31
sys: Use if_init wrapper function.
riastradh
2021-11-30
Move net/agr/ieee8023_slowprotocols.h to net/ether_slowprotocols.h
yamaguchi
2021-09-30
Replace ifnet::if_agriprivate with ifnet::if_lagg
yamaguchi
2021-08-02
fix various typos in comments and log messages.
andvar
2020-05-15
hardclock_ticks -> getticks()
maxv
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2019-10-06
xc_barrier - convenience function to xc_broadcast() a nop.
uwe
2019-04-26
Some more empty-string --> NULL conversions for module dependencies
pgoyette
2019-04-24
KNF. No functional change.
msaitoh
2019-03-23
Replace compile-time checking for vlan code with a module hook.
pgoyette
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-01-25
Add locking.
christos
2018-01-16
Fix agr(4) module build. Reviewed by pgoyette@n.o, thanks.
knakahara
2018-01-15
Mmh, fix a weird mistake: the guy who added #if NVLAN > 0 forgot to
maxv
2017-12-06
Ensure to not turn on IFF_RUNNING of an interface until its initialization co...
ozaki-r
2017-12-06
Simplify; share agr_vlan_add and agr_vlan_del (NFCI)
ozaki-r
2017-09-26
VLAN ID uses pkthdr instead of mtag now. Contributed by s-yamaguchi@IIJ.
knakahara
2017-01-28
Switch agr(4) to use a workqueue. This is necessary because during
maya
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
2016-08-07
modularize some more drivers and merge the module glue
christos
2016-07-20
Apply pserialize to some iterations of IP address lists
ozaki-r
2016-07-07
Switch the address list of intefaces to pslist(9)
ozaki-r
2016-06-20
apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...
knakahara
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
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
2013-09-12
Remove unused variable
martin
2011-10-19
Use if_flags_set() and if_addr_init() instead of ifp->if_ioctl().
dyoung
2011-07-17
Retire varargs.h support. Move machine/stdarg.h logic into MI
joerg
2011-07-01
Fix memset usage.
joerg
2010-08-11
Keep condvar wmesg within 8 char limit
pgoyette
2010-05-26
Change sc_wrports from an int to a bool and "test truth" instead of
dyoung
2010-04-05
Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf
joerg
2010-02-08
Take another stab at fixing the LOCKDEBUG panic reported in PR
dyoung
2010-01-19
Redefine bpf linkage through an always present op vector, i.e.
pooka
2009-06-09
comment style. no functional change.
yamt
2009-05-29
Add vlan support and hardware offload capabilities to agr.
darran
2009-05-26
Install agr ioctl header and stop putting our hand under the sys skirt
pooka
2009-03-15
ansify function definitions
cegger
2008-12-16
replace bitmask_snprintf(9) with snprintb(3)
christos
2008-11-07
*** Summary ***
dyoung
2008-05-19
agr_ioctl_filter: comment the intention.
yamt
2008-03-24
agrport_monitor: map IFM_NONE to IFM_NONE|IFM_ETHER and add a comment.
yamt
2007-12-20
Poison struct route->ro_rt uses in the kernel by changing the name
dyoung
2007-12-08
Unbork
ad
[next]