summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c
AgeCommit message (Expand)Author
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-27tg3: fix length overflow in VPD firmware parsingKees Cook
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-03-13tg3: 5715 does not link up when autoneg offNithin Sujir
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-08tg3: Update link_up flag for phylib devicesNithin Sujir
2013-03-07tg3: Download 57766 EEE service patch firmwareNithin Sujir
2013-03-07tg3: Enhance firmware download code to support fragmented firmwareNithin Sujir
2013-03-07tg3: Cleanup firmware parsing codeNithin Sujir
2013-03-07tg3: Refactor the 2nd type of cpu pauseNithin Sujir
2013-03-07tg3: Refactor cpu pause/resume codeNithin Sujir
2013-03-07tg3: Add new FW_TSO flagMatt Carlson
2013-02-18tg3: Use different macros for pci_chip_rev_id accessesJoe Perches
2013-02-18tg3: Remove define and single use of GET_CHIP_REV_IDJoe Perches
2013-02-15tg3: Update version to 3.130Michael Chan
2013-02-15tg3: Set initial carrier state to off.Michael Chan
2013-02-15tg3: Fix 5762 NVRAM sizingMichael Chan
2013-02-15tg3: Expand EEE support for all 5717 B0Michael Chan
2013-02-15tg3: Add 57766 device support.Matt Carlson
2013-02-07tg3: add support for Ethernet core in bcm4785Hauke Mehrtens
2013-02-07tg3: make it possible to provide phy_id in ioctlHauke Mehrtens
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-14tg3: Fix crc errors on jumbo frame receiveNithin Nayak Sujir
2013-01-14tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2013-01-10tg3: missing break statement in tg3_get_5720_nvram_info()Dan Carpenter
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2013-01-06tg3: Remove IS_ENABLED(CONFIG_HWMON) checkNithin Nayak Sujir
2013-01-06tg3: Improve PCI function number detection.Michael Chan
2013-01-06tg3: Add NVRAM support for 5762Michael Chan
2013-01-06tg3: Add support for new 5762 ASICMichael Chan
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-04tg3: PTP - Enable the timestamping feature in hardware and fill skb tx/rx tim...Matt Carlson
2012-12-04tg3: PTP - Add the hardware timestamp ioctlMatt Carlson
2012-12-04tg3: PTP - Implement the ptp api and ethtool functionsMatt Carlson
2012-12-04tg3: PTP - Add header definitions, initialization and hw access functions.Matt Carlson
2012-12-04tg3: Fix inconsistent locking for tg3_netif_start().Nithin Nayak Sujir
2012-12-03tg3: remove __dev* attributesBill Pemberton
2012-11-14tg3: Use tp->rxq_cnt when checking RSS tables.Michael Chan
2012-11-14tg3: Cleanup hardcoded ethtool test array indexesNithin Nayak Sujir
2012-11-14tg3: Prevent spurious tx timeout by setting carrier off before tx disable.Nithin Nayak Sujir
2012-11-14tg3: Set 10_100_ONLY flag for additional 10/100 Mbps devicesNithin Nayak Sujir
2012-11-06tg3: Call tg3_netif_stop() from tg3_stop()Nithin Nayak Sujir
2012-11-06tg3: Support 5717 C0Michael Chan
2012-10-02tg3: Fix sparse warnings.Michael Chan
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-01tg3: unconditionally select HWMON support when tg3 is enabled.Paul Gortmaker
2012-09-30tg3: Disable multiple TX rings by default due to hardware flawMichael Chan