summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* tg3: Use different macros for pci_chip_rev_id accessesJoe Perches2013-02-181-398/+393Star
* tg3: Remove define and single use of GET_CHIP_REV_IDJoe Perches2013-02-181-6/+4Star
* tg3: Update version to 3.130Michael Chan2013-02-151-2/+2
* tg3: Set initial carrier state to off.Michael Chan2013-02-151-0/+2
* tg3: Fix 5762 NVRAM sizingMichael Chan2013-02-151-2/+4
* tg3: Expand EEE support for all 5717 B0Michael Chan2013-02-151-1/+1
* tg3: Add 57766 device support.Matt Carlson2013-02-151-1/+17
* tg3: add support for Ethernet core in bcm4785Hauke Mehrtens2013-02-081-6/+111
* tg3: make it possible to provide phy_id in ioctlHauke Mehrtens2013-02-081-6/+20
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-3/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-151-23/+39
|\
| * tg3: Fix crc errors on jumbo frame receiveNithin Nayak Sujir2013-01-151-23/+35
| * tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir2013-01-151-0/+4
* | net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-2/+2
* | tg3: missing break statement in tg3_get_5720_nvram_info()Dan Carpenter2013-01-111-0/+2
* | remove init of dev->perm_addr in driversJiri Pirko2013-01-091-3/+0Star
* | tg3: Remove IS_ENABLED(CONFIG_HWMON) checkNithin Nayak Sujir2013-01-071-3/+3
* | tg3: Improve PCI function number detection.Michael Chan2013-01-071-11/+8Star
* | tg3: Add NVRAM support for 5762Michael Chan2013-01-071-1/+95
* | tg3: Add support for new 5762 ASICMichael Chan2013-01-071-24/+67
|/
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1Star
* tg3: PTP - Enable the timestamping feature in hardware and fill skb tx/rx tim...Matt Carlson2012-12-041-5/+52
* tg3: PTP - Add the hardware timestamp ioctlMatt Carlson2012-12-041-0/+93
* tg3: PTP - Implement the ptp api and ethtool functionsMatt Carlson2012-12-041-1/+145
* tg3: PTP - Add header definitions, initialization and hw access functions.Matt Carlson2012-12-041-4/+57
* tg3: Fix inconsistent locking for tg3_netif_start().Nithin Nayak Sujir2012-12-041-1/+4
* tg3: remove __dev* attributesBill Pemberton2012-12-031-47/+48
* tg3: Use tp->rxq_cnt when checking RSS tables.Michael Chan2012-11-151-4/+4
* tg3: Cleanup hardcoded ethtool test array indexesNithin Nayak Sujir2012-11-151-29/+41
* tg3: Prevent spurious tx timeout by setting carrier off before tx disable.Nithin Nayak Sujir2012-11-151-42/+56
* tg3: Set 10_100_ONLY flag for additional 10/100 Mbps devicesNithin Nayak Sujir2012-11-151-27/+60
* tg3: Call tg3_netif_stop() from tg3_stop()Nithin Nayak Sujir2012-11-071-5/+3Star
* tg3: Support 5717 C0Michael Chan2012-11-071-1/+8
* tg3: Fix sparse warnings.Michael Chan2012-10-031-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-178/+356
|\
| * tg3: unconditionally select HWMON support when tg3 is enabled.Paul Gortmaker2012-10-021-9/+0Star
| * tg3: Disable multiple TX rings by default due to hardware flawMichael Chan2012-09-301-6/+9
| * tg3: Add support for ethtool -L|-l to get/set the number of rings.Michael Chan2012-09-301-3/+61
| * tg3: Refactor tg3_close()Michael Chan2012-09-301-32/+38
| * tg3: Refactor tg3_open()Michael Chan2012-09-301-33/+45
| * tg3: Separate coalescing setup for rx and txMichael Chan2012-09-301-29/+45
| * tg3: Allow number of rx and tx rings to be set independently.Michael Chan2012-09-301-25/+49
| * tg3: Introduce separate functions to allocate/free RX/TX rings.Michael Chan2012-09-301-76/+144
* | Merge branch 'pci/stephen-const' into nextBjorn Helgaas2012-09-121-1/+1
|\ \
| * | netdev: make pci_error_handlers constStephen Hemminger2012-09-081-1/+1
| |/
* / tg3: Use PCI Express Capability accessorsJiang Liu2012-08-231-37/+13Star
|/
* tg3: Update version to 3.124Michael Chan2012-07-301-1/+1
* tg3: Fix race condition in tg3_get_stats64()Michael Chan2012-07-301-2/+4
* tg3: Add New 5719 Read DMA workaroundMichael Chan2012-07-301-0/+23
* tg3: Fix Read DMA workaround for 5719 A0.Michael Chan2012-07-301-2/+1Star