aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-27bna: Fix warning false positive.David S. Miller1-0/+1
2012-07-10drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings21-821/+310
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-28/+8
2012-06-06ethernet: Remove casts to same typeJoe Perches1-2/+2
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+1
2012-04-30bna: remove redundant NULL test before release_firmware()Jesper Juhl1-3/+1
2012-04-04bna: Update driver version to 3.0.23.0Jing Huang1-1/+1
2012-04-04bna: Function name changes and cleanupsJing Huang3-32/+32
2012-04-04bna: Remove tx taskletJing Huang2-71/+3
2012-04-04bna: tx rx cleanup fixJing Huang2-80/+125
2012-04-04bna: ioc cleanupsJing Huang1-10/+1
2012-04-04bna: Flash controller ioc pll init fixesJing Huang2-46/+102
2012-04-04bna: Serialize smem access during adapter initializationJing Huang1-8/+42
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-03-20debugfs-related mode_t whack-a-moleAl Viro1-1/+1
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches2-5/+5
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+4
2012-02-09bna: fix error handling of bnad_get_flash_partition_by_offset()Dan Carpenter1-6/+4
2012-02-01bna: Implement ethtool flash_device entry point.Krishna Gudipati2-0/+43
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-18/+3
2012-01-05bna: fix sparse warnings/errorsstephen hemminger4-7/+8
2012-01-05bna: make ethtool_ops and strings conststephen hemminger1-2/+2
2011-12-23bna: Add debugfs interface.Krishna Gudipati10-4/+827
2011-12-23bna: Added flash sub-module and ethtool eeprom entry points.Krishna Gudipati9-39/+771
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-3/+3
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-4/+8
2011-11-16bna: Convert MAC_ADDRLEN uses to ETH_ALENJoe Perches1-2/+1
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-5/+6
2011-10-31drivers/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-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-4/+0
2011-10-04bna: Multiple Definition and Interface Setup FixRasesh Mody3-3/+6
2011-09-29bna: Driver Version changed to 3.0.2.2Rasesh Mody1-1/+1
2011-09-29bna: Add Callback to Fix RXQ StopRasesh Mody4-1/+38
2011-09-29bna: PLL Init Fix and Add Stats AttributesRasesh Mody5-33/+33
2011-09-29bna: Brocade 1860 HW EnablementRasesh Mody5-2/+51
2011-09-29bna: Implement FW Download for New HWRasesh Mody5-10/+48
2011-09-29bna: Capability Map and MFG Block Changes for New HWRasesh Mody2-38/+18
2011-09-29bna: Brocade 1860 IOC PLL, Reg Defs and ASIC Mode ChangesRasesh Mody3-16/+394
2011-09-21bna: 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: Set Ring Param FixRasesh Mody1-2/+3
2011-09-17bna: Semaphore Lock FixRasesh Mody1-1/+1
2011-09-16bna: make function tables contstephen hemminger5-43/+36
2011-09-16Merge branch 'master' of ../netdev-next/David S. Miller1-2/+2
2011-09-15bna: Driver Version changed to 3.0.2.1Rasesh Mody1-1/+1
2011-09-15bna: SKB PCI UNMAP FixRasesh Mody1-27/+8
2011-09-15bna: TX Queue Depth FixRasesh Mody2-4/+8
2011-09-15bna: MBOX IRQ Flag Check after LockingRasesh Mody1-7/+11