aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-02bna: fix indentation issue on call to bfa_ioc_pf_failedColin Ian King1-1/+1
2019-01-23bna: Mark expected switch fall-throughsGustavo A. R. Silva1-6/+3
2018-09-21bna: Remove unnecessary self assignmentNathan Chancellor1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches2-6/+6
2017-10-18bna: Convert timers to use timer_setup()Kees Cook1-24/+19
2017-05-08bna: ethtool: Avoid reading past end of bufferKees Cook1-2/+2
2017-05-08bna: Avoid reading past end of bufferKees Cook1-1/+1
2017-03-24bna: avoid writing uninitialized data into hw registersArnd Bergmann1-3/+7
2017-03-21bna: integer overflow bug in debugfsDan Carpenter1-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2016-12-17bna: use designated initializersKees Cook1-4/+4
2016-11-30net: brocade: bna: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+30
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-11-09bna: Add synchronization for tx ring.Benjamin Poirier1-2/+2
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-3/+4
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-28/+29
2016-09-17bna: fix crash in bnad_get_strings()Ivan Vecera1-27/+23
2016-09-17bna: add missing per queue ethtool statIvan Vecera1-1/+6
2016-08-08bna: remove global bnad_list_mutexIvan Vecera1-20/+0
2016-08-08bna: change type of bna_id to atomic_tIvan Vecera1-2/+2
2016-08-08bna: remove useless linked listIvan Vecera2-4/+0
2016-08-01net: bna: use correct type specifier (2)xypron.glpk@gmx.de1-1/+2
2016-08-01net: bna: use correct type specificationsxypron.glpk@gmx.de1-1/+2
2016-03-01bna: fix list corruptionIvan Vecera1-1/+1
2016-01-15bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096Ivan Vecera1-13/+24
2015-09-29bna: fix error handlingAndrzej Hajda1-6/+7
2015-09-20bna: check for dma mapping errorsIvan Vecera5-1/+37
2015-08-10bna: fix interrupts storm caused by erroneous packetsIvan Vecera1-1/+1
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-06-21bna: remove superfluous parenthesesIvan Vecera6-66/+66
2015-06-21bna: make pointers to read-only inputs constIvan Vecera4-21/+20
2015-06-21bna: remove unnecessary cast of BIT valueIvan Vecera2-4/+3
2015-06-11bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera4-55/+36
2015-06-11bna: fix timeout API argument typeIvan Vecera3-19/+13
2015-06-11bna: use list_for_each_entry where appropriateIvan Vecera4-149/+37
2015-06-11bna: get rid of private macros for manipulation with listsIvan Vecera7-308/+130
2015-06-11bna: remove useless pointer assignmentIvan Vecera1-1/+0
2015-06-11bna: use memdup_user to copy userspace buffersIvan Vecera1-19/+8
2015-06-11bna: correct comparisons/assignments to boolIvan Vecera1-4/+4
2015-06-11bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flagIvan Vecera2-19/+4
2015-06-11bna: remove paused from bna_rx_config and flags from bna_rxfIvan Vecera2-41/+1
2015-06-11bna: remove RXF_E_PAUSE and RXF_E_RESUME eventsIvan Vecera2-77/+0
2015-06-11bna: remove prio_change_cbfn oper_state_cbfn from struct bna_txIvan Vecera2-16/+0
2015-06-11bna: remove oper_state_cbfn from struct bna_rxfIvan Vecera3-25/+0
2015-06-11bna: remove pause_cbfn from struct bna_enetIvan Vecera2-18/+0
2015-06-11bna: remove unused cbfn parameterIvan Vecera5-59/+25
2015-06-11bna: use BIT(x) instead of (1 << x)Ivan Vecera6-83/+83
2015-06-11bna: get rid of duplicate and unused macrosIvan Vecera8-163/+9