aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy3-8/+8
2013-04-16tg3: Remove unneeded PM_OPS definitionsFabio Estevam1-8/+2
2013-04-10bnx2: make cnic_probe staticstephen hemminger1-1/+1
2013-04-09tg3: Use bool not intJoe Perches1-77/+80
2013-04-09tg3: Update version to 3.131Nithin Sujir1-2/+2
2013-04-09tg3: Reset the phy to allow modified EEE settings to take effectNithin Sujir1-0/+38
2013-04-09tg3: Pull the phy advertised speed and flow control settings on driver loadNithin Sujir2-0/+136
2013-04-09tg3: Add support for link flap avoidanceNithin Sujir2-9/+58
2013-04-09tg3: Add SGMII phy support for 5719/5718 serdesMichael Chan2-7/+51
2013-04-09tg3: Add tg3_clear_mac_status() common functionMichael Chan1-16/+14
2013-04-09tg3: Add a warning during link settings change if mgmt enabledNithin Sujir1-0/+14
2013-04-09tg3: Remove unnecessary phy reset during ethtool commandsNithin Sujir1-2/+2
2013-04-09tg3: Fix NVRAM size detection for the STM45PE20 pinstrap on 5762 devicesMichael Chan1-0/+6
2013-04-09tg3: Fix flow control settings not propagated to hardwareNithin Sujir1-3/+1
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+11
2013-04-07bnx2x: Fix KR2 rapid link flapYaniv Rosner1-7/+11
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2013-03-27bnx2x: fix compilation without CONFIG_BNX2X_SRIOVDmitry Kravkov2-1/+2
2013-03-27tg3: fix length overflow in VPD firmware parsingKees Cook1-2/+5
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+9
2013-03-27bnx2x: Cosmetic changesYaniv Rosner1-11/+13
2013-03-27bnx2x: Support reading I2C EEPROM SFF8472Yaniv Rosner3-60/+155
2013-03-27bnx2x: Prevent VF raceDmitry Kravkov5-34/+82
2013-03-27bnx2x: Fix VF outer vlan removalAriel Elior1-8/+9
2013-03-27bnx2x: Fix VF statisticsAriel Elior3-37/+47
2013-03-27bnx2x: missing ARI should not be lethalAriel Elior1-4/+6
2013-03-27bnx2x: Fix AER semaphore releaseYuval Mintz1-1/+1
2013-03-24bnx2x: fix assignment of signed expression to unsigned variableKumar Amit Mehta1-9/+9
2013-03-22bnx2x: increase inner ip id during encapsulated tsoDmitry Kravkov4-13/+15
2013-03-20bnx2x: AER revisedYuval Mintz4-30/+130
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+11
2013-03-18bnx2x: fix occasional statistics off-by-4GB errorMaciej Żenczykowski1-1/+2
2013-03-18bnx2x: add RSS capability for GRE trafficDmitry Kravkov3-11/+24
2013-03-18bnx2x: add CSUM and TSO support for encapsulation protocolsDmitry Kravkov3-28/+204
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches5-28/+19
2013-03-17bnx2x: add missing napi deletion in error pathMichal Schmidt1-0/+1
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-2/+0
2013-03-13tg3: 5715 does not link up when autoneg offNithin Sujir1-0/+8
2013-03-12bnx2x: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2013-03-12bnx2x: Restore FCoE 4-port devices supportDmitry Kravkov1-10/+0
2013-03-12bnx2x: use FW 7.8.17Dmitry Kravkov7-147/+338
2013-03-12bnx2x: Avoid using zero MACYuval Mintz1-7/+5
2013-03-12bnx2x: Control SFP+ tap values via nvm configYaniv Rosner2-34/+60
2013-03-12bnx2x: Add EEE support for BCM84834Yaniv Rosner1-1/+2
2013-03-12bnx2x: Add RJ45 SFP module detectionYaniv Rosner1-8/+13
2013-03-12bnx2x: Get gso_segs from FWYuval Mintz1-4/+5
2013-03-12bnx2x: Control number of vfs dynamicallyAriel Elior4-44/+91
2013-03-12bnx2x: Add iproute2 support for vfsAriel Elior8-46/+277
2013-03-12bnx2x: Prevent "Unknown MF" print in SF modeAriel Elior1-0/+3
2013-03-12bnx2x: Take chip version from MFWYuval Mintz2-6/+8