index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
/
tlan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-3
/
+3
2021-10-20
ethernet: tlan: use eth_hw_addr_set()
Jakub Kicinski
1
-4
/
+6
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
1
-2
/
+2
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-07-09
net: ti: fix UAF in tlan_remove_one
Pavel Skripkin
1
-2
/
+1
2020-10-31
net: tlan: Replace in_irq() usage
Sebastian Andrzej Siewior
1
-41
/
+57
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2020-10-10
net: tlan: Fix typo abitrary
Naoki Hayama
1
-1
/
+1
2020-09-26
drivers/net/ethernet: clean up unused assignments
Jesse Brandeburg
1
-3
/
+1
2020-09-13
tlan: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-33
/
+28
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-31
tlan: use generic power management
Vaibhav Gupta
1
-25
/
+6
2020-06-27
docs: networking: reorganize driver documentation again
Jakub Kicinski
1
-1
/
+1
2020-05-01
docs: networking: device drivers: convert ti/tlan.txt to ReST
Mauro Carvalho Chehab
1
-1
/
+1
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-3
/
+3
2019-07-15
ethernet: remove redundant memset
Fuqian Huang
1
-1
/
+0
2018-12-05
net: documentation: build a directory structure for drivers
Jakub Kicinski
1
-1
/
+3
2018-08-08
net: tlan: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-03-27
net: Spelling s/stucture/structure/
Geert Uytterhoeven
1
-1
/
+1
2017-11-22
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
1
-3
/
+3
2017-10-18
net/ti/tlan: Convert timers to use timer_setup()
Kees Cook
1
-19
/
+13
2016-10-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-10-13
tlan: avoid unused label with PCI=n
Arnd Bergmann
1
-1
/
+1
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
1
-1
/
+0
2016-06-17
net: tlan: don't set unused function argument
Arnd Bergmann
1
-1
/
+0
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-1
/
+1
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
1
-1
/
+0
2015-02-05
tlan: msecs_to_jiffies convrsion
Nicholas Mc Guire
1
-1
/
+1
2015-02-05
tlan: use msecs_to_jiffies for conversion
Nicholas Mc Guire
1
-6
/
+6
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2014-07-08
tlan: Isolate external PHY when using internal PHY
Ondrej Zary
1
-3
/
+4
2014-07-08
tlan: Enable device at resume
Ondrej Zary
1
-1
/
+3
2014-07-08
tlan: Don't disable internal PHY on cards that use it in 10 Mbps mode
Ondrej Zary
1
-5
/
+3
2014-07-08
tlan: Add PHY reset timeout
Ondrej Zary
1
-2
/
+7
2014-07-08
tlan: Make autonegotiation faster
Ondrej Zary
1
-1
/
+1
2014-07-08
tlan: Don't scream if no link
Ondrej Zary
1
-9
/
+0
2014-07-08
tlan: Restart autonegotiation on link loss
Ondrej Zary
1
-0
/
+16
2014-07-08
tlan: Fix MAC address byte order on OC-2325/OC-2326
Ondrej Zary
1
-2
/
+9
2014-07-08
tlan: Add ethtool support
Ondrej Zary
1
-0
/
+37
2014-07-08
tlan: Enable link monitoring
Ondrej Zary
1
-67
/
+48
2014-07-08
tlan: Enable activity LED on Olicom OC-2325 and OC-2326
Ondrej Zary
1
-2
/
+4
2013-10-24
net: tlan: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-06-29
net/trivial: replace numeric with standard PM state macros
Yijing Wang
1
-1
/
+1
2013-05-20
ThunderLAN: remove is_eisa flag
Rolf Eike Beer
1
-1
/
+0
2013-04-17
tlan: cancel work at remove path
Devendra Naga
1
-0
/
+1
2013-03-10
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
Joe Perches
1
-3
/
+1
2012-12-07
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
1
-3
/
+2
2012-12-03
tlan: remove __dev* attributes
Bill Pemberton
1
-4
/
+4
2012-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2012-04-25
tlan: add cast needed for proper 64 bit operation
Benjamin Poirier
1
-1
/
+1
[next]