aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-01bnx2x: Alloc 4k fragment for each rx ring buffer elementGabriel Krisman Bertazi3-24/+80
2015-05-30net: systemport: Add a check for oversized packetsFlorian Fainelli1-0/+8
2015-05-30net: systemport: rewrite bcm_sysport_rx_refillFlorian Fainelli1-40/+41
2015-05-30net: systemport: Pre-calculate and utilize cb->bd_addrFlorian Fainelli2-11/+9
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+12
2015-05-12net: systemport: Implement RX coalescing control knobsFlorian Fainelli2-7/+22
2015-05-12net: systemport: Implement TX coalescing control knobsFlorian Fainelli1-0/+48
2015-05-12bnx2x, tg3: Replace put_page(virt_to_head_page()) with skb_free_frag()Alexander Duyck2-2/+2
2015-05-10bnx2x: limit fw delay in kdump to 5s after bootMichal Schmidt1-2/+7
2015-05-04bnx2x: Fix to prevent inner-reloadYuval Mintz1-5/+5
2015-04-29bnx2x: Delay during kdump loadYuval Mintz1-0/+6
2015-04-29trivial: net: systemport: bcmsysport.h: fix 0x0x prefixAntonio Ospite1-1/+1
2015-04-29bnx2x: remove {TPA,GRO}_ENABLE_FLAGMichal Schmidt3-31/+15
2015-04-29bnx2x: merge fp->disable_tpa with fp->modeMichal Schmidt5-18/+18
2015-04-29bnx2x: mark LRO as a fixed disabled feature if disable_tpa is setMichal Schmidt2-5/+1
2015-04-27bnx2x: really disable TPA if 'disable_tpa' option is setMichal Schmidt1-2/+4
2015-04-25net/tg3: Release IRQs on permanent errorGavin Shan1-1/+3
2015-04-24bgmac: fix requests for extra polling calls from NAPIRafał Miłecki1-1/+1
2015-04-22bnx2x: Prevent inner-reload while VFs existYuval Mintz2-9/+51
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-90/+56
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-2/+2
2015-04-15bnx2x: Fix busy_poll vs netpollEric Dumazet2-90/+56
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds21-649/+1306
2015-04-14bgmac: drop ring->num_slotsFelix Fietkau2-15/+15
2015-04-14bgmac: fix DMA rx corruptionFelix Fietkau1-9/+18
2015-04-14bgmac: simplify dma init/cleanupFelix Fietkau1-39/+40
2015-04-14bgmac: increase rx ring size from 511 to 512Felix Fietkau1-1/+1
2015-04-14bgmac: add check for oversized packetsFelix Fietkau1-0/+7
2015-04-14bgmac: simplify/optimize rx DMA error handlingFelix Fietkau1-37/+34
2015-04-14bgmac: set received skb headroom to NET_SKB_PADFelix Fietkau2-7/+11
2015-04-14bgmac: leave interrupts disabled as long as there is work to doFelix Fietkau2-22/+10
2015-04-14bgmac: simplify tx ring index handlingFelix Fietkau2-29/+23
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
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-04-01MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki2-2/+2
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