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_bnx.c
Age
Commit message (
Expand
)
Author
2022-08-04
s/bufferred/buffered/ in memory description.L:
andvar
2021-12-05
s/exisit/exist/ in comment.
msaitoh
2021-08-13
s/struture/structure/ s/structre/structure/
andvar
2021-02-14
if_bnx.c: fix misleading indentation
jakllsch
2021-02-13
Curb aprint_*() abuse in bnx(4)
jakllsch
2021-02-13
Revert bnx(4) to INTx interrupts.
jakllsch
2020-07-17
if bnx_tx_encap() fails because mbuf is too fragmented or too long,
jdolecek
2020-07-17
make sure bnx_alloc_pkts() always clears BNX_ALLOC_PKTS_FLAG and IFF_OACTIVE,
jdolecek
2020-07-17
remove mistakely committed in-progress code from previous commit
jdolecek
2020-07-17
re-enable MSI/MSI-X, the TX timeouts were caused by the IFF_OACTIVE handling,
jdolecek
2020-07-16
need to clear IFF_OACTIVE after allocating more pkts in order to actually
jdolecek
2020-07-16
disable MSI/MSI-X for time being, it causes interrupt timeouts and needs
jdolecek
2020-07-14
make bnx_wk (used to trigger bnx_alloc_pkts()) part of softc instead
jdolecek
2020-07-14
remove call to bnx_alloc_pkts() from bnx_init_tx_chain() - it can
jdolecek
2020-07-14
only destroy the TX pkgs and dmamaps in bnx_dma_free() called on detach, don't
jdolecek
2020-07-12
enable MSI/MSI-X if supported by adapter
jdolecek
2020-05-18
Fix typo in comment.
msaitoh
2020-02-28
Replace bnx_ifmedia_upd() in bnx_init() with mii_ifmedia_change() for future
msaitoh
2020-02-28
Replace bnx_ifmedia_upd() in bnx_mgmt_init() with mii_ifmedia_change() for
msaitoh
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-12-27
s/recive/receive/ in comment.
msaitoh
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2019-07-26
Calculate the multicast hash table correctly to avoid undefined behavior.
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
Whitespace fix (mainly tabify).
msaitoh
2019-05-23
No functional change:
msaitoh
2019-04-24
This driver uses MII(4) and have hook SIOCGIFMEDIA which just pass to
msaitoh
2019-04-11
Fix a bug that the duplex of manual media setting may be wrong
msaitoh
2019-04-08
Make it compilable with BNX_DEBUG.
msaitoh
2019-04-05
BCM5709 is PCIe based. To wait for pending PCI transactions to complete,
msaitoh
2019-04-05
- Allow time for the management firmware to enter the running state.
msaitoh
2019-04-05
Fix a bug that BNX_MISC_ENABLE_SET_BITS is not correctly set on BCM5709.
msaitoh
2019-04-04
0 -> NULL.
msaitoh
2019-04-01
s/adddress/address/
msaitoh
2019-03-29
- Use m_defrag() when bus_dmamap_load_mbuf() returned with EFBIG.
msaitoh
2019-03-29
Sync with OpenBSD:
msaitoh
2019-03-28
- Remove extra cast (from OpenBSD rev. 1.95)
msaitoh
2019-03-27
- Remove extra check (because the same check is done in
msaitoh
2019-03-27
Apply OpenBSD rev. 1.94:
msaitoh
2019-03-27
Sync with other *BSDs:
msaitoh
2019-01-22
Change MII PHY read/write API from:
msaitoh
2019-01-08
Fix a bug that bnx_miibus_read_reg() returns wrong value when
msaitoh
2019-01-08
KNF. No functional change.
msaitoh
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-05-08
- Fix a bug that bnx(4) panics on shutdown. Stop callout before restroy.
msaitoh
2018-02-08
Typos.
dholland
2017-09-26
VLAN ID uses pkthdr instead of mtag now. Contributed by s-yamaguchi@IIJ.
knakahara
[next]