summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/brocade/bna/bnad.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-16bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096Ivan Vecera1-13/+24
2015-09-21bna: check for dma mapping errorsIvan Vecera1-1/+28
2015-08-10bna: fix interrupts storm caused by erroneous packetsIvan Vecera1-1/+1
2015-06-21bna: remove superfluous parenthesesIvan Vecera1-6/+6
2015-06-21bna: make pointers to read-only inputs constIvan Vecera1-3/+3
2015-06-12bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera1-30/+16
2015-06-12bna: fix timeout API argument typeIvan Vecera1-4/+4
2015-06-12bna: remove useless pointer assignmentIvan Vecera1-1/+0
2015-06-12bna: remove unused cbfn parameterIvan Vecera1-10/+8
2015-06-12bna: get rid of mac_tIvan Vecera1-5/+5
2015-06-12bna: use ether_addr_copy instead of memcpyIvan Vecera1-12/+10
2015-05-31bna: remove unreasonable iocpf timer startIvan Vecera1-4/+0
2015-02-22bna: QLogic BR-series Adapters Driver RebrandingRasesh Mody1-5/+6
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-11-16bna: use netdev_rss_key_fill() helperEric Dumazet1-1/+1
2014-10-18bna: fix skb->truesize underestimationEric Dumazet1-1/+1
2014-10-07bna: allow transmit tagged framesIvan Vecera1-1/+1
2014-08-26bna: Support TSO and partial checksum with non-accelerated vlans.Vlad Yasevich1-3/+4
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-31bna: fix performance regressionIvan Vecera1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-3/+3
2014-03-30bna: remove open-coded skb_cow_head.françois romieu1-6/+4
2014-03-25bnad: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-8/+8
2014-03-12brocade: Convert uses of __constant_<foo> to <foo>Joe Perches1-10/+6
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+30
2014-03-01bna: fix vlan tag stripping and implement its togglingIvan Vecera1-10/+30
2014-02-19bna: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-14/+9
2014-01-17bnad: code cleanupstephen hemminger1-1/+1
2014-01-07bna: Fix build due to missing use of dma_unmap_len_set()David S. Miller1-2/+2
2013-12-18bna: Embed SKB Length in TX VectorRasesh Mody1-2/+4
2013-12-18bna: Handle the TX Setup FailuresRasesh Mody1-2/+10
2013-12-18bna: Add NULL Check Before Dereferencing TCBRasesh Mody1-5/+5
2013-12-18bna: CQ Read FixRasesh Mody1-1/+22
2013-12-18bna: RX Processing and Config ChangesRasesh Mody1-0/+5
2013-12-18bna: Enable Multi Buffer RXRasesh Mody1-83/+250
2013-12-18bna: RX Filter EnhancementsRasesh Mody1-53/+110
2013-12-18bna: Add software timestamping supportRasesh Mody1-0/+2
2013-12-18bnad: make local variable staticstephen hemminger1-1/+1
2013-12-10net: bna: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-9/+4
2013-10-18net: bna: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-17DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handlingRussell King1-9/+4
2013-05-21bna: Clear Driver Config Flags When HW ResetsRasesh Mody1-0/+3
2013-05-13bna: add missing iounmap() on error in bnad_init()Wei Yongjun1-2/+3
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-4/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+2
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-3/+2
2012-12-12bna: Rx Page Based AllocationRasesh Mody1-64/+254
2012-12-12bna: Tx and Rx OptimizationsRasesh Mody1-394/+294