summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/brocade/bna/bnad.c
Commit message (Expand)AuthorAgeFilesLines
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* bna: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-1/+1
* bna: fix skb->truesize underestimationEric Dumazet2014-10-171-1/+1
* bna: allow transmit tagged framesIvan Vecera2014-10-071-1/+1
* bna: Support TSO and partial checksum with non-accelerated vlans.Vlad Yasevich2014-08-251-3/+4
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* bna: fix performance regressionIvan Vecera2014-07-301-1/+1
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-3/+3
* bna: remove open-coded skb_cow_head.françois romieu2014-03-291-6/+4
* bnad: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-8/+8
* brocade: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-10/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-10/+30
|\
| * bna: fix vlan tag stripping and implement its togglingIvan Vecera2014-02-281-10/+30
* | bna: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-14/+9
|/
* bnad: code cleanupstephen hemminger2014-01-161-1/+1
* bna: Fix build due to missing use of dma_unmap_len_set()David S. Miller2014-01-061-2/+2
* bna: Embed SKB Length in TX VectorRasesh Mody2013-12-181-2/+4
* bna: Handle the TX Setup FailuresRasesh Mody2013-12-181-2/+10
* bna: Add NULL Check Before Dereferencing TCBRasesh Mody2013-12-181-5/+5
* bna: CQ Read FixRasesh Mody2013-12-181-1/+22
* bna: RX Processing and Config ChangesRasesh Mody2013-12-181-0/+5
* bna: Enable Multi Buffer RXRasesh Mody2013-12-181-83/+250
* bna: RX Filter EnhancementsRasesh Mody2013-12-181-53/+110
* bna: Add software timestamping supportRasesh Mody2013-12-181-0/+2
* bnad: make local variable staticstephen hemminger2013-12-171-1/+1
* net: bna: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-091-1/+0
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-9/+4
|\
| * DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handlingRussell King2013-09-171-9/+4
* | net: bna: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-1/+0
|/
* bna: Clear Driver Config Flags When HW ResetsRasesh Mody2013-05-201-0/+3
* bna: add missing iounmap() on error in bnad_init()Wei Yongjun2013-05-131-2/+3
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-4/+2
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-2/+2
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-3/+2
* bna: Rx Page Based AllocationRasesh Mody2012-12-111-64/+254
* bna: Tx and Rx OptimizationsRasesh Mody2012-12-111-394/+294
* bna: Code Cleanup and EnhancementsRasesh Mody2012-12-111-15/+28
* bna: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* bna: Fix warning false positive.David S. Miller2012-09-271-0/+1
* drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings2012-07-101-8/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-3/+1
|\
| * bna: remove redundant NULL test before release_firmware()Jesper Juhl2012-04-301-3/+1
* | bna: Function name changes and cleanupsJing Huang2012-04-041-27/+27
* | bna: Remove tx taskletJing Huang2012-04-041-70/+3
* | bna: tx rx cleanup fixJing Huang2012-04-041-80/+121
|/
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-1/+0
* bna: fix sparse warnings/errorsstephen hemminger2012-01-051-3/+3
* bna: Add debugfs interface.Krishna Gudipati2011-12-231-0/+15
* bna: Added flash sub-module and ethtool eeprom entry points.Krishna Gudipati2011-12-231-2/+35