summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/brocade/bna/bnad.c
AgeCommit message (Expand)Author
2015-09-20bna: check for dma mapping errorsIvan Vecera
2015-08-10bna: fix interrupts storm caused by erroneous packetsIvan Vecera
2015-06-21bna: remove superfluous parenthesesIvan Vecera
2015-06-21bna: make pointers to read-only inputs constIvan 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: remove useless pointer assignmentIvan Vecera
2015-06-11bna: remove unused cbfn parameterIvan Vecera
2015-06-11bna: get rid of mac_tIvan Vecera
2015-06-11bna: use ether_addr_copy instead of memcpyIvan Vecera
2015-05-30bna: remove unreasonable iocpf timer startIvan Vecera
2015-02-21bna: QLogic BR-series Adapters Driver RebrandingRasesh Mody
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-11-16bna: use netdev_rss_key_fill() helperEric Dumazet
2014-10-17bna: fix skb->truesize underestimationEric Dumazet
2014-10-07bna: allow transmit tagged framesIvan Vecera
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-07-30bna: fix performance regressionIvan Vecera
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-12brocade: Convert uses of __constant_<foo> to <foo>Joe Perches
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: Embed SKB Length in TX VectorRasesh Mody
2013-12-18bna: Handle the TX Setup FailuresRasesh Mody
2013-12-18bna: Add NULL Check Before Dereferencing TCBRasesh Mody
2013-12-18bna: CQ Read FixRasesh Mody
2013-12-18bna: RX Processing and Config ChangesRasesh Mody
2013-12-18bna: Enable Multi Buffer RXRasesh Mody
2013-12-18bna: RX Filter EnhancementsRasesh Mody
2013-12-18bna: Add software timestamping supportRasesh Mody
2013-12-17bnad: make local variable staticstephen hemminger
2013-12-09net: bna: remove unnecessary pci_set_drvdata()Jingoo Han
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-10-18net: bna: remove unnecessary pci_set_drvdata()Jingoo Han
2013-09-17DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handlingRussell King
2013-05-20bna: Clear Driver Config Flags When HW ResetsRasesh Mody
2013-05-13bna: add missing iounmap() on error in bnad_init()Wei Yongjun
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2012-12-11bna: Rx Page Based AllocationRasesh Mody
2012-12-11bna: Tx and Rx OptimizationsRasesh Mody
2012-12-11bna: Code Cleanup and EnhancementsRasesh Mody