aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-14tg3: Use tp->rxq_cnt when checking RSS tables.Michael Chan1-4/+4
2012-11-14tg3: Cleanup hardcoded ethtool test array indexesNithin Nayak Sujir1-29/+41
2012-11-14tg3: Prevent spurious tx timeout by setting carrier off before tx disable.Nithin Nayak Sujir1-42/+56
2012-11-14tg3: Set 10_100_ONLY flag for additional 10/100 Mbps devicesNithin Nayak Sujir1-27/+60
2012-11-06tg3: Call tg3_netif_stop() from tg3_stop()Nithin Nayak Sujir1-5/+3
2012-11-06tg3: Support 5717 C0Michael Chan1-1/+8
2012-10-02tg3: Fix sparse warnings.Michael Chan1-5/+6
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-178/+356
2012-10-01tg3: 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-07netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-08-23tg3: Use PCI Express Capability accessorsJiang Liu1-37/+13
2012-07-29tg3: Update version to 3.124Michael Chan1-1/+1
2012-07-29tg3: Fix race condition in tg3_get_stats64()Michael Chan1-2/+4
2012-07-29tg3: Add New 5719 Read DMA workaroundMichael Chan1-0/+23
2012-07-29tg3: Fix Read DMA workaround for 5719 A0.Michael Chan1-2/+1
2012-07-29tg3: Request APE_LOCK_PHY before PHY accessMichael Chan1-0/+37
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2012-07-16tg3: Add hwmon support for temperatureMichael Chan1-0/+112
2012-07-16tg3: Add APE scratchpad read functionMatt Carlson1-0/+79
2012-07-16tg3: Add common function tg3_ape_event_lock()Matt Carlson1-24/+32
2012-07-16tg3: Fix the setting of the APE_HAS_NCSI flagMichael Chan1-21/+21
2012-07-13tg3: add device id of Apple Thunderbolt Ethernet deviceGreg KH1-0/+1
2012-07-05tg3: set maximal number of default RSS queuesYuval Mintz1-1/+1
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-2/+2
2012-06-11tg3: Apply short DMA frag workaround to 5906Matt Carlson1-1/+2
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2012-05-19tg3: use netdev_alloc_frag() APIEric Dumazet1-33/+5
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+16
2012-04-30tg3: provide frags as skb headEric Dumazet1-10/+64
2012-04-30net: allow skb->head to be a page fragmentEric Dumazet1-1/+1
2012-04-30tg3: remove redundant NULL test before release_firmware() callJesper Juhl1-2/+1