summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/tg3.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-14tg3: Use pci_dev pm_capJon Mason1-3/+2
2013-09-13tg3: Expand led off fix to include 5720Nithin Sujir1-0/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+16
2013-09-04tg3: Don't turn off led on 5719 serdes port 0Nithin Sujir1-2/+16
2013-08-30drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-12/+11
2013-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+8
2013-08-16net: tg3: fix NULL pointer dereference in tg3_io_error_detected and tg3_io_sl...Daniel Borkmann1-5/+8
2013-08-10tg3: clean up unnecessary MSI/MSI-X capability findYijing Wang1-1/+1
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2013-07-30tg3: Update version to 3.133Nithin Sujir1-2/+2
2013-07-30tg3: Fix UDP fragments treated as RMCPNithin Sujir1-0/+3
2013-07-30tg3: Enable support for timesync gpio outputNithin Sujir1-3/+58
2013-07-30tg3: Implement the shutdown handlerNithin Sujir1-2/+18
2013-07-30tg3: Allow NVRAM programming when interface is downNithin Sujir1-8/+2
2013-07-30tg3: Remove incorrect switch to aux powerNithin Sujir1-5/+0
2013-07-27net/tg3: Fix warning from pci_disable_device()Gavin Shan1-1/+2
2013-07-27net/tg3: Fix kernel crashGavin Shan1-1/+2
2013-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+36
2013-06-26net/tg3: Avoid delay during MMIO accessGavin Shan1-0/+36
2013-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+10
2013-06-18tg3: Prevent system hang during repeated EEH errors.Michael Chan1-2/+9
2013-06-13tg3: Wait for boot code to finish after power onNithin Sujir1-0/+10
2013-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+15
2013-06-05tg3: Add read dma workaround for 5720Nithin Sujir1-6/+15
2013-06-03tg3: remove redundant pm init codeYijing Wang1-21/+3
2013-05-25tg3: Remove unnecessary lock around tg3_flag_setNithin Sujir1-2/+0
2013-05-25tg3: Fix misplaced empty lineNithin Sujir1-1/+1
2013-05-25tg3: Use descriptive label names in tg3_startNithin Sujir1-7/+7
2013-05-25tg3: Make tg3_rings_reset() more conciseNithin Sujir1-33/+48
2013-05-25tg3: Simplify ring control block setupNithin Sujir1-33/+46
2013-05-25tg3: Split APE driver state change out of boot reset signature updateNithin Sujir1-15/+15
2013-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+49
2013-05-23tg3: Update version to 3.132Nithin Sujir1-2/+2
2013-05-23tg3: Ensure boot code has completed initialization before accessing hardwareNithin Sujir1-4/+4
2013-05-23net/ethernet/broadcom/tg3: Use module_pci_driver to register driverPeter Hüwe1-12/+1
2013-05-20tg3: Implement set/get_eee handlersNithin Sujir1-0/+53
2013-05-20tg3: Simplify tg3_phy_eee_config_ok() by reusing tg3_eee_pull_config()Nithin Sujir1-16/+15
2013-05-20tg3: Add tg3_eee_pull_config() functionNithin Sujir1-9/+47
2013-05-20tg3: Add ethtool_eee struct and tg3_setup_eee()Nithin Sujir1-33/+58
2013-05-14tg3: Fix data corruption on 5725 with TSOMichael Chan1-0/+17
2013-05-14tg3: Skip powering down function 0 on certain serdes devicesNithin Sujir1-6/+26
2013-04-30tg3: fix to append hardware time stamping flagsFlavio Leitner1-1/+1
2013-04-29tg3: shows HW time stamping support only if ptp_capable is presentFlavio Leitner1-4/+7
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-1/+1
2013-04-17tg3: Remove unneeded PM_OPS definitionsFabio Estevam1-8/+2
2013-04-10tg3: 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 Sujir1-0/+135