summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* tg3: Fix temperature reportingJean Delvare2015-09-021-1/+1
* bnx2x, tg3: Replace put_page(virt_to_head_page()) with skb_free_frag()Alexander Duyck2015-05-121-1/+1
* net/tg3: Release IRQs on permanent errorGavin Shan2015-04-251-1/+3
* ptp: tg3: use helpers for converting ns to timespec.Richard Cochran2015-03-311-3/+1Star
* ptp: tg3: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-5/+5
* tg3: use napi_complete_done()Eric Dumazet2015-03-061-2/+2
* tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()Jun'ichi Nomura \(NEC\)2015-02-121-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-151-3/+20
|\
| * tg3: Release tp->lock before invoking synchronize_irq()Prashant Sreedharan2015-01-141-0/+12
| * tg3: tg3_reset_task() needs to use rtnl_lock to synchronizePrashant Sreedharan2015-01-141-0/+3
| * tg3: tg3_timer() should grab tp->lock before checking for tp->irq_syncPrashant Sreedharan2015-01-141-3/+5
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* | tg3: move init/deinit from open/close to probe/removeIvan Vecera2015-01-121-14/+11Star
|/
* tg3: tg3_disable_ints using uninitialized mailbox value to disable interruptsPrashant Sreedharan2014-12-221-17/+17
* ethtool: Support for configurable RSS hash functionEyal Perry2014-12-091-2/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-301-1/+2
|\
| * tg3: fix ring init when there are more TX than RX channelsThadeu Lima de Souza Cascardo2014-11-251-1/+2
* | tg3: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-11/+6Star
|/
* tg3: Add skb->xmit_more supportPrashant Sreedharan2014-10-141-4/+6
* tg3: Allow for recieve of full-size 8021AD framesVlad Yasevich2014-10-011-1/+2
* tg3: Work around HW/FW limitations with vlan encapsulated framesVlad Yasevich2014-09-221-2/+18
* tg3: prevent ifup/ifdown during PCI error recoveryIvan Vecera2014-09-021-0/+16
* Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-151-3/+3
|\
| * PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-3/+3
* | tg3: fix return value in tg3_get_stats64Govindarajulu Varadarajan2014-08-141-1/+2
|/
* tg3: Modify tg3_tso_bug() to handle multiple TX ringsPrashant Sreedharan2014-08-061-10/+12
* tg3: Change nvram command timeout value to 50msPrashant Sreedharan2014-06-261-2/+2
* tg3: Clear NETIF_F_TSO6 flag before doing software GSOPrashant Sreedharan2014-06-201-2/+2
* Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2014-06-031-4/+4
|\
| * ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2014-06-031-4/+4
* | tg3: Override clock, link aware and link idle mode during NVRAM dumpPrashant Sreedharan2014-05-251-7/+38
|/
* tg3: Update copyright and version to 3.137Michael Chan2014-05-141-3/+3
* tg3: Prevent page allocation failure during TSO workaroundMichael Chan2014-05-141-7/+26
* tg3: Don't modify ip header fields when doing GSOMichael Chan2014-05-141-7/+5Star
* tg3: update rx_jumbo_pending ring param only when jumbo frames are enabledIvan Vecera2014-04-191-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-3/+2Star
|\
| * tg3: Do not include vlan acceleration features in vlan_featuresVlad Yasevich2014-03-261-3/+2Star
* | tg3: remove open-coded skb_cow_head.françois romieu2014-03-291-2/+1Star
* | tg3: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0Star
* | ptp: drivers: set the number of programmable pins.Richard Cochran2014-03-211-0/+1
* | tg3: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman2014-03-121-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-2/+1Star
|\|
| * tg3: Don't check undefined error bits in RXBDMichael Chan2014-02-281-2/+1Star
* | tg3: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-4/+2Star
|/
* tg3: Fix deadlock in tg3_change_mtu()Nithin Sujir2014-02-071-2/+2
* tg3: cleanup an error path in tg3_phy_reset_5703_4_5()Dan Carpenter2014-02-071-6/+7
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-1/+1
|\
| * tg3: Expand 4g_overflow_test workaround to skb fragments of any size.Nithin Sujir2013-12-271-1/+1
* | tg3: Update version to 3.136Nithin Sujir2014-01-041-2/+2