index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
/
tlan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ethernet: tlan: use eth_hw_addr_set()
Jakub Kicinski
2021-10-20
1
-4
/
+6
*
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-10-14
1
-2
/
+2
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-1
/
+1
*
net: ti: fix UAF in tlan_remove_one
Pavel Skripkin
2021-07-09
1
-2
/
+1
*
net: tlan: Replace in_irq() usage
Sebastian Andrzej Siewior
2020-10-31
1
-41
/
+57
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-10-15
1
-1
/
+1
|
\
|
*
net: tlan: Fix typo abitrary
Naoki Hayama
2020-10-09
1
-1
/
+1
*
|
drivers/net/ethernet: clean up unused assignments
Jesse Brandeburg
2020-09-25
1
-3
/
+1
*
|
tlan: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-09-12
1
-33
/
+28
|
/
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
tlan: use generic power management
Vaibhav Gupta
2020-07-30
1
-25
/
+6
*
docs: networking: reorganize driver documentation again
Jakub Kicinski
2020-06-26
1
-1
/
+1
*
docs: networking: device drivers: convert ti/tlan.txt to ReST
Mauro Carvalho Chehab
2020-05-01
1
-1
/
+1
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-12
1
-3
/
+3
*
ethernet: remove redundant memset
Fuqian Huang
2019-07-15
1
-1
/
+0
*
net: documentation: build a directory structure for drivers
Jakub Kicinski
2018-12-05
1
-1
/
+3
*
net: tlan: Mark expected switch fall-through
Gustavo A. R. Silva
2018-08-07
1
-0
/
+1
*
net: Spelling s/stucture/structure/
Geert Uytterhoeven
2018-03-27
1
-1
/
+1
*
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
2017-11-21
1
-3
/
+3
*
net/ti/tlan: Convert timers to use timer_setup()
Kees Cook
2017-10-18
1
-19
/
+13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-14
1
-1
/
+1
|
\
|
*
tlan: avoid unused label with PCI=n
Arnd Bergmann
2016-10-13
1
-1
/
+1
*
|
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
2016-10-13
1
-1
/
+0
|
/
*
net: tlan: don't set unused function argument
Arnd Bergmann
2016-06-16
1
-1
/
+0
*
treewide: replace dev->trans_start update with helper
Florian Westphal
2016-05-04
1
-1
/
+1
*
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
2015-10-16
1
-1
/
+0
*
tlan: msecs_to_jiffies convrsion
Nicholas Mc Guire
2015-02-04
1
-1
/
+1
*
tlan: use msecs_to_jiffies for conversion
Nicholas Mc Guire
2015-02-04
1
-6
/
+6
*
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-08-12
1
-1
/
+1
*
tlan: Isolate external PHY when using internal PHY
Ondrej Zary
2014-07-07
1
-3
/
+4
*
tlan: Enable device at resume
Ondrej Zary
2014-07-07
1
-1
/
+3
*
tlan: Don't disable internal PHY on cards that use it in 10 Mbps mode
Ondrej Zary
2014-07-07
1
-5
/
+3
*
tlan: Add PHY reset timeout
Ondrej Zary
2014-07-07
1
-2
/
+7
*
tlan: Make autonegotiation faster
Ondrej Zary
2014-07-07
1
-1
/
+1
*
tlan: Don't scream if no link
Ondrej Zary
2014-07-07
1
-9
/
+0
*
tlan: Restart autonegotiation on link loss
Ondrej Zary
2014-07-07
1
-0
/
+16
*
tlan: Fix MAC address byte order on OC-2325/OC-2326
Ondrej Zary
2014-07-07
1
-2
/
+9
*
tlan: Add ethtool support
Ondrej Zary
2014-07-07
1
-0
/
+37
*
tlan: Enable link monitoring
Ondrej Zary
2014-07-07
1
-67
/
+48
*
tlan: Enable activity LED on Olicom OC-2325 and OC-2326
Ondrej Zary
2014-07-07
1
-2
/
+4
*
net: tlan: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-10-23
1
-1
/
+0
*
net/trivial: replace numeric with standard PM state macros
Yijing Wang
2013-06-28
1
-1
/
+1
*
ThunderLAN: remove is_eisa flag
Rolf Eike Beer
2013-05-20
1
-1
/
+0
*
tlan: cancel work at remove path
Devendra Naga
2013-04-16
1
-0
/
+1
*
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
Joe Perches
2013-03-09
1
-3
/
+1
*
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
2012-12-07
1
-3
/
+2
*
tlan: remove __dev* attributes
Bill Pemberton
2012-12-03
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-05-07
1
-1
/
+1
|
\
|
*
tlan: add cast needed for proper 64 bit operation
Benjamin Poirier
2012-04-25
1
-1
/
+1
*
|
net: Fix spelling typo in net
Masanari Iida
2012-04-14
1
-1
/
+1
|
/
[next]