summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-193-4/+4
| * | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-193-8/+8
| * | tg3: Remove unneeded PM_OPS definitionsFabio Estevam2013-04-161-8/+2
| * | bnx2: make cnic_probe staticstephen hemminger2013-04-101-1/+1
| * | tg3: Use bool not intJoe Perches2013-04-091-77/+80
| * | tg3: Update version to 3.131Nithin Sujir2013-04-091-2/+2
| * | tg3: Reset the phy to allow modified EEE settings to take effectNithin Sujir2013-04-091-0/+38
| * | tg3: Pull the phy advertised speed and flow control settings on driver loadNithin Sujir2013-04-092-0/+136
| * | tg3: Add support for link flap avoidanceNithin Sujir2013-04-092-9/+58
| * | tg3: Add SGMII phy support for 5719/5718 serdesMichael Chan2013-04-092-7/+51
| * | tg3: Add tg3_clear_mac_status() common functionMichael Chan2013-04-091-16/+14
| * | tg3: Add a warning during link settings change if mgmt enabledNithin Sujir2013-04-091-0/+14
| * | tg3: Remove unnecessary phy reset during ethtool commandsNithin Sujir2013-04-091-2/+2
| * | tg3: Fix NVRAM size detection for the STM45PE20 pinstrap on 5762 devicesMichael Chan2013-04-091-0/+6
| * | tg3: Fix flow control settings not propagated to hardwareNithin Sujir2013-04-091-3/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-071-7/+11
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-011-2/+5
| |\ \ \
| * | | | bnx2x: fix compilation without CONFIG_BNX2X_SRIOVDmitry Kravkov2013-03-272-1/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-271-9/+9
| |\ \ \ \
| * | | | | bnx2x: Cosmetic changesYaniv Rosner2013-03-271-11/+13
| * | | | | bnx2x: Support reading I2C EEPROM SFF8472Yaniv Rosner2013-03-273-60/+155
| * | | | | bnx2x: Prevent VF raceDmitry Kravkov2013-03-275-34/+82
| * | | | | bnx2x: Fix VF outer vlan removalAriel Elior2013-03-271-8/+9
| * | | | | bnx2x: Fix VF statisticsAriel Elior2013-03-273-37/+47
| * | | | | bnx2x: missing ARI should not be lethalAriel Elior2013-03-271-4/+6
| * | | | | bnx2x: Fix AER semaphore releaseYuval Mintz2013-03-271-1/+1
| * | | | | bnx2x: increase inner ip id during encapsulated tsoDmitry Kravkov2013-03-224-13/+15
| * | | | | bnx2x: AER revisedYuval Mintz2013-03-204-30/+130
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-203-1/+11
| |\ \ \ \ \
| * | | | | | bnx2x: add RSS capability for GRE trafficDmitry Kravkov2013-03-183-11/+24
| * | | | | | bnx2x: add CSUM and TSO support for encapsulation protocolsDmitry Kravkov2013-03-183-28/+204
| * | | | | | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-175-28/+19
| * | | | | | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-2/+0
| * | | | | | bnx2x: use list_move instead of list_del/list_addWei Yongjun2013-03-121-2/+1
| * | | | | | bnx2x: Restore FCoE 4-port devices supportDmitry Kravkov2013-03-121-10/+0
| * | | | | | bnx2x: use FW 7.8.17Dmitry Kravkov2013-03-127-147/+338
| * | | | | | bnx2x: Avoid using zero MACYuval Mintz2013-03-121-7/+5
| * | | | | | bnx2x: Control SFP+ tap values via nvm configYaniv Rosner2013-03-122-34/+60
| * | | | | | bnx2x: Add EEE support for BCM84834Yaniv Rosner2013-03-121-1/+2
| * | | | | | bnx2x: Add RJ45 SFP module detectionYaniv Rosner2013-03-121-8/+13
| * | | | | | bnx2x: Get gso_segs from FWYuval Mintz2013-03-121-4/+5
| * | | | | | bnx2x: Control number of vfs dynamicallyAriel Elior2013-03-124-44/+91
| * | | | | | bnx2x: Add iproute2 support for vfsAriel Elior2013-03-128-46/+277
| * | | | | | bnx2x: Prevent "Unknown MF" print in SF modeAriel Elior2013-03-121-0/+3
| * | | | | | bnx2x: Take chip version from MFWYuval Mintz2013-03-122-6/+8
| * | | | | | bnx2x: Set ethtool ops for vfsAriel Elior2013-03-123-4/+29
| * | | | | | bnx2x: fix vlan-mac memory leakYuval Mintz2013-03-121-0/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-123-11/+24
| |\ \ \ \ \ \
| * | | | | | | bcm63xx_enet: properly prepare/unprepare clocks before/after usageJonas Gorski2013-03-101-6/+6
| * | | | | | | bcm63xx_enet: use managed memory allocationsJonas Gorski2013-03-101-5/+3
OpenPOWER on IntegriCloud