summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-132-5/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-111-6/+4Star
|\
| * bna: fix error handling of bnad_get_flash_partition_by_offset()Dan Carpenter2012-02-091-6/+4Star
* | bna: Implement ethtool flash_device entry point.Krishna Gudipati2012-02-022-0/+43
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-1/+0Star
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-18/+3Star
|/
* bna: fix sparse warnings/errorsstephen hemminger2012-01-054-7/+8
* bna: make ethtool_ops and strings conststephen hemminger2012-01-051-2/+2
* bna: Add debugfs interface.Krishna Gudipati2011-12-2310-4/+827
* bna: Added flash sub-module and ethtool eeprom entry points.Krishna Gudipati2011-12-239-39/+771
* 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
* bna: Convert MAC_ADDRLEN uses to ETH_ALENJoe Perches2011-11-171-2/+1Star
* sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones2011-11-081-5/+6
* 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
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-081-4/+0Star
* bna: Multiple Definition and Interface Setup FixRasesh Mody2011-10-053-3/+6
* bna: Driver Version changed to 3.0.2.2Rasesh Mody2011-09-301-1/+1
* bna: Add Callback to Fix RXQ StopRasesh Mody2011-09-304-1/+38
* bna: PLL Init Fix and Add Stats AttributesRasesh Mody2011-09-305-33/+33
* bna: Brocade 1860 HW EnablementRasesh Mody2011-09-305-2/+51
* bna: Implement FW Download for New HWRasesh Mody2011-09-305-10/+48
* bna: Capability Map and MFG Block Changes for New HWRasesh Mody2011-09-302-38/+18Star
* bna: Brocade 1860 IOC PLL, Reg Defs and ASIC Mode ChangesRasesh Mody2011-09-303-16/+394
* 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: Set Ring Param FixRasesh Mody2011-09-171-2/+3
* bna: Semaphore Lock FixRasesh Mody2011-09-171-1/+1
* bna: make function tables contstephen hemminger2011-09-175-43/+36Star
* 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: Driver Version changed to 3.0.2.1Rasesh Mody2011-09-151-1/+1
* | bna: SKB PCI UNMAP FixRasesh Mody2011-09-151-27/+8Star
* | bna: TX Queue Depth FixRasesh Mody2011-09-152-4/+8
* | bna: MBOX IRQ Flag Check after LockingRasesh Mody2011-09-151-7/+11
* | bna: Async Mode Tx Rx Init FixRasesh Mody2011-09-153-7/+27
* | bna: Ethtool Enhancements and FixRasesh Mody2011-09-153-19/+92
* | bna: Initialization and Locking FixRasesh Mody2011-09-152-2/+12
* | bna: Formatting and Code CleanupRasesh Mody2011-09-158-107/+24Star
* | bna: TX Path and RX Path ChangesRasesh Mody2011-09-152-95/+191
* | bna: Interrupt Polling and NAPI Init ChangesRasesh Mody2011-09-152-30/+54
* | bna: PCI Probe FixRasesh Mody2011-09-151-1/+7
* | bna: Naming Change and Minor Macro FixRasesh Mody2011-09-154-19/+21
|/
* drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher2011-08-271-0/+1
* bna: off by one in bfa_msgq_rspq_pi_update()Dan Carpenter2011-08-261-1/+1
* 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-181-1/+0Star
* bna: Driver Version changed to 3.0.2.0Rasesh Mody2011-08-111-1/+1
* bna: Remove Obsolete FilesRasesh Mody2011-08-115-9194/+0Star