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_txp.c
Age
Commit message (
Expand
)
Author
2020-03-10
On NetBSD it's spelled "__NO_STRICT_ALIGNMENT". Adjust txp_rx_reclaim()
thorpej
2020-03-10
- Add support for MBUFTRACE.
thorpej
2020-03-09
Add an assertion.
thorpej
2020-03-09
Now that we're allocating rx software state from a fixed pool, we
thorpej
2020-03-09
Allocate a static set of receive software state descriptors at attach
thorpej
2020-03-08
Give each Tx DMA map 16 DMA segments rather than the previous absurdly large
thorpej
2020-03-08
Upgrade to newer firmware needed by some txp(4) variants.
thorpej
2020-03-08
Follow the example of the MII code and don't register the half-duplex
thorpej
2020-03-08
- Use BUS_ADDR_{LO,HI}32(), and rather than forcing the descriptor
thorpej
2020-02-29
Use the 64-bit PCI DMA tag, if available.
thorpej
2020-01-30
Adopt <net/if_stats.h>.
thorpej
2019-12-06
localify
maxv
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2019-10-30
if_percpuq(9) automatically increments if_ipackets, so don't add number of
msaitoh
2019-07-09
Don't automatically set ec_capenable's ETHERCAP_VLAN_HWTAGGING bit in
msaitoh
2019-06-20
Fix panic on attach. This bug was added in rev. 1.56. I think it's not
msaitoh
2019-05-29
Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA 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-05-07
- Use bus_dmamem_unmap() correctly in txp_dma_free() to prevent panic.
msaitoh
2019-04-26
No functional change:
msaitoh
2019-04-11
Fix a bug that the duplex of manual media setting may be wrong
msaitoh
2018-12-09
use pci_intr_establish_xname() everywhere
jdolecek
2018-07-25
Initialize some members in a mbuf which is on stack.
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
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-14
- Use aprint*() instead of printf() in xxx_attach().
msaitoh
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-02-09
Introduce softint-based if_input
ozaki-r
2014-06-16
IFM_FDX and IFM_HDX use different bit, so set IFM_HDX bit if it's not full
msaitoh
2014-03-29
make pci_intr_string and eisa_intr_string take a buffer and a length
christos
2012-10-27
split device_t/softc for all remaining drivers.
chs
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-01-19
Redefine bpf linkage through an always present op vector, i.e.
pooka
2009-09-27
Replace shutdownhook_establish(9) with pmf_device_register1(9).
tsutsui
2009-04-18
Remove extra whitespace added by a stupid tool.
tsutsui
2009-03-18
bcopy -> memcpy
cegger
2009-03-18
bzero -> memset
cegger
2009-03-18
bcmp -> memcmp
cegger
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2009-02-16
fix media priorities:
cegger
2008-11-07
*** Summary ***
dyoung
2008-04-10
use aprint_*_dev and device_xname
cegger
2008-04-09
Use device_t and accessors. Use cfdata_t and __arraycount().
dyoung
2008-04-09
s/pcimatch/match/ to avoid conflict with a global name.
dyoung
[next]