summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* tg3: clean up redundant initialization of tnapiColin Ian King2017-09-141-2/+2
* tg3: Be drop monitor friendlyFlorian Fainelli2017-08-241-4/+4
* net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2017-06-131-1/+3
* tg3: don't clear stats while tg3_closeYueHaibing2017-05-031-4/+0
* tg3: Add the ability to conditionally build w/ HWMONFlorian Fainelli2017-03-091-0/+7
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-091-0/+3
|\
| * tg3: Fix race condition in tg3_get_stats64().Michael Chan2017-01-071-0/+3
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-5/+3
|/
* ethernet/broadcom: use core min/max MTU checkingJarod Wilson2016-10-181-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-021-5/+5
|\
| * tg3: Avoid NULL pointer dereference in tg3_io_error_detected()Milton Miller2016-09-301-5/+5
* | net: tg3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-261-50/+62
|/
* tg3: Fix for disallow tx coalescing time to be 0Ivan Vecera2016-09-011-10/+1
* tg3: Report the correct number of RSS queues through tg3_get_rxnfcSiva Reddy Kallam2016-08-031-4/+0
* tg3: Fix for diasllow rx coalescing time to be 0Satish Baddipadige2016-08-031-0/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segsSiva Reddy Kallam2016-02-091-6/+19
* net: tg3: avoid uninitialized variable warningArnd Bergmann2016-01-291-1/+1
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-071-15/+15
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-4/+0
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-7/+3
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-2/+2
* tg3: Fix temperature reportingJean Delvare2015-09-011-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/+1
* 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-111-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/+11
|/
* 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-081-2/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-291-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/+6
|/
* 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-141-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-131-1/+2
|/
* tg3: Modify tg3_tso_bug() to handle multiple TX ringsPrashant Sreedharan2014-08-051-10/+12
* tg3: Change nvram command timeout value to 50msPrashant Sreedharan2014-06-251-2/+2
OpenPOWER on IntegriCloud