aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade
AgeCommit message (Expand)Author
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
2014-07-20bna: remove unnecessary break after returnFabian Frederick
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-03-29bna: remove open-coded skb_cow_head.françois romieu
2014-03-24bnad: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-12brocade: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-03-10bna: Replace large udelay() with mdelay()Ben Hutchings
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-28bna: fix vlan tag stripping and implement its togglingIvan Vecera
2014-02-18bna: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2014-01-16bnad: code cleanupstephen hemminger
2014-01-06bna: Fix build due to missing use of dma_unmap_len_set()David S. Miller
2013-12-18bna: Update the Driver Version to 3.2.23.0Rasesh Mody
2013-12-18bna: Firmware Patch SimplificationRasesh Mody
2013-12-18bna: Embed SKB Length in TX VectorRasesh Mody