summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade
Commit message (Expand)AuthorAgeFilesLines
* bna: Staticize local functionsJingoo Han2013-08-051-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-099-8/+37
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-1/+1
| |\
| * | bna: Driver and Firmware UpdatedRasesh Mody2013-05-202-3/+3
| * | bna: Enahncement to Identify Default IOC FunctionRasesh Mody2013-05-203-4/+8
| * | bna: Fix Ucast Failure HandlingRasesh Mody2013-05-203-1/+23
| * | bna: Clear Driver Config Flags When HW ResetsRasesh Mody2013-05-201-0/+3
* | | bna: switch to fixed_size_llseek()Al Viro2013-06-291-21/+1
| |/ |/|
* | lseek(fd, n, SEEK_END) does *not* go to eof - nAl Viro2013-06-161-1/+1
|/
* 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: fix declaration mismatchstephen hemminger2013-03-091-1/+1
* bna: Driver Version Updated to 3.1.2.1Rasesh Mody2012-12-111-1/+1
* bna: Firmware updateRasesh Mody2012-12-113-2/+4
* bna: Add RX StateRasesh Mody2012-12-111-1/+26
* bna: Rx Page Based AllocationRasesh Mody2012-12-112-64/+273
* bna: TX Intr Coalescing FixRasesh Mody2012-12-112-2/+3
* bna: Tx and Rx OptimizationsRasesh Mody2012-12-115-469/+380
* bna: Code Cleanup and EnhancementsRasesh Mody2012-12-112-17/+30
* bna: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* bna: remove useless calls to memset().Cyril Roelandt2012-12-021-4/+0
* 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-1021-821/+310
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-28/+8
* 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-221-3/+1
|\
| * bna: remove redundant NULL test before release_firmware()Jesper Juhl2012-04-301-3/+1
* | bna: Update driver version to 3.0.23.0Jing Huang2012-04-041-1/+1
* | bna: Function name changes and cleanupsJing Huang2012-04-043-32/+32
* | bna: Remove tx taskletJing Huang2012-04-042-71/+3
* | bna: tx rx cleanup fixJing Huang2012-04-042-80/+125
* | bna: ioc cleanupsJing Huang2012-04-041-10/+1
* | bna: Flash controller ioc pll init fixesJing Huang2012-04-042-46/+102
* | bna: Serialize smem access during adapter initializationJing Huang2012-04-041-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-201-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-101-6/+4
|\ \ | |/
| * bna: fix error handling of bnad_get_flash_partition_by_offset()Dan Carpenter2012-02-091-6/+4
* | bna: Implement ethtool flash_device entry point.Krishna Gudipati2012-02-012-0/+43
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-1/+0
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-18/+3
|/
* 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-191-3/+3
OpenPOWER on IntegriCloud