aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/tg3.c
AgeCommit message (Expand)Author
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
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
2012-09-30tg3: Add support for ethtool -L|-l to get/set the number of rings.Michael Chan
2012-09-30tg3: Refactor tg3_close()Michael Chan
2012-09-30tg3: Refactor tg3_open()Michael Chan
2012-09-30tg3: Separate coalescing setup for rx and txMichael Chan
2012-09-30tg3: Allow number of rx and tx rings to be set independently.Michael Chan
2012-09-30tg3: Introduce separate functions to allocate/free RX/TX rings.Michael Chan
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas
2012-09-07netdev: make pci_error_handlers constStephen Hemminger
2012-08-23tg3: Use PCI Express Capability accessorsJiang Liu
2012-07-29tg3: Update version to 3.124Michael Chan
2012-07-29tg3: Fix race condition in tg3_get_stats64()Michael Chan
2012-07-29tg3: Add New 5719 Read DMA workaroundMichael Chan
2012-07-29tg3: Fix Read DMA workaround for 5719 A0.Michael Chan
2012-07-29tg3: Request APE_LOCK_PHY before PHY accessMichael Chan
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds
2012-07-16tg3: Add hwmon support for temperatureMichael Chan
2012-07-16tg3: Add APE scratchpad read functionMatt Carlson
2012-07-16tg3: Add common function tg3_ape_event_lock()Matt Carlson
2012-07-16tg3: Fix the setting of the APE_HAS_NCSI flagMichael Chan
2012-07-13tg3: add device id of Apple Thunderbolt Ethernet deviceGreg KH
2012-07-05tg3: set maximal number of default RSS queuesYuval Mintz
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu
2012-06-11tg3: Apply short DMA frag workaround to 5906Matt Carlson
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-05-19tg3: use netdev_alloc_frag() APIEric Dumazet
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-30tg3: provide frags as skb headEric Dumazet
2012-04-30net: allow skb->head to be a page fragmentEric Dumazet
2012-04-30tg3: remove redundant NULL test before release_firmware() callJesper Juhl
2012-04-25tg3: Avoid panic from reserved statblk field accessMatt Carlson
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller