summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/brocade
AgeCommit message (Expand)Author
2020-05-10bna: add missing per queue ethtool statIvan Vecera
2018-11-21bna: ethtool: Avoid reading past end of bufferKees Cook
2018-04-13bna: Avoid reading past end of bufferKees Cook
2017-12-25bna: avoid writing uninitialized data into hw registersArnd Bergmann
2017-12-25bna: integer overflow bug in debugfsDan Carpenter
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
2015-05-30bna: fix firmware loading on big-endian machinesIvan Vecera
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2015-02-21bna: Update the Driver and Firmware VersionRasesh Mody
2015-02-21bna: QLogic BR-series Adapters Driver RebrandingRasesh Mody
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-12-26net: incorrect use of init_completion fixupNicholas Mc Guire
2014-11-16bna: use netdev_rss_key_fill() helperEric Dumazet
2014-10-17bna: fix skb->truesize underestimationEric Dumazet
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-07bna: allow transmit tagged framesIvan Vecera
2014-09-15bna: use container_of to resolve bufdesc_ex from bufdescFabian Frederick
2014-08-25bna: Support TSO and partial checksum with non-accelerated vlans.Vlad Yasevich
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-30bna: fix performance regressionIvan Vecera
2014-07-30bna: fill the magic in bnad_get_eeprom() instead of validatingIvan Vecera