summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade/bna/bnad.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-191-3/+3
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-081-4/+8
* drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-10-311-0/+1
* net: add skb frag size accessorsEric Dumazet2011-10-191-3/+3
* bna: Add Callback to Fix RXQ StopRasesh Mody2011-09-291-1/+24
* bna: Brocade 1860 HW EnablementRasesh Mody2011-09-291-1/+8
* bna: Implement FW Download for New HWRasesh Mody2011-09-291-0/+1
* bna: PCI Probe Conf Lock FixRasesh Mody2011-09-211-0/+1
* bna: Eliminate Small Race Condition Window in RX PathRasesh Mody2011-09-171-2/+3
* bna: make function tables contstephen hemminger2011-09-161-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
* | bna: Ethtool Enhancements and FixRasesh Mody2011-09-151-4/+4
* | bna: Initialization and Locking FixRasesh Mody2011-09-151-2/+11
* | bna: Formatting and Code CleanupRasesh Mody2011-09-151-33/+13
* | bna: TX Path and RX Path ChangesRasesh Mody2011-09-151-94/+171
* | bna: Interrupt Polling and NAPI Init ChangesRasesh Mody2011-09-151-30/+53
* | bna: PCI Probe FixRasesh Mody2011-09-151-1/+7
* | bna: Naming Change and Minor Macro FixRasesh Mody2011-09-151-3/+3
|/
* bna: unlock on error path in pnad_pci_probe()Dan Carpenter2011-08-261-2/+2
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+0
* bna: ENET and Tx Rx Redesign EnablementRasesh Mody2011-08-111-255/+388
* bna: Move the Brocade driverJeff Kirsher2011-08-111-0/+3266
OpenPOWER on IntegriCloud