aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade
AgeCommit message (Expand)Author
2017-05-08bna: ethtool: Avoid reading past end of bufferKees Cook
2017-05-08bna: Avoid reading past end of bufferKees Cook
2017-03-24bna: avoid writing uninitialized data into hw registersArnd Bergmann
2017-03-21bna: integer overflow bug in debugfsDan Carpenter
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-17bna: use designated initializersKees Cook
2016-11-30net: brocade: bna: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-09bna: Add synchronization for tx ring.Benjamin Poirier
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-17bna: fix crash in bnad_get_strings()Ivan Vecera
2016-09-17bna: add missing per queue ethtool statIvan Vecera
2016-08-08bna: remove global bnad_list_mutexIvan Vecera
2016-08-08bna: change type of bna_id to atomic_tIvan Vecera
2016-08-08bna: remove useless linked listIvan Vecera
2016-08-01net: bna: use correct type specifier (2)xypron.glpk@gmx.de
2016-08-01net: bna: use correct type specificationsxypron.glpk@gmx.de
2016-03-01bna: fix list corruptionIvan Vecera
2016-01-15bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096Ivan Vecera
2015-09-29bna: fix error handlingAndrzej Hajda
2015-09-20bna: check for dma mapping errorsIvan Vecera
2015-08-10bna: fix interrupts storm caused by erroneous packetsIvan Vecera
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker
2015-06-21bna: remove superfluous parenthesesIvan Vecera
2015-06-21bna: make pointers to read-only inputs constIvan Vecera
2015-06-21bna: remove unnecessary cast of BIT valueIvan Vecera
2015-06-11bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera
2015-06-11bna: fix timeout API argument typeIvan Vecera
2015-06-11bna: use list_for_each_entry where appropriateIvan Vecera
2015-06-11bna: get rid of private macros for manipulation with listsIvan Vecera
2015-06-11bna: remove useless pointer assignmentIvan Vecera
2015-06-11bna: use memdup_user to copy userspace buffersIvan Vecera
2015-06-11bna: correct comparisons/assignments to boolIvan Vecera
2015-06-11bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flagIvan Vecera
2015-06-11bna: remove paused from bna_rx_config and flags from bna_rxfIvan Vecera
2015-06-11bna: remove RXF_E_PAUSE and RXF_E_RESUME eventsIvan Vecera
2015-06-11bna: remove prio_change_cbfn oper_state_cbfn from struct bna_txIvan Vecera
2015-06-11bna: remove oper_state_cbfn from struct bna_rxfIvan Vecera
2015-06-11bna: remove pause_cbfn from struct bna_enetIvan Vecera
2015-06-11bna: remove unused cbfn parameterIvan Vecera
2015-06-11bna: use BIT(x) instead of (1 << x)Ivan Vecera
2015-06-11bna: get rid of duplicate and unused macrosIvan Vecera
2015-06-11bna: replace pragma(pack) with attribute __packedIvan Vecera
2015-06-11bna: get rid of mac_tIvan Vecera
2015-06-11bna: use ether_addr_copy instead of memcpyIvan Vecera
2015-06-10bna: remove obsolete use of EXTRA_CFLAGSJiri Slaby
2015-05-30bna: fix soft lock-up during firmware initialization failureIvan Vecera
2015-05-30bna: remove unreasonable iocpf timer startIvan Vecera