aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2016-09-30tg3: Avoid NULL pointer dereference in tg3_io_error_detected()Milton Miller1-5/+5
2016-09-26net: tg3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-50/+62
2016-09-01tg3: Fix for disallow tx coalescing time to be 0Ivan Vecera1-10/+1
2016-08-03tg3: Report the correct number of RSS queues through tg3_get_rxnfcSiva Reddy Kallam1-4/+0
2016-08-03tg3: Fix for diasllow rx coalescing time to be 0Satish Baddipadige1-0/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-02-09tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segsSiva Reddy Kallam1-6/+19
2016-01-29net: tg3: avoid uninitialized variable warningArnd Bergmann1-1/+1
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-15/+15
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-4/+0
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-7/+3
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-2/+2
2015-09-01tg3: Fix temperature reportingJean Delvare1-1/+1
2015-05-12bnx2x, tg3: Replace put_page(virt_to_head_page()) with skb_free_frag()Alexander Duyck1-1/+1
2015-04-25net/tg3: Release IRQs on permanent errorGavin Shan1-1/+3
2015-03-31ptp: tg3: use helpers for converting ns to timespec.Richard Cochran1-3/+1
2015-03-31ptp: tg3: convert to the 64 bit get/set time methods.Richard Cochran1-5/+5
2015-03-06tg3: use napi_complete_done()Eric Dumazet1-2/+2
2015-02-11tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()Jun'ichi Nomura \(NEC\)1-0/+2
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+20
2015-01-14tg3: Release tp->lock before invoking synchronize_irq()Prashant Sreedharan1-0/+12
2015-01-14tg3: tg3_reset_task() needs to use rtnl_lock to synchronizePrashant Sreedharan1-0/+3
2015-01-14tg3: tg3_timer() should grab tp->lock before checking for tp->irq_syncPrashant Sreedharan1-3/+5
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2015-01-12tg3: move init/deinit from open/close to probe/removeIvan Vecera1-14/+11
2014-12-22tg3: tg3_disable_ints using uninitialized mailbox value to disable interruptsPrashant Sreedharan1-17/+17
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