summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-041-4/+13
|\
| * tg3: Fix soft lockup when tg3_reset_task() fails.Michael Chan2020-09-031-4/+13
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-27/+27
|/
* tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezesDavid Christensen2020-06-191-2/+2
* net: tg3: tidy up loop, remove need to compute off with a multiplyColin Ian King2020-05-091-5/+3
* net: tg3: reject unsupported coalescing paramsJakub Kicinski2020-03-111-0/+5
* net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky2020-03-041-10/+1
* net: tg3: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-091-7/+5
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-1/+1
* net: reject PTP periodic output requests with unsupported flagsJacob Keller2019-11-151-0/+4
* net: broadcom: Use dev_get_drvdataChuhong Yuan2019-07-231-4/+2
* tg3: Use napi_alloc_frag()Sebastian Andrzej Siewior2019-06-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-4/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-091-4/+4
| |\
| * | tg3: allow ethtool -p to work for NICs in down stateJon Maxwell2019-04-021-3/+0
| * | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-1/+1
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-071-6/+0
|\ \ \ | |_|/ |/| |
| * | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-6/+0
| |/
* / broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-091-4/+4
|/
* broadcom: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-231-2/+2
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-251-2/+16
|\
| * tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control pathsSiva Reddy Kallam2018-11-201-2/+16
* | tg3: optionally use eth_platform_get_mac_address() to get mac addressthesven73@gmail.com2018-11-181-40/+2
* | net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-17/+27
* | tg3: extend PTP gettime function to read system clockMiroslav Lichvar2018-11-101-6/+13
|/
* tg3: Fix fall-through annotationsGustavo A. R. Silva2018-09-141-6/+6
* net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn2018-09-131-3/+1
* net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn2018-09-131-31/+12
* net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn2018-09-131-6/+2
* net: ethernet: Fix up drivers masking pause supportAndrew Lunn2018-09-131-2/+2
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-131-4/+4
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-161-1/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-031-0/+13
| |\
| * | net: ethernet: Use existing define with polynomialKrzysztof Kozlowski2018-07-271-1/+2
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-0/+13
|\ \ \ | | |/ | |/|
| * | tg3: Add higher cpu clock for 5762.Sanjeev Bansal2018-07-161-0/+9
| * | tg3: Update copyrightSiva Reddy Kallam2018-07-161-0/+4
| |/
* / tg3: Mark expected switch fall-throughsGustavo A. R. Silva2018-06-291-0/+14
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-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-221-3/+3