summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade
Commit message (Expand)AuthorAgeFilesLines
* 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-1121-821/+310Star
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-28/+8Star
* ethernet: Remove casts to same typeJoe Perches2012-06-061-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-231-3/+1Star
|\
| * bna: remove redundant NULL test before release_firmware()Jesper Juhl2012-04-301-3/+1Star
* | bna: Update driver version to 3.0.23.0Jing Huang2012-04-051-1/+1
* | bna: Function name changes and cleanupsJing Huang2012-04-053-32/+32
* | bna: Remove tx taskletJing Huang2012-04-052-71/+3Star
* | bna: tx rx cleanup fixJing Huang2012-04-052-80/+125
* | bna: ioc cleanupsJing Huang2012-04-051-10/+1Star
* | bna: Flash controller ioc pll init fixesJing Huang2012-04-052-46/+102
* | bna: Serialize smem access during adapter initializationJing Huang2012-04-051-8/+42
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-1/+1
|\
| * debugfs-related mode_t whack-a-moleAl Viro2012-03-211-1/+1
* | 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