index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
/
netcp_ethss.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
1
-2
/
+2
2023-10-17
net: netcp: replace deprecated strncpy with strscpy
Justin Stitt
1
-2
/
+2
2023-03-16
net: Use of_property_read_bool() for boolean properties
Rob Herring
1
-5
/
+3
2021-12-14
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
1
-4
/
+0
2020-09-12
net: netcp: ethss: use dev_id for ale configuration
Grygorii Strashko
1
-10
/
+8
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2020-05-22
net: ethernet: ti: fix some return value check of cpsw_ale_create()
Wei Yongjun
1
-2
/
+2
2020-04-23
net: ethernet: ti: cpts: add support for HW_TS_PUSH events
Grygorii Strashko
1
-1
/
+2
2019-12-26
net: netcp_ethss: Use the PHY time stamping interface.
Richard Cochran
1
-5
/
+3
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-16
/
+16
2019-11-04
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
1
-2
/
+3
2019-06-09
net: ethernet: ti: netcp_ethss: add support for child cpts node
Grygorii Strashko
1
-2
/
+7
2019-04-28
net: ethernet: ti: convert to SPDX license identifiers
Grygorii Strashko
1
-9
/
+1
2019-03-24
net: ethernet: ti: fix possible object reference leak
Wen Yang
1
-2
/
+6
2018-12-06
net: Use of_node_name_eq for node name comparisons
Rob Herring
1
-2
/
+2
2018-11-14
net: ethernet: ti: cpts: move enable/disable flags outside of cpts module
Ivan Khoronzhuk
1
-15
/
+17
2018-08-30
net: ethernet: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-21
/
+21
2018-06-13
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-12
/
+12
2018-06-03
net: netcp: ethss: remove unnecessary pointer set to NULL
YueHaibing
1
-1
/
+0
2018-04-19
net: netcp: ethss: k2g: add promiscuous mode support
WingMan Kwok
1
-0
/
+56
2018-04-19
net: netcp: ethss: use of_get_phy_mode() to support different RGMII modes
Murali Karicheri
1
-0
/
+18
2018-04-19
net: netcp: ethss: re-use stats handling code for 2u hardware
Murali Karicheri
1
-1
/
+1
2018-04-19
net: netcp: ethss: map vlan priorities to zero flow
Murali Karicheri
1
-0
/
+9
2018-04-19
net: netcp: ethss: use rgmii link status for 2u cpsw hardware
Murali Karicheri
1
-7
/
+27
2018-04-19
net: netcp: ethss: add support for handling rgmii link interface
Murali Karicheri
1
-4
/
+11
2018-04-19
net: netcp: ethss: make sgmii configuration conditional
Murali Karicheri
1
-5
/
+13
2018-04-19
net: netcp: ethss: use macro for checking ss_version consistently
Murali Karicheri
1
-13
/
+16
2017-12-02
net: ethernet: ti: ale: use devm_kzalloc in cpsw_ale_create()
Grygorii Strashko
1
-1
/
+0
2017-12-02
net: ethernet: ti: cpsw: move mac_hi/lo defines in cpsw.h
Grygorii Strashko
1
-4
/
+1
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-4
/
+3
2017-09-22
net: ti: netcp: use setup_timer
Allen Pais
1
-3
/
+2
2017-06-29
net: ethernet: ti: netcp_ethss: use cpts to check if packet needs timestamping
Ivan Khoronzhuk
1
-17
/
+1
2017-06-13
net: phy: Make phy_ethtool_ksettings_get return void
yuval.shaia@oracle.com
1
-5
/
+3
2017-05-15
net: netcp: fix check of requested timestamping filter
Miroslav Lichvar
1
-1
/
+0
2017-04-24
net: netcp: fix spelling mistake: "memomry" -> "memory"
Colin Ian King
1
-2
/
+1
2017-02-07
net: netcp: Do not clobber PHY link outside of state machine
Florian Fainelli
1
-2
/
+0
2017-01-08
net: netcp: ale: use ale_status to size the ale table
Karicheri, Muralidharan
1
-3
/
+1
2017-01-08
net: netcp: ale: update to support unknown vlan controls for NU switch
Karicheri, Muralidharan
1
-1
/
+4
2017-01-08
net: netcp: use hw capability to remove FCS word from rx packets
Karicheri, Muralidharan
1
-2
/
+8
2017-01-08
net: netcp: ethss: get phy-handle only if link interface is MAC-to-PHY
Karicheri, Muralidharan
1
-1
/
+3
2016-12-20
net: netcp: ethss: fix 10gbe host port tx pri map configuration
WingMan Kwok
1
-1
/
+2
2016-12-20
net: netcp: ethss: fix errors in ethtool ops
WingMan Kwok
1
-5
/
+16
2016-12-11
net: ethernet: ti: netcp: add support of cpts
WingMan Kwok
1
-9
/
+428
2016-10-12
net: ti: netcp_ethss: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-17
/
+25
2016-01-07
phy: add phydev_name() wrapper
Andrew Lunn
1
-2
/
+2
2015-10-27
net: netcp: add missing of_node_put
Julia Lawall
1
-2
/
+6
2015-09-24
net: netcp: ethss: fix error in calling sgmii api with incorrect offset
WingMan Kwok
1
-27
/
+20
2015-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-32
/
+37
2015-07-30
net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functions
Karicheri, Muralidharan
1
-27
/
+17
2015-07-30
net: netcp: ethss: fix up incorrect use of list api
Karicheri, Muralidharan
1
-3
/
+2
[next]