aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-15net: bcmgenet: add support for Hardware Filter BlockPetri Gynther2-0/+176
2015-03-13net: bcmgenet: add support for xmit_moreFlorian Fainelli1-3/+4
2015-03-13net: bcmgenet: update ring producer index and buffer count in xmitFlorian Fainelli1-13/+5
2015-03-13net: bcmgenet: rewrite bcmgenet_rx_refill()Petri Gynther1-56/+43
2015-03-11net: bcmgenet: collect Rx discarded packet countPetri Gynther2-0/+19
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-13/+11
2015-03-09net: bcmgenet: core changes for supporting multiple Rx queuesPetri Gynther2-53/+119
2015-03-08bgmac: Clean warning messagesPeter Senna Tschudin1-7/+0
2015-03-08ethernet: codespell comment spelling fixesJoe Perches5-11/+11
2015-03-07net: bcmgenet: rework Rx queue initPetri Gynther1-16/+27
2015-03-06net: bcmgenet: add GENET_Q16_RX_BD_CNT and hw_params->rx_bds_per_qPetri Gynther2-2/+9
2015-03-06net: bcmgenet: adjust the call to alloc_etherdev_mqs()Petri Gynther1-2/+3
2015-03-06net: bcmgenet: set hw_params->rx_queues = 0Petri Gynther1-3/+3
2015-03-06tg3: use napi_complete_done()Eric Dumazet1-2/+2
2015-03-05net: bcmgenet: properly disable password matchingFlorian Fainelli1-2/+4
2015-03-05bnx2x: Force fundamental reset for EEH recoveryBrian King1-0/+3
2015-03-04net: bcmgenet: simplify __bcmgenet_tx_reclaim()Petri Gynther2-24/+22
2015-03-04bcm63xx_enet: fix poll callback.Nicolas Schichan1-4/+4
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-33/+100
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches3-5/+5
2015-03-01bnx2: disable toggling of rxvlan if necessaryIvan Vecera1-12/+3
2015-03-01net: systemport: fix software maintained statisticsFlorian Fainelli2-3/+6
2015-03-01net: bcmgenet: fix software maintained statisticsFlorian Fainelli1-3/+6
2015-02-28net: bcmgenet: fix throughtput regressionJaedon Shin2-27/+88
2015-02-24net: bcmgenet: rename bcmgenet_hw_params->bds_cnt and GENET_DEFAULT_BD_CNTPetri Gynther2-15/+16
2015-02-24net: bcmgenet: precalculate TxCB->bd_addrPetri Gynther1-1/+8
2015-02-24net: bcmgenet: rework Tx queue initPetri Gynther1-46/+35
2015-02-24net: bcmgenet: bcmgenet_init_tx_ring() cleanupPetri Gynther1-14/+8
2015-02-20bnx2-cnic: Driver Version UpdateRasesh Mody2-4/+4
2015-02-20bnx2: Fix for Chip InitializationRasesh Mody1-2/+0
2015-02-20bnx2-cnic: Driver Rebranding ChangesRasesh Mody6-17/+17
2015-02-11tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()Jun'ichi Nomura \(NEC\)1-0/+2
2015-02-11bgmac: fix device initialization on Northstar SoCs (condition typo)Rafał Miłecki1-2/+3
2015-02-11treewide: Remove unnecessary SSB_DEVTABLE_END macroJoe Perches1-1/+1
2015-02-11treewide: Remove unnecessary BCMA_CORETABLE_END macroJoe Perches1-1/+1
2015-02-05net: bnx2x: fix sparse warningsLad, Prabhakar1-3/+3
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+7
2015-01-27bnx2x: fix napi poll return value for repollGovindarajulu Varadarajan1-1/+1
2015-01-19bgmac: activate irqs only if there is nothing to pollHauke Mehrtens1-3/+3
2015-01-19bgmac: register napi before the deviceHauke Mehrtens1-3/+3
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+20
2015-01-14tg3: Release tp->lock before invoking synchronize_irq()Prashant Sreedharan1-0/+12
2015-01-14tg3: tg3_reset_task() needs to use rtnl_lock to synchronizePrashant Sreedharan1-0/+3
2015-01-14tg3: tg3_timer() should grab tp->lock before checking for tp->irq_syncPrashant Sreedharan1-3/+5
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko3-6/+6
2015-01-12net: bnx2x: avoid macro redefinitionDavid Decotigny1-4/+0
2015-01-12tg3: move init/deinit from open/close to probe/removeIvan Vecera1-14/+11
2015-01-02bnx2x: convert to CYCLECOUNTER_MASK macro.Richard Cochran1-1/+1
2014-12-30net: bnx2x: convert to timecounter adjtime.Richard Cochran1-5/+1
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran1-1/+1