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
/
dev
/
cadence
Age
Commit message (
Expand
)
Author
2022-11-12
Skip the first PHY found to remove the shadow PHY that appears at
jmcneill
2022-09-18
Eliminate use of IFF_OACTIVE.
thorpej
2021-12-31
sys: Use if_init wrapper function.
riastradh
2020-06-28
Use prop_data_value (not prop_data_data_nocopy)
skrll
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-05-28
Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.
msaitoh
2019-05-23
Whitespace fix (mainly tabify).
msaitoh
2019-05-23
No functional change:
msaitoh
2019-05-19
Kill unused sc variable and fix the build.
alnsn
2019-04-22
On drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass to
msaitoh
2019-02-05
Remove very old IFF_NOTRAILERS flag.
msaitoh
2019-01-22
Change MII PHY read/write API from:
msaitoh
2018-07-15
Retire ipkdb entirely. The option was removed from the config files
maxv
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-06-22
It's not required to include net/bpfdesc.h. Remove it.
msaitoh
2017-05-23
Apply deferred if_start to more drivers
ozaki-r
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
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
Add hardware checksumming support.
rjs
2015-08-24
Fix logic for setting multicast addresses.
rjs
2015-08-24
Whitespace.
rjs
2015-08-24
printf -> aprint.
rjs
2015-08-13
Add gem versions of collision counters.
rjs
2015-05-20
Remove leftover use of AF_NS and NS option
ozaki-r
2015-01-23
Initial Zynq (Xilinx) support
hkenken