aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-16tg3: Remove unneeded PM_OPS definitionsFabio Estevam1-8/+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 Sujir1-0/+135
2013-04-09tg3: Add support for link flap avoidanceNithin Sujir1-9/+54
2013-04-09tg3: Add SGMII phy support for 5719/5718 serdesMichael Chan1-7/+44
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-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2013-03-27tg3: fix length overflow in VPD firmware parsingKees Cook1-2/+5
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-8/+3
2013-03-13tg3: 5715 does not link up when autoneg offNithin Sujir1-0/+8
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+5
2013-03-08tg3: Update link_up flag for phylib devicesNithin Sujir1-9/+5
2013-03-07tg3: Download 57766 EEE service patch firmwareNithin Sujir1-16/+122
2013-03-07tg3: Enhance firmware download code to support fragmented firmwareNithin Sujir1-6/+42
2013-03-07tg3: Cleanup firmware parsing codeNithin Sujir1-36/+27
2013-03-07tg3: Refactor the 2nd type of cpu pauseNithin Sujir1-26/+27
2013-03-07tg3: Refactor cpu pause/resume codeNithin Sujir1-25/+58
2013-03-07tg3: Add new FW_TSO flagMatt Carlson1-6/+5
2013-02-18tg3: Use different macros for pci_chip_rev_id accessesJoe Perches1-398/+393
2013-02-18tg3: Remove define and single use of GET_CHIP_REV_IDJoe Perches1-6/+4
2013-02-15tg3: Update version to 3.130Michael Chan1-2/+2
2013-02-15tg3: Set initial carrier state to off.Michael Chan1-0/+2
2013-02-15tg3: Fix 5762 NVRAM sizingMichael Chan1-2/+4
2013-02-15tg3: Expand EEE support for all 5717 B0Michael Chan1-1/+1
2013-02-15tg3: Add 57766 device support.Matt Carlson1-1/+17
2013-02-07tg3: add support for Ethernet core in bcm4785Hauke Mehrtens1-6/+111
2013-02-07tg3: make it possible to provide phy_id in ioctlHauke Mehrtens1-6/+20
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-3/+1
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-23/+39
2013-01-14tg3: Fix crc errors on jumbo frame receiveNithin Nayak Sujir1-23/+35
2013-01-14tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir1-0/+4
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-2/+2
2013-01-10tg3: missing break statement in tg3_get_5720_nvram_info()Dan Carpenter1-0/+2
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-3/+0
2013-01-06tg3: Remove IS_ENABLED(CONFIG_HWMON) checkNithin Nayak Sujir1-3/+3
2013-01-06tg3: Improve PCI function number detection.Michael Chan1-11/+8
2013-01-06tg3: Add NVRAM support for 5762Michael Chan1-1/+95
2013-01-06tg3: Add support for new 5762 ASICMichael Chan1-24/+67
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-04tg3: PTP - Enable the timestamping feature in hardware and fill skb tx/rx timestampsMatt Carlson1-5/+52
2012-12-04tg3: PTP - Add the hardware timestamp ioctlMatt Carlson1-0/+93
2012-12-04tg3: PTP - Implement the ptp api and ethtool functionsMatt Carlson1-1/+145
2012-12-04tg3: PTP - Add header definitions, initialization and hw access functions.Matt Carlson1-4/+57