index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_bnx.c
Age
Commit message (
Expand
)
Author
2024-08-19
test malloc return against NULL not 0
Jonathan Gray
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2022-01-09
spelling
Jonathan Gray
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-06-22
use ifiq_input and use it's return value to apply backpressure to rxrs.
David Gwynne
2020-05-17
fix typo in a comment
Jonathan Gray
2019-12-06
enable the full use of jumbos and remove IFCAP_VLAN_MTU.
David Gwynne
2018-03-10
raise bnx(4)'s rxring lwm to 16, ok deraadt
Stuart Henderson
2017-01-24
add support for multiple transmit ifqueues per network interface.
David Gwynne
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-05-05
r1.10 of if_bnx.c effectively removed the limit on the number of segments in
Jonathan Matthew
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
2015-12-10
mark bnx_start as mpsafe.
David Gwynne
2015-12-05
Make the bnx interrupt handler mpsafe, and perform rx and tx completion
Jonathan Matthew
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-09-10
sizes for free(); ok sthen
Theo de Raadt
2015-09-04
The bnx_tx_pool gets used from interrupt context, so drop the explicit
Mark Kettenis
2015-07-24
if we free the mbuf in the rx path, clear the pointer to it so we dont
David Gwynne
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-03-10
Convert to if_input().
Martin Pieuchot
2015-01-27
remove the second void * argument on tasks.
David Gwynne
2014-12-22
unifdef INET
Ted Unangst
2014-07-18
implement EFBIG handling for heavily fragmented packets on the tx path.
David Gwynne
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-09
dont try to be smart about avoiding the use of too many descriptors
David Gwynne
2014-07-08
cut things that relied on mclgeti for rx ring accounting/restriction over
David Gwynne
2013-10-30
replace the workq bits to supply new tx pkt descriptors with a task.
David Gwynne
2013-10-23
Enable TX checksum offload.
Brad Smith
2013-03-28
Let mii_attach() know where the PHY is located instead of scanning
Brad Smith
2013-01-13
Enable flow control support with 5708S/5709S adapters.
Brad Smith
2012-12-10
Under some circumstances (currently only reproducible with IPsec)
Mike Belopuhov
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-07-05
Add flow control to bnx(4)
Peter Hessler
2012-05-14
fixup "couldn't establish interrupt" error printf; from brad, ok phessler
Mike Belopuhov
2011-06-22
kill a few more casts that aren't helpful. ok krw miod
Ted Unangst
2011-04-18
ido not disable interrupts in the isr and then enable them again
David Gwynne
2011-04-13
to quote from the gospel of bus_dma.9:
David Gwynne
2011-04-05
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
Henning Brauer
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2010-09-20
Stop doing shutdown hooks in network drivers where possible. We already
Theo de Raadt
2010-08-03
Correct use of logical and where binary and was intended.
Jonathan Gray
2010-05-24
Support fibre PHY on BCM5709S. From FreeBSD via Brad.
Stuart Henderson
2010-05-19
BUS_DMA_ZERO instead of alloc, map, bzero.
Owain Ainsworth
2009-11-23
bnx(4) is a bit special. The chip itself is capable of swapping endianess
Claudio Jeker
2009-11-09
Link state change interrupt was not generated due to a missing bit in
David Gwynne
[next]