summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+3
* tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().Michael Chan2018-05-041-4/+5
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-3/+3
* tg3: prevent scheduling while atomic splatJonathan Toppins2018-03-141-1/+1
* tg3: APE heartbeat changesPrashant Sreedharan2018-02-191-11/+24
* tg3: Add Macronix NVRAM supportPrashant Sreedharan2018-01-041-2/+19
* tg3: Enable PHY reset in MTU change path for 5720Siva Reddy Kallam2017-12-271-1/+2
* tg3: Add workaround to restrict 5762 MRRS to 2048Siva Reddy Kallam2017-12-271-0/+10
* tg3: Update copyrightSiva Reddy Kallam2017-12-271-2/+4
* tg3: Fix rx hang on MTU change with 5717/5719Brian King2017-12-191-1/+3
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* drivers: net: tg3: use setup_timer() helper.Allen Pais2017-09-211-3/+1
* 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
OpenPOWER on IntegriCloud