aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-24bnx2x: Allow recovery from second slot resetYuval Mintz1-0/+1
2013-04-24bnx2x: Fix memory leakYuval Mintz2-3/+3
2013-04-24bnx2x: Enhance MAC configuration for VFsDmitry Kravkov4-15/+30
2013-04-24bnx2x: Allow RX/TX pause control in autonegYaniv Rosner2-5/+14
2013-04-24bnx2x: prevent GRO false checksum claimsYuval Mintz1-5/+11
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+11
2013-04-22bnx2x: update version to 1.78.17-0Dmitry Kravkov1-2/+2
2013-04-22bnx2x: allow nvram test to run when device is downDmitry Kravkov1-9/+10
2013-04-22bnx2x: add additional regions for CRC memory testDmitry Kravkov2-23/+185
2013-04-22bnx2x: remove non-necessary assignmentDmitry Kravkov1-4/+1
2013-04-22bnx2x: fix byte-by-byte nvram write for BE machinesDmitry Kravkov1-8/+7
2013-04-22bnx2x: refactor nvram read procedureDmitry Kravkov1-7/+21
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy3-4/+4
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy3-8/+8
2013-04-18bnx2x: Fix status blocks configurationAriel Elior1-2/+5
2013-04-18bnx2x: Prevent UNDI FW illegal host accessDmitry Kravkov1-0/+4
2013-04-16tg3: Remove unneeded PM_OPS definitionsFabio Estevam1-8/+2
2013-04-10bnx2: make cnic_probe staticstephen hemminger1-1/+1
2013-04-10bnx2x: Prevent null pointer dereference in AFEX modeYuval Mintz1-1/+2
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