summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade/bna
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
* bna: use designated initializersKees Cook2016-12-171-4/+4
* net: brocade: bna: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-301-24/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-2/+2
|\
| * bna: Add synchronization for tx ring.Benjamin Poirier2016-11-091-2/+2
* | ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-3/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-28/+29
|\
| * bna: fix crash in bnad_get_strings()Ivan Vecera2016-09-171-27/+23
| * bna: add missing per queue ethtool statIvan Vecera2016-09-171-1/+6
* | bna: remove global bnad_list_mutexIvan Vecera2016-08-081-20/+0
* | bna: change type of bna_id to atomic_tIvan Vecera2016-08-081-2/+2
* | bna: remove useless linked listIvan Vecera2016-08-082-4/+0
|/
* net: bna: use correct type specifier (2)xypron.glpk@gmx.de2016-08-011-1/+2
* net: bna: use correct type specificationsxypron.glpk@gmx.de2016-08-011-1/+2
* bna: fix list corruptionIvan Vecera2016-03-011-1/+1
* bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096Ivan Vecera2016-01-151-13/+24
* bna: fix error handlingAndrzej Hajda2015-09-291-6/+7
* bna: check for dma mapping errorsIvan Vecera2015-09-205-1/+37
* bna: fix interrupts storm caused by erroneous packetsIvan Vecera2015-08-101-1/+1
* bna: remove superfluous parenthesesIvan Vecera2015-06-216-66/+66
* bna: make pointers to read-only inputs constIvan Vecera2015-06-214-21/+20
* bna: remove unnecessary cast of BIT valueIvan Vecera2015-06-212-4/+3
* bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera2015-06-114-55/+36
* bna: fix timeout API argument typeIvan Vecera2015-06-113-19/+13
* bna: use list_for_each_entry where appropriateIvan Vecera2015-06-114-149/+37
* bna: get rid of private macros for manipulation with listsIvan Vecera2015-06-117-308/+130
* bna: remove useless pointer assignmentIvan Vecera2015-06-111-1/+0
* bna: use memdup_user to copy userspace buffersIvan Vecera2015-06-111-19/+8
* bna: correct comparisons/assignments to boolIvan Vecera2015-06-111-4/+4
* bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flagIvan Vecera2015-06-112-19/+4
* bna: remove paused from bna_rx_config and flags from bna_rxfIvan Vecera2015-06-112-41/+1
* bna: remove RXF_E_PAUSE and RXF_E_RESUME eventsIvan Vecera2015-06-112-77/+0
* bna: remove prio_change_cbfn oper_state_cbfn from struct bna_txIvan Vecera2015-06-112-16/+0
* bna: remove oper_state_cbfn from struct bna_rxfIvan Vecera2015-06-113-25/+0
* bna: remove pause_cbfn from struct bna_enetIvan Vecera2015-06-112-18/+0
* bna: remove unused cbfn parameterIvan Vecera2015-06-115-59/+25
* bna: use BIT(x) instead of (1 << x)Ivan Vecera2015-06-116-83/+83
* bna: get rid of duplicate and unused macrosIvan Vecera2015-06-118-163/+9
* bna: replace pragma(pack) with attribute __packedIvan Vecera2015-06-116-127/+103
* bna: get rid of mac_tIvan Vecera2015-06-1112-32/+26
* bna: use ether_addr_copy instead of memcpyIvan Vecera2015-06-112-18/+16
* bna: remove obsolete use of EXTRA_CFLAGSJiri Slaby2015-06-101-2/+0
* bna: fix soft lock-up during firmware initialization failureIvan Vecera2015-05-301-2/+2
* bna: remove unreasonable iocpf timer startIvan Vecera2015-05-301-4/+0
* bna: fix firmware loading on big-endian machinesIvan Vecera2015-05-301-0/+7
* ethernet: codespell comment spelling fixesJoe Perches2015-03-085-6/+6
* bna: Update the Driver and Firmware VersionRasesh Mody2015-02-212-3/+3
* bna: QLogic BR-series Adapters Driver RebrandingRasesh Mody2015-02-2129-94/+122
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2