aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry1-2/+18
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-11-25tg3: fix ring init when there are more TX than RX channelsThadeu Lima de Souza Cascardo1-1/+2
2014-11-16tg3: use netdev_rss_key_fill() helperEric Dumazet1-11/+6
2014-10-14tg3: Add skb->xmit_more supportPrashant Sreedharan1-4/+6
2014-10-01tg3: Allow for recieve of full-size 8021AD framesVlad Yasevich1-1/+2
2014-09-22tg3: Work around HW/FW limitations with vlan encapsulated framesVlad Yasevich1-2/+18
2014-09-02tg3: prevent ifup/ifdown during PCI error recoveryIvan Vecera1-0/+16
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+3
2014-08-13tg3: fix return value in tg3_get_stats64Govindarajulu Varadarajan1-1/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-3/+3
2014-08-05tg3: Modify tg3_tso_bug() to handle multiple TX ringsPrashant Sreedharan1-10/+12
2014-06-25tg3: Change nvram command timeout value to 50msPrashant Sreedharan1-2/+2
2014-06-19tg3: Clear NETIF_F_TSO6 flag before doing software GSOPrashant Sreedharan1-2/+2
2014-06-02Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/net-nextDavid S. Miller1-4/+4
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings1-4/+4
2014-05-24tg3: Override clock, link aware and link idle mode during NVRAM dumpPrashant Sreedharan1-7/+38
2014-05-13tg3: Update copyright and version to 3.137Michael Chan1-3/+3
2014-05-13tg3: Prevent page allocation failure during TSO workaroundMichael Chan1-7/+26
2014-05-13tg3: Don't modify ip header fields when doing GSOMichael Chan1-7/+5
2014-04-18tg3: update rx_jumbo_pending ring param only when jumbo frames are enabledIvan Vecera1-1/+3
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2014-03-29tg3: remove open-coded skb_cow_head.françois romieu1-2/+1
2014-03-28tg3: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-26tg3: Do not include vlan acceleration features in vlan_featuresVlad Yasevich1-3/+2
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran1-0/+1
2014-03-12tg3: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-7/+7
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2014-02-28tg3: Don't check undefined error bits in RXBDMichael Chan1-2/+1
2014-02-18tg3: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-4/+2
2014-02-06tg3: Fix deadlock in tg3_change_mtu()Nithin Sujir1-2/+2
2014-02-06tg3: cleanup an error path in tg3_phy_reset_5703_4_5()Dan Carpenter1-6/+7
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-03tg3: Update version to 3.136Nithin Sujir1-2/+2
2014-01-03tg3: Poll cpmu link state on APE + ASF enabled devicesNithin Sujir1-0/+10
2014-01-03tg3: Set the MAC clock to the fastest speed during boot code loadNithin Sujir1-4/+51
2014-01-03tg3: Add unicast filtering support.Michael Chan1-0/+21
2014-01-03tg3: Refactor __tg3_set_mac_addr()Michael Chan1-13/+22
2013-12-27tg3: Expand 4g_overflow_test workaround to skb fragments of any size.Nithin Sujir1-1/+1
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-12-10tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0Nat Gurumoorthy1-0/+3
2013-12-06tg3: Update version to 3.135Nithin Sujir1-2/+2
2013-12-06tg3: Expand multicast drop counter miscounting fix to 5762Nithin Sujir1-0/+3
2013-12-06tg3: Add flag to disable 1G Half Duplex advertisementNithin Sujir1-7/+21
2013-12-06tg3: Don't add rxbds_empty to rx_over_errorsNithin Sujir1-2/+0
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller1-4/+67
2013-12-02PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not presentRafael J. Wysocki1-7/+19
2013-11-28tg3: Convert to use hwmon_device_register_with_groupsGuenter Roeck1-19/+6
2013-11-21tg3: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-4/+67