index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
brocade
/
bna
/
bna_tx_rx.c
Age
Commit message (
Expand
)
Author
2022-11-21
bna: Avoid clashing function prototypes
Gustavo A. R. Silva
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292
Thomas Gleixner
2016-03-01
bna: fix list corruption
Ivan Vecera
2015-09-20
bna: check for dma mapping errors
Ivan Vecera
2015-06-21
bna: remove superfluous parentheses
Ivan Vecera
2015-06-21
bna: make pointers to read-only inputs const
Ivan Vecera
2015-06-11
bna: use list_for_each_entry where appropriate
Ivan Vecera
2015-06-11
bna: get rid of private macros for manipulation with lists
Ivan Vecera
2015-06-11
bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flag
Ivan Vecera
2015-06-11
bna: remove paused from bna_rx_config and flags from bna_rxf
Ivan Vecera
2015-06-11
bna: remove RXF_E_PAUSE and RXF_E_RESUME events
Ivan Vecera
2015-06-11
bna: remove prio_change_cbfn oper_state_cbfn from struct bna_tx
Ivan Vecera
2015-06-11
bna: remove oper_state_cbfn from struct bna_rxf
Ivan Vecera
2015-06-11
bna: remove unused cbfn parameter
Ivan Vecera
2015-06-11
bna: use BIT(x) instead of (1 << x)
Ivan Vecera
2015-06-11
bna: get rid of duplicate and unused macros
Ivan Vecera
2015-06-11
bna: get rid of mac_t
Ivan Vecera
2015-06-11
bna: use ether_addr_copy instead of memcpy
Ivan Vecera
2015-02-21
bna: QLogic BR-series Adapters Driver Rebranding
Rasesh Mody
2014-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-10-07
bna: allow transmit tagged frames
Ivan Vecera
2014-09-15
bna: use container_of to resolve bufdesc_ex from bufdesc
Fabian Frederick
2013-12-18
bna: Enable Multi Buffer RX
Rasesh Mody
2013-12-18
bna: RX Filter Enhancements
Rasesh Mody
2013-12-18
bna: Fix Filter Add Del
Rasesh Mody
2013-08-05
bna: Staticize local functions
Jingoo Han
2013-05-20
bna: Fix Ucast Failure Handling
Rasesh Mody
2012-12-11
bna: Add RX State
Rasesh Mody
2012-12-11
bna: TX Intr Coalescing Fix
Rasesh Mody
2012-12-11
bna: Tx and Rx Optimizations
Rasesh Mody
2012-07-10
drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers
Ben Hutchings
2011-09-29
bna: Add Callback to Fix RXQ Stop
Rasesh Mody
2011-09-16
bna: make function tables cont
stephen hemminger
2011-08-11
bna: Tx and Rx Redesign
Rasesh Mody