aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-08net: tg3: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-7/+5
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller1-0/+4
2019-07-23net: broadcom: Use dev_get_drvdataChuhong Yuan1-4/+2
2019-06-09tg3: Use napi_alloc_frag()Sebastian Andrzej Siewior1-1/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+1
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-6/+0
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2019-04-08broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich1-4/+4
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-6/+0
2019-04-02tg3: allow ethtool -p to work for NICs in down stateJon Maxwell1-3/+0
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-01-23broadcom: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-11/+11
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+16
2018-11-20tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control pathsSiva Reddy Kallam1-2/+16
2018-11-18tg3: optionally use eth_platform_get_mac_address() to get mac addressthesven73@gmail.com1-40/+2
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-17/+27
2018-11-09tg3: extend PTP gettime function to read system clockMiroslav Lichvar1-6/+13
2018-09-13tg3: Fix fall-through annotationsGustavo A. R. Silva1-6/+6
2018-09-12net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn1-3/+1
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn1-31/+12
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-6/+2
2018-09-12net: ethernet: Fix up drivers masking pause supportAndrew Lunn1-2/+2
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-4/+4
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+2
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu1-0/+13
2018-07-27net: ethernet: Use existing define with polynomialKrzysztof Kozlowski1-1/+2
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-0/+13
2018-07-16tg3: Add higher cpu clock for 5762.Sanjeev Bansal1-0/+9
2018-07-16tg3: Update copyrightSiva Reddy Kallam1-0/+4
2018-06-29tg3: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+14
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-05-04tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().Michael Chan1-4/+5
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-03-14tg3: prevent scheduling while atomic splatJonathan Toppins1-1/+1
2018-02-19tg3: APE heartbeat changesPrashant Sreedharan1-11/+24
2018-01-04tg3: Add Macronix NVRAM supportPrashant Sreedharan1-2/+19
2017-12-27tg3: Enable PHY reset in MTU change path for 5720Siva Reddy Kallam1-1/+2
2017-12-27tg3: Add workaround to restrict 5762 MRRS to 2048Siva Reddy Kallam1-0/+10
2017-12-27tg3: Update copyrightSiva Reddy Kallam1-2/+4
2017-12-19tg3: Fix rx hang on MTU change with 5717/5719Brian King1-1/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-09-21drivers: net: tg3: use setup_timer() helper.Allen Pais1-3/+1
2017-09-14tg3: clean up redundant initialization of tnapiColin Ian King1-2/+2
2017-08-24tg3: Be drop monitor friendlyFlorian Fainelli1-4/+4
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-1/+3
2017-05-03tg3: don't clear stats while tg3_closeYueHaibing1-4/+0
2017-03-09tg3: Add the ability to conditionally build w/ HWMONFlorian Fainelli1-0/+7
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1