aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-12brocade: Convert uses of __constant_<foo> to <foo>Joe Perches1-10/+6
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+30
2014-02-28bna: fix vlan tag stripping and implement its togglingIvan Vecera1-10/+30
2014-02-18bna: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-14/+9
2014-01-16bnad: code cleanupstephen hemminger2-27/+2
2014-01-06bna: Fix build due to missing use of dma_unmap_len_set()David S. Miller1-2/+2
2013-12-18bna: Update the Driver Version to 3.2.23.0Rasesh Mody1-1/+1
2013-12-18bna: Firmware Patch SimplificationRasesh Mody4-30/+626
2013-12-18bna: Embed SKB Length in TX VectorRasesh Mody2-2/+5
2013-12-18bna: Handle the TX Setup FailuresRasesh Mody1-2/+10
2013-12-18bna: Add NULL Check Before Dereferencing TCBRasesh Mody1-5/+5
2013-12-18bna: CQ Read FixRasesh Mody1-1/+22
2013-12-18bna: RX Processing and Config ChangesRasesh Mody2-3/+8
2013-12-18bna: Enable Multi Buffer RXRasesh Mody6-125/+343
2013-12-18bna: RX Filter EnhancementsRasesh Mody5-56/+266
2013-12-18bna: Fix Filter Add DelRasesh Mody4-65/+74
2013-12-18bna: Set Get IOC fw StateRasesh Mody3-12/+67
2013-12-18bna: Add software timestamping supportRasesh Mody2-0/+3
2013-12-17bnad: make local variable staticstephen hemminger2-2/+1
2013-12-09net: bna: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-9/+4
2013-10-18net: bna: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-24brocade: Remove extern from function prototypesJoe Perches1-22/+21
2013-09-17DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handlingRussell King1-9/+4
2013-08-27bna: firmware update to 3.2.1.1Rasesh Mody1-2/+2
2013-08-05bna: Staticize local functionsJingoo Han1-5/+5
2013-07-09Merge 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-19Merge 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-20bna: Driver and Firmware UpdatedRasesh Mody2-3/+3
2013-05-20bna: Enahncement to Identify Default IOC FunctionRasesh Mody3-4/+8
2013-05-20bna: Fix Ucast Failure HandlingRasesh Mody3-1/+23
2013-05-20bna: 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-09bna: fix declaration mismatchstephen hemminger1-1/+1
2012-12-11bna: Driver Version Updated to 3.1.2.1Rasesh Mody1-1/+1
2012-12-11bna: Firmware updateRasesh Mody3-2/+4
2012-12-11bna: Add RX StateRasesh Mody1-1/+26
2012-12-11bna: Rx Page Based AllocationRasesh Mody2-64/+273
2012-12-11bna: TX Intr Coalescing FixRasesh Mody2-2/+3
2012-12-11bna: Tx and Rx OptimizationsRasesh Mody5-469/+380
2012-12-11bna: Code Cleanup and EnhancementsRasesh Mody2-17/+30
2012-12-03bna: remove __dev* attributesBill Pemberton1-3/+3
2012-12-02bna: remove useless calls to memset().Cyril Roelandt1-4/+0
2012-09-27bna: Fix warning false positive.David S. Miller1-0/+1