aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-141/+134
2015-04-01net: bcmgenet: enable MoCA link state change detectionPetri Gynther3-2/+24
2015-04-01bnx2x: Fix kdump when iommu=onYuval Mintz1-23/+16
2015-04-01bnx2x: Fix kdump on 4-port deviceYuval Mintz1-18/+35
2015-03-31ptp: tg3: use helpers for converting ns to timespec.Richard Cochran1-3/+1
2015-03-31ptp: bnx2x: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-03-31net: bcmgenet: fix the call to phy_mac_interrupt()Petri Gynther1-1/+1
2015-03-31net: bcmgenet: add UMAC_IRQ_LINK_EVENTPetri Gynther2-6/+6
2015-03-31net: bcmgenet: fix bcmgenet_open()Petri Gynther1-1/+1
2015-03-31net: bcmgenet: remove __bcmgenet_fini_dma()Petri Gynther1-9/+4
2015-03-31net: bcmgenet: add UMAC_IRQ_RXDMA_DONE and UMAC_IRQ_TXDMA_DONEPetri Gynther2-12/+12
2015-03-31ethernet: Use bool function returns of true/false instead of 1/0Joe Perches1-1/+1
2015-03-31bnx2x: Prevent probe as early as possibleYuval Mintz1-0/+7
2015-03-31bnx2x: Count number of link changesYaniv Rosner2-2/+27
2015-03-31bnx2x: Configure IFir et al. according to nvramYaniv Rosner3-15/+55
2015-03-31ptp: tg3: convert to the 64 bit get/set time methods.Richard Cochran1-5/+5
2015-03-31ptp: bnx2x: convert to the 64 bit get/set time methods.Richard Cochran1-4/+4
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita1-0/+1
2015-03-27net: bcmgenet: add support for multiple Rx queuesPetri Gynther2-45/+137
2015-03-27net: bcmgenet: rework Rx NAPI codePetri Gynther1-23/+45
2015-03-27net: bcmgenet: rework Tx NAPI codePetri Gynther1-18/+62
2015-03-27net: bcmgenet: tweak init_umac()Petri Gynther1-13/+20
2015-03-27net: bcmgenet: simplify bcmgenet_init_dma()Petri Gynther1-16/+17
2015-03-27net: bcmgenet: modify Tx ring int_enable and int_disable vectorsPetri Gynther2-19/+13
2015-03-27net: bcmgenet: remove priv->int0_mask and priv->int1_maskPetri Gynther2-4/+0
2015-03-23bnx2x: Fix statistics locking schemeYuval Mintz5-100/+83
2015-03-23net: bcmgenet: power down and up GPHY during suspend/resumeFlorian Fainelli1-0/+8
2015-03-23net: bcmgenet: power up and down integrated GPHY when unusedFlorian Fainelli3-4/+10
2015-03-23net: bcmgenet: implement GPHY power down sequenceFlorian Fainelli1-2/+7
2015-03-23net: bcmgenet: fix GPHY power-up sequenceFlorian Fainelli1-3/+7
2015-03-23net: bcmgenet: rename bcmgenet_ephy_power_upFlorian Fainelli1-11/+13
2015-03-23net: bcmgenet: update bcmgenet_ephy_power_up to clear CK25_DIS bitFlorian Fainelli2-1/+2
2015-03-23net: bcmgenet: propagate errors from bcmgenet_power_downFlorian Fainelli1-6/+9
2015-03-23bgmac: implement scatter/gather supportFelix Fietkau1-43/+121
2015-03-23bgmac: implement GRO and use build_skbFelix Fietkau2-25/+62
2015-03-23bgmac: fix descriptor frame start/end definitionsFelix Fietkau1-2/+2
2015-03-20bgmac: allow enabling on ARCH_BCM_5301XRafał Miłecki1-1/+1
2015-03-20bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsetsRafał Miłecki1-0/+34
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-03-16bnx2x: fix encapsulation features on 57710/57711Michal Schmidt1-1/+1
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