summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
...
| * | bgmac: simplify tx ring index handlingFelix Fietkau2015-04-142-29/+23Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-025-141/+134Star
| |\ \
| * | | net: bcmgenet: enable MoCA link state change detectionPetri Gynther2015-04-013-2/+24
| * | | ptp: tg3: use helpers for converting ns to timespec.Richard Cochran2015-03-311-3/+1Star
| * | | ptp: bnx2x: use helpers for converting ns to timespec.Richard Cochran2015-03-311-5/+2Star
| * | | net: bcmgenet: fix the call to phy_mac_interrupt()Petri Gynther2015-03-311-1/+1
| * | | net: bcmgenet: add UMAC_IRQ_LINK_EVENTPetri Gynther2015-03-312-6/+6
| * | | net: bcmgenet: fix bcmgenet_open()Petri Gynther2015-03-311-1/+1
| * | | net: bcmgenet: remove __bcmgenet_fini_dma()Petri Gynther2015-03-311-9/+4Star
| * | | net: bcmgenet: add UMAC_IRQ_RXDMA_DONE and UMAC_IRQ_TXDMA_DONEPetri Gynther2015-03-312-12/+12
| * | | ethernet: Use bool function returns of true/false instead of 1/0Joe Perches2015-03-311-1/+1
| * | | bnx2x: Prevent probe as early as possibleYuval Mintz2015-03-311-0/+7
| * | | bnx2x: Count number of link changesYaniv Rosner2015-03-312-2/+27
| * | | bnx2x: Configure IFir et al. according to nvramYaniv Rosner2015-03-313-15/+55
| * | | ptp: tg3: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-5/+5
| * | | ptp: bnx2x: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-4/+4
| * | | net: Move check for multiple vlans to driversToshiaki Makita2015-03-291-0/+1
| * | | net: bcmgenet: add support for multiple Rx queuesPetri Gynther2015-03-272-45/+137
| * | | net: bcmgenet: rework Rx NAPI codePetri Gynther2015-03-271-23/+45
| * | | net: bcmgenet: rework Tx NAPI codePetri Gynther2015-03-271-18/+62
| * | | net: bcmgenet: tweak init_umac()Petri Gynther2015-03-271-13/+20
| * | | net: bcmgenet: simplify bcmgenet_init_dma()Petri Gynther2015-03-271-16/+17
| * | | net: bcmgenet: modify Tx ring int_enable and int_disable vectorsPetri Gynther2015-03-272-19/+13Star
| * | | net: bcmgenet: remove priv->int0_mask and priv->int1_maskPetri Gynther2015-03-272-4/+0Star
| * | | net: bcmgenet: power down and up GPHY during suspend/resumeFlorian Fainelli2015-03-241-0/+8
| * | | net: bcmgenet: power up and down integrated GPHY when unusedFlorian Fainelli2015-03-243-4/+10
| * | | net: bcmgenet: implement GPHY power down sequenceFlorian Fainelli2015-03-241-2/+7
| * | | net: bcmgenet: fix GPHY power-up sequenceFlorian Fainelli2015-03-241-3/+7
| * | | net: bcmgenet: rename bcmgenet_ephy_power_upFlorian Fainelli2015-03-241-11/+13
| * | | net: bcmgenet: update bcmgenet_ephy_power_up to clear CK25_DIS bitFlorian Fainelli2015-03-242-1/+2
| * | | net: bcmgenet: propagate errors from bcmgenet_power_downFlorian Fainelli2015-03-241-6/+9
| * | | bgmac: implement scatter/gather supportFelix Fietkau2015-03-231-43/+121
| * | | bgmac: implement GRO and use build_skbFelix Fietkau2015-03-232-25/+62
| * | | bgmac: fix descriptor frame start/end definitionsFelix Fietkau2015-03-231-2/+2
| * | | bgmac: allow enabling on ARCH_BCM_5301XRafał Miłecki2015-03-211-1/+1
| * | | bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsetsRafał Miłecki2015-03-211-0/+34
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | net: bcmgenet: add support for Hardware Filter BlockPetri Gynther2015-03-162-0/+176
| * | | net: bcmgenet: add support for xmit_moreFlorian Fainelli2015-03-131-3/+4
| * | | net: bcmgenet: update ring producer index and buffer count in xmitFlorian Fainelli2015-03-131-13/+5Star
| * | | net: bcmgenet: rewrite bcmgenet_rx_refill()Petri Gynther2015-03-131-56/+43Star
| * | | net: bcmgenet: collect Rx discarded packet countPetri Gynther2015-03-112-0/+19
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-104-13/+11Star
| |\ \ \
| * | | | net: bcmgenet: core changes for supporting multiple Rx queuesPetri Gynther2015-03-102-53/+119
| * | | | ethernet: codespell comment spelling fixesJoe Perches2015-03-095-11/+11
| * | | | net: bcmgenet: rework Rx queue initPetri Gynther2015-03-081-16/+27
| * | | | net: bcmgenet: add GENET_Q16_RX_BD_CNT and hw_params->rx_bds_per_qPetri Gynther2015-03-062-2/+9
| * | | | net: bcmgenet: adjust the call to alloc_etherdev_mqs()Petri Gynther2015-03-061-2/+3
| * | | | net: bcmgenet: set hw_params->rx_queues = 0Petri Gynther2015-03-061-3/+3
| * | | | tg3: use napi_complete_done()Eric Dumazet2015-03-061-2/+2