summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/brocade/bna/bnad.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-12bna: Code Cleanup and EnhancementsRasesh Mody1-15/+28
2012-12-03bna: remove __dev* attributesBill Pemberton1-3/+3
2012-09-28bna: Fix warning false positive.David S. Miller1-0/+1
2012-07-11drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings1-8/+4
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+1
2012-04-30bna: remove redundant NULL test before release_firmware()Jesper Juhl1-3/+1
2012-04-05bna: Function name changes and cleanupsJing Huang1-27/+27
2012-04-05bna: Remove tx taskletJing Huang1-70/+3
2012-04-05bna: tx rx cleanup fixJing Huang1-80/+121
2012-02-01drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2012-01-05bna: fix sparse warnings/errorsstephen hemminger1-3/+3
2011-12-24bna: Add debugfs interface.Krishna Gudipati1-0/+15
2011-12-24bna: Added flash sub-module and ethtool eeprom entry points.Krishna Gudipati1-2/+35
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell1-3/+3
2011-12-09net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-4/+8
2011-11-01drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-10-19net: add skb frag size accessorsEric Dumazet1-3/+3
2011-09-30bna: Add Callback to Fix RXQ StopRasesh Mody1-1/+24
2011-09-30bna: Brocade 1860 HW EnablementRasesh Mody1-1/+8
2011-09-30bna: Implement FW Download for New HWRasesh Mody1-0/+1
2011-09-22bna: PCI Probe Conf Lock FixRasesh Mody1-0/+1
2011-09-17bna: Eliminate Small Race Condition Window in RX PathRasesh Mody1-2/+3
2011-09-17bna: make function tables contstephen hemminger1-17/+16
2011-09-16Merge branch 'master' of ../netdev-next/David S. Miller1-2/+2
2011-09-15bna: SKB PCI UNMAP FixRasesh Mody1-27/+8
2011-09-15bna: MBOX IRQ Flag Check after LockingRasesh Mody1-7/+11
2011-09-15bna: Ethtool Enhancements and FixRasesh Mody1-4/+4
2011-09-15bna: Initialization and Locking FixRasesh Mody1-2/+11
2011-09-15bna: Formatting and Code CleanupRasesh Mody1-33/+13
2011-09-15bna: TX Path and RX Path ChangesRasesh Mody1-94/+171
2011-09-15bna: Interrupt Polling and NAPI Init ChangesRasesh Mody1-30/+53
2011-09-15bna: PCI Probe FixRasesh Mody1-1/+7
2011-09-15bna: Naming Change and Minor Macro FixRasesh Mody1-3/+3
2011-08-31bna: convert to SKB paged frag API.Ian Campbell1-2/+2
2011-08-26bna: unlock on error path in pnad_pci_probe()Dan Carpenter1-2/+2
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+0
2011-08-11bna: ENET and Tx Rx Redesign EnablementRasesh Mody1-255/+388
2011-08-11bna: Move the Brocade driverJeff Kirsher1-0/+3266