summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade/bna/bnad.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bnad: code cleanupstephen hemminger2014-01-171-1/+1
* bna: Fix build due to missing use of dma_unmap_len_set()David S. Miller2014-01-071-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-101-1/+0
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-131-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-121-64/+254
* bna: Tx and Rx OptimizationsRasesh Mody2012-12-121-394/+294
* bna: Code Cleanup and EnhancementsRasesh Mody2012-12-121-15/+28
* bna: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* bna: Fix warning false positive.David S. Miller2012-09-281-0/+1
* drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings2012-07-111-8/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-231-3/+1
|\
| * bna: remove redundant NULL test before release_firmware()Jesper Juhl2012-04-301-3/+1
* | bna: Function name changes and cleanupsJing Huang2012-04-051-27/+27
* | bna: Remove tx taskletJing Huang2012-04-051-70/+3
* | bna: tx rx cleanup fixJing Huang2012-04-051-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
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-201-3/+3
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-091-4/+8
* drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-11-011-0/+1
* net: add skb frag size accessorsEric Dumazet2011-10-191-3/+3
* bna: Add Callback to Fix RXQ StopRasesh Mody2011-09-301-1/+24
* bna: Brocade 1860 HW EnablementRasesh Mody2011-09-301-1/+8
* bna: Implement FW Download for New HWRasesh Mody2011-09-301-0/+1
* bna: PCI Probe Conf Lock FixRasesh Mody2011-09-221-0/+1
* bna: Eliminate Small Race Condition Window in RX PathRasesh Mody2011-09-171-2/+3
* bna: make function tables contstephen hemminger2011-09-171-17/+16
* Merge branch 'master' of ../netdev-next/David S. Miller2011-09-161-2/+2
|\
| * bna: convert to SKB paged frag API.Ian Campbell2011-08-301-2/+2
* | bna: SKB PCI UNMAP FixRasesh Mody2011-09-151-27/+8
* | bna: MBOX IRQ Flag Check after LockingRasesh Mody2011-09-151-7/+11