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
/
pci
/
if_vte.c
Age
Commit message (
Expand
)
Author
2022-09-24
Remove unnecessary include of <sys/malloc.h>.
thorpej
2022-09-17
vte_ifstart(): Make the condition if the transmit loop the number of
thorpej
2022-09-03
Garbage-collect the remaining vestiges of netisr.
thorpej
2021-08-30
Restore original MDC speed control register value after MAC reset, if it wasn...
andvar
2020-02-07
Use callout_setfunc() / callout_schedule().
thorpej
2020-02-04
Use ifmedia_fini().
thorpej
2020-02-01
Adopt <net/if_stats.h>.
thorpej
2019-11-12
Fix whitespace. From vezhlys
maya
2019-10-30
if_percpuq(9) automatically increments if_ipackets, so don't add number of
msaitoh
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-02-05
Remove very old IFF_NOTRAILERS flag.
msaitoh
2019-01-22
Change MII PHY read/write API from:
msaitoh
2018-12-09
use pci_intr_establish_xname() everywhere
jdolecek
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-06-26
PR/52333: Jia-Ju Bai: explicitly pass BUS_DMA_NOWAIT to bus_dmamap_load_mbuf()
christos
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-07-11
KNF. No functional change.
msaitoh
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-02-09
Introduce softint-based if_input
ozaki-r
2015-04-13
Convert sys/dev to use <sys/rndsource.h>.
riastradh
2014-08-10
Merge tls-earlyentropy branch into HEAD.
tls
2014-03-29
make pci_intr_string and eisa_intr_string take a buffer and a length
christos
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2013-03-30
remove trailing whitespace
christos
2012-07-22
Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes
matt
2012-06-02
Add some pre-processor magic to verify that the type of the data item
dsl
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2012-01-30
Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}
drochner
2011-04-28
- Properly count collisions
bouyer
2011-04-02
Fix misplaced parenthesis. From henning.petersen@t-online.de, thanks.
mbalmer
2011-01-26
Add a driver for the RDC Semiconductor RDC R6040 10/100 Ethernet controller,
bouyer