summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/tg3.c
AgeCommit message (Expand)AuthorFilesLines
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-08tg3: add support for Ethernet core in bcm4785Hauke Mehrtens1-6/+111
2013-02-08tg3: 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-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-23/+39
2013-01-15tg3: Fix crc errors on jumbo frame receiveNithin Nayak Sujir1-23/+35
2013-01-15tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir1-0/+4
2013-01-15net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-2/+2
2013-01-11tg3: missing break statement in tg3_get_5720_nvram_info()Dan Carpenter1-0/+2
2013-01-09remove init of dev->perm_addr in driversJiri Pirko1-3/+0
2013-01-07tg3: Remove IS_ENABLED(CONFIG_HWMON) checkNithin Nayak Sujir1-3/+3
2013-01-07tg3: Improve PCI function number detection.Michael Chan1-11/+8
2013-01-07tg3: Add NVRAM support for 5762Michael Chan1-1/+95
2013-01-07tg3: 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 tim...Matt 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
2012-12-04tg3: Fix inconsistent locking for tg3_netif_start().Nithin Nayak Sujir1-1/+4
2012-12-03tg3: remove __dev* attributesBill Pemberton1-47/+48
2012-11-15tg3: Use tp->rxq_cnt when checking RSS tables.Michael Chan1-4/+4
2012-11-15tg3: Cleanup hardcoded ethtool test array indexesNithin Nayak Sujir1-29/+41
2012-11-15tg3: Prevent spurious tx timeout by setting carrier off before tx disable.Nithin Nayak Sujir1-42/+56
2012-11-15tg3: Set 10_100_ONLY flag for additional 10/100 Mbps devicesNithin Nayak Sujir1-27/+60
2012-11-07tg3: Call tg3_netif_stop() from tg3_stop()Nithin Nayak Sujir1-5/+3
2012-11-07tg3: Support 5717 C0Michael Chan1-1/+8
2012-10-03tg3: Fix sparse warnings.Michael Chan1-5/+6
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-178/+356
2012-10-02tg3: unconditionally select HWMON support when tg3 is enabled.Paul Gortmaker1-9/+0
2012-09-30tg3: Disable multiple TX rings by default due to hardware flawMichael Chan1-6/+9
2012-09-30tg3: Add support for ethtool -L|-l to get/set the number of rings.Michael Chan1-3/+61
2012-09-30tg3: Refactor tg3_close()Michael Chan1-32/+38
2012-09-30tg3: Refactor tg3_open()Michael Chan1-33/+45
2012-09-30tg3: Separate coalescing setup for rx and txMichael Chan1-29/+45
2012-09-30tg3: Allow number of rx and tx rings to be set independently.Michael Chan1-25/+49
2012-09-30tg3: Introduce separate functions to allocate/free RX/TX rings.Michael Chan1-76/+144
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas1-1/+1
2012-09-08netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-08-23tg3: Use PCI Express Capability accessorsJiang Liu1-37/+13
2012-07-30tg3: Update version to 3.124Michael Chan1-1/+1
2012-07-30tg3: Fix race condition in tg3_get_stats64()Michael Chan1-2/+4
2012-07-30tg3: Add New 5719 Read DMA workaroundMichael Chan1-0/+23
2012-07-30tg3: Fix Read DMA workaround for 5719 A0.Michael Chan1-2/+1