summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/tg3.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-30tg3: Request APE_LOCK_PHY before PHY accessMichael Chan1-0/+37
2012-07-25Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2012-07-17tg3: Add hwmon support for temperatureMichael Chan1-0/+112
2012-07-17tg3: Add APE scratchpad read functionMatt Carlson1-0/+79
2012-07-17tg3: Add common function tg3_ape_event_lock()Matt Carlson1-24/+32
2012-07-17tg3: 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-14PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-2/+2
2012-06-12tg3: Apply short DMA frag workaround to 5906Matt Carlson1-1/+2
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+1
2012-05-19tg3: use netdev_alloc_frag() APIEric Dumazet1-33/+5
2012-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+16
2012-05-01tg3: provide frags as skb headEric Dumazet1-10/+64
2012-05-01net: 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
2012-04-25tg3: Avoid panic from reserved statblk field accessMatt Carlson1-2/+16
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2012-04-04tg3: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+3
2012-04-03tg3: Fix 5717 serdes powerdown problemMatt Carlson1-1/+3
2012-03-29Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-22tg3: Fix RSS ring refill race conditionMichael Chan1-3/+22
2012-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2012-03-06tg3: Fix to use multi queue BQL interfacesTom Herbert1-3/+3
2012-03-05tg3: Recode PCI MRRS adjustment as a PCI quirkMatt Carlson1-6/+0
2012-03-05tg3: Fix poor tx performance on 57766 after MTU changeMichael Chan1-2/+8
2012-03-05tg3: Add memory barriers to sync BD dataMichael Chan1-0/+9
2012-03-05tg3: Fix jumbo loopback test on 5719Michael Chan1-3/+11
2012-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+22