summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/brocade
AgeCommit message (Expand)AuthorFilesLines
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-8/+37
2013-06-29bna: switch to fixed_size_llseek()Al Viro1-21/+1
2013-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-06-16lseek(fd, n, SEEK_END) does *not* go to eof - nAl Viro1-1/+1
2013-05-21bna: Driver and Firmware UpdatedRasesh Mody2-3/+3
2013-05-21bna: Enahncement to Identify Default IOC FunctionRasesh Mody3-4/+8
2013-05-21bna: Fix Ucast Failure HandlingRasesh Mody3-1/+23
2013-05-21bna: Clear Driver Config Flags When HW ResetsRasesh Mody1-0/+3
2013-05-13bna: add missing iounmap() on error in bnad_init()Wei Yongjun1-2/+3
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-4/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+2
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-3/+2
2013-03-10bna: fix declaration mismatchstephen hemminger1-1/+1
2012-12-12bna: Driver Version Updated to 3.1.2.1Rasesh Mody1-1/+1
2012-12-12bna: Firmware updateRasesh Mody3-2/+4
2012-12-12bna: Add RX StateRasesh Mody1-1/+26
2012-12-12bna: Rx Page Based AllocationRasesh Mody2-64/+273
2012-12-12bna: TX Intr Coalescing FixRasesh Mody2-2/+3
2012-12-12bna: Tx and Rx OptimizationsRasesh Mody5-469/+380
2012-12-12bna: Code Cleanup and EnhancementsRasesh Mody2-17/+30
2012-12-03bna: remove __dev* attributesBill Pemberton1-3/+3
2012-12-03bna: remove useless calls to memset().Cyril Roelandt1-4/+0
2012-09-28bna: Fix warning false positive.David S. Miller1-0/+1
2012-07-11drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings21-821/+310
2012-07-11drivers/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-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+1
2012-04-30bna: remove redundant NULL test before release_firmware()Jesper Juhl1-3/+1
2012-04-05bna: Update driver version to 3.0.23.0Jing Huang1-1/+1
2012-04-05bna: Function name changes and cleanupsJing Huang3-32/+32
2012-04-05bna: Remove tx taskletJing Huang2-71/+3
2012-04-05bna: tx rx cleanup fixJing Huang2-80/+125
2012-04-05bna: ioc cleanupsJing Huang1-10/+1
2012-04-05bna: Flash controller ioc pll init fixesJing Huang2-46/+102
2012-04-05bna: Serialize smem access during adapter initializationJing Huang1-8/+42
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2012-03-21debugfs-related mode_t whack-a-moleAl Viro1-1/+1
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches2-5/+5
2012-02-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+4
2012-02-10bna: fix error handling of bnad_get_flash_partition_by_offset()Dan Carpenter1-6/+4
2012-02-02bna: Implement ethtool flash_device entry point.Krishna Gudipati2-0/+43
2012-02-01drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2012-02-01drivers/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-24bna: Add debugfs interface.Krishna Gudipati10-4/+827
2011-12-24bna: Added flash sub-module and ethtool eeprom entry points.Krishna Gudipati9-39/+771
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell1-3/+3
2011-12-09net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-4/+8