summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/tg3.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-29tg3: Fix tg3_get_stats64 for 5700 / 5701 devsMatt Carlson1-22/+23
2012-02-24ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2012-02-23tg3: Create timer helper functionsMatt Carlson1-96/+112
2012-02-23tg3: Clear RECOVERY_PENDING with reset_task_cancelMatt Carlson1-1/+1
2012-02-23tg3: Remove SPEED_UNKNOWN checksMatt Carlson1-44/+23
2012-02-23tg3: Fix link check in tg3_adjust_linkMatt Carlson1-2/+4
2012-02-22tg3: remove IRQF_SAMPLE_RANDOM flagDavidlohr Bueso1-1/+1
2012-02-14tg3: Update copyrightMatt Carlson1-1/+1
2012-02-14tg3: Use *_UNKNOWN ethtool definitionsMatt Carlson1-20/+20
2012-02-14tg3: Remove unneeded link_config.orig_... membersMatt Carlson1-27/+12
2012-02-14tg3: Remove unused link config codeMatt Carlson1-5/+1
2012-02-14tg3: Consolidate ASIC rev detection codeMatt Carlson1-80/+79
2012-02-14tg3: Reduce UMP event collision windowMatt Carlson1-16/+26
2012-02-14tg3: Fix NVRAM page writes on newer devicesMatt Carlson1-2/+5
2012-02-14tg3: Fix copper autoneg adv checksMatt Carlson1-1/+10