summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/brocade/bna (follow)
Commit message (Expand)AuthorAge
* bna: add missing per queue ethtool statIvan Vecera2020-05-10
* bna: ethtool: Avoid reading past end of bufferKees Cook2018-11-21
* bna: Avoid reading past end of bufferKees Cook2018-04-13
* bna: avoid writing uninitialized data into hw registersArnd Bergmann2017-12-25
* bna: integer overflow bug in debugfsDan Carpenter2017-12-25
* bna: fix error handlingAndrzej Hajda2015-09-29
* bna: check for dma mapping errorsIvan Vecera2015-09-20
* bna: fix interrupts storm caused by erroneous packetsIvan Vecera2015-08-10
* bna: remove superfluous parenthesesIvan Vecera2015-06-21
* bna: make pointers to read-only inputs constIvan Vecera2015-06-21
* bna: remove unnecessary cast of BIT valueIvan Vecera2015-06-21
* bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera2015-06-11
* bna: fix timeout API argument typeIvan Vecera2015-06-11
* bna: use list_for_each_entry where appropriateIvan Vecera2015-06-11
* bna: get rid of private macros for manipulation with listsIvan Vecera2015-06-11
* bna: remove useless pointer assignmentIvan Vecera2015-06-11
* bna: use memdup_user to copy userspace buffersIvan Vecera2015-06-11
* bna: correct comparisons/assignments to boolIvan Vecera2015-06-11
* bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flagIvan Vecera2015-06-11
* bna: remove paused from bna_rx_config and flags from bna_rxfIvan Vecera2015-06-11
* bna: remove RXF_E_PAUSE and RXF_E_RESUME eventsIvan Vecera2015-06-11
* bna: remove prio_change_cbfn oper_state_cbfn from struct bna_txIvan Vecera2015-06-11
* bna: remove oper_state_cbfn from struct bna_rxfIvan Vecera2015-06-11
* bna: remove pause_cbfn from struct bna_enetIvan Vecera2015-06-11
* bna: remove unused cbfn parameterIvan Vecera2015-06-11
* bna: use BIT(x) instead of (1 << x)Ivan Vecera2015-06-11
* bna: get rid of duplicate and unused macrosIvan Vecera2015-06-11
* bna: replace pragma(pack) with attribute __packedIvan Vecera2015-06-11
* bna: get rid of mac_tIvan Vecera2015-06-11
* bna: use ether_addr_copy instead of memcpyIvan Vecera2015-06-11
* bna: remove obsolete use of EXTRA_CFLAGSJiri Slaby2015-06-10
* bna: fix soft lock-up during firmware initialization failureIvan Vecera2015-05-30
* bna: remove unreasonable iocpf timer startIvan Vecera2015-05-30
* bna: fix firmware loading on big-endian machinesIvan Vecera2015-05-30
* ethernet: codespell comment spelling fixesJoe Perches2015-03-08
* bna: Update the Driver and Firmware VersionRasesh Mody2015-02-21
* bna: QLogic BR-series Adapters Driver RebrandingRasesh Mody2015-02-21
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-13
* net: incorrect use of init_completion fixupNicholas Mc Guire2014-12-26
* bna: use netdev_rss_key_fill() helperEric Dumazet2014-11-16
* bna: fix skb->truesize underestimationEric Dumazet2014-10-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-08
|\
| * bna: allow transmit tagged framesIvan Vecera2014-10-07
* | bna: use container_of to resolve bufdesc_ex from bufdescFabian Frederick2014-09-15
|/
* bna: Support TSO and partial checksum with non-accelerated vlans.Vlad Yasevich2014-08-25
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-05
|\
| * bna: fix performance regressionIvan Vecera2014-07-30
| * bna: fill the magic in bnad_get_eeprom() instead of validatingIvan Vecera2014-07-30
* | bna: remove unnecessary break after returnFabian Frederick2014-07-20
|/