aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade/bna/bnad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-11bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera1-30/+16
2015-06-11bna: fix timeout API argument typeIvan Vecera1-4/+4
2015-06-11bna: remove useless pointer assignmentIvan Vecera1-1/+0
2015-06-11bna: remove unused cbfn parameterIvan Vecera1-10/+8
2015-06-11bna: get rid of mac_tIvan Vecera1-5/+5
2015-06-11bna: use ether_addr_copy instead of memcpyIvan Vecera1-12/+10
2015-05-30bna: remove unreasonable iocpf timer startIvan Vecera1-4/+0
2015-02-21bna: QLogic BR-series Adapters Driver RebrandingRasesh Mody1-5/+6
2015-01-13net: 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-17bna: fix skb->truesize underestimationEric Dumazet1-1/+1
2014-10-07bna: allow transmit tagged framesIvan Vecera1-1/+1
2014-08-25bna: 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-30bna: fix performance regressionIvan Vecera1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-3/+3
2014-03-29bna: remove open-coded skb_cow_head.françois romieu1-6/+4
2014-03-24bnad: 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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+30
2014-02-28bna: fix vlan tag stripping and implement its togglingIvan Vecera1-10/+30
2014-02-18bna: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-14/+9
2014-01-16bnad: code cleanupstephen hemminger1-1/+1
2014-01-06bna: 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-17bnad: make local variable staticstephen hemminger1-1/+1
2013-12-09net: 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-20bna: 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-11bna: Rx Page Based AllocationRasesh Mody1-64/+254
2012-12-11bna: Tx and Rx OptimizationsRasesh Mody1-394/+294
2012-12-11bna: Code Cleanup and EnhancementsRasesh Mody1-15/+28
2012-12-03bna: remove __dev* attributesBill Pemberton1-3/+3
2012-09-27bna: Fix warning false positive.David S. Miller1-0/+1
2012-07-10drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings1-8/+4
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+1