summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/tg3.c
AgeCommit message (Expand)Author
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
2012-04-04tg3: Support the get_ts_info ethtool method.Richard Cochran
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-04-02tg3: Fix 5717 serdes powerdown problemMatt Carlson
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-21tg3: Fix RSS ring refill race conditionMichael Chan
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-06tg3: Fix to use multi queue BQL interfacesTom Herbert
2012-03-04tg3: Recode PCI MRRS adjustment as a PCI quirkMatt Carlson
2012-03-04tg3: Fix poor tx performance on 57766 after MTU changeMichael Chan
2012-03-04tg3: Add memory barriers to sync BD dataMichael Chan
2012-03-04tg3: Fix jumbo loopback test on 5719Michael Chan
2012-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-29tg3: Fix tg3_get_stats64 for 5700 / 5701 devsMatt Carlson
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka