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_sip.c
Age
Commit message (
Expand
)
Author
2023-06-02
follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.
andvar
2022-09-24
Remove unnecessary include of <sys/malloc.h>.
thorpej
2022-09-11
Packets larger than 1518 bytes (1522 bytes if VLAN tag is included) are no lo...
ryo
2022-08-06
sip(4): Tidy up DMA syncs.
riastradh
2022-05-24
fix various typos in comment, documentation and log messages.
andvar
2022-02-16
fix various typos, mainly in comments.
andvar
2021-12-31
sys: Use if_init wrapper function.
riastradh
2021-10-21
fix various typos, mainly in comments, but also in man pages and log messages.
andvar
2020-03-16
Do the "have transmit resources available" check before checking that
thorpej
2020-03-15
Don't bother with IFF_OACTIVE.
thorpej
2020-03-13
Adjust the logic for enabling the 64-bit data path when a 64-bit slot
thorpej
2020-03-08
Support 64-bit DMA addressing on the DP83820, used only when a 64-bit
thorpej
2020-02-07
Use callout_setfunc() / callout_schedule().
thorpej
2020-02-04
Use ifmedia_fini().
thorpej
2020-01-30
Adopt <net/if_stats.h>.
thorpej
2019-09-13
if_flags is neither int nor short. It's unsigned short.
msaitoh
2019-07-09
Don't automatically set ec_capenable's ETHERCAP_VLAN_HWTAGGING bit in
msaitoh
2019-05-28
Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.
msaitoh
2019-05-23
No functional change:
msaitoh
2019-04-26
No functional change:
msaitoh
2019-04-26
Fix a bug that read value of MII_EXTSR register on TBI mode always fails.
msaitoh
2019-01-22
Change MII PHY read/write API from:
msaitoh
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2017-09-26
VLAN ID uses pkthdr instead of mtag now. Contributed by s-yamaguchi@IIJ.
knakahara
2017-05-10
Use pci_intr_establish_xname().
msaitoh
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
2016-12-08
Apply deferred if_start framework
ozaki-r
2016-07-14
- Use aprint*() more in xxx_attach().
msaitoh
2016-07-07
KNF. Remove extra spaces. 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
2013-03-30
remove trailing whitespace
christos
2012-09-23
match some more devices.
chs
2012-07-22
Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes
matt
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2011-12-12
Using BUS_DMA_NOCACHE for bus_dmamem_map() causes issues on (at least) sparc64.
jakllsch
2011-11-19
First step of random number subsystem rework described in
tls
2011-10-15
"return f();" where both f and the enclosing function return void is
dholland
2010-11-13
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
uebayasi
2010-04-05
Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf
joerg
2010-02-24
Use device_suspensor_t.
dyoung
2010-02-24
A pointer typedef entails trading too much flexibility to declare const
dyoung
2010-01-19
Redefine bpf linkage through an always present op vector, i.e.
pooka
2010-01-08
Expand PMF_FN_* macros.
dyoung
2009-11-26
Cleanup interrupt establish error messages. Do not mix
njoly
2009-09-16
In pmf(9), improve the implementation of device self-suspension
dyoung
2009-09-05
Invert logic around nested pmf(9) registrations for readability.
tsutsui
[next]