index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
/
cpsw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ti: cpsw:: constify platform_device_id
Arvind Yadav
2017-08-13
1
-1
/
+1
*
net: Convert to using %pOF instead of full_name
Rob Herring
2017-07-24
1
-4
/
+4
*
net: ethernet: ti: cpsw: Push the request_irq function to the end of probe
Keerthy
2017-07-20
1
-24
/
+25
*
net: ethernet: ti: cpsw: fix sw timestamping for non PTP packets
Ivan Khoronzhuk
2017-06-29
1
-1
/
+2
*
net: ethernet: ti: cpsw: move skb timestamp to packet_submit
Ivan Khoronzhuk
2017-06-29
1
-2
/
+1
*
net: phy: Make phy_ethtool_ksettings_get return void
yuval.shaia@oracle.com
2017-06-13
1
-4
/
+4
*
net: ethernet: ti: cpsw: enable HWTSTAMP_FILTER_PTP_V1_L4_EVENT filter
Grygorii Strashko
2017-06-10
1
-4
/
+8
*
net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL
Miroslav Lichvar
2017-05-21
1
-0
/
+1
*
net: ethernet: ti: cpsw: adjust cpsw fifos depth for fullduplex flow control
Grygorii Strashko
2017-05-08
1
-0
/
+16
*
net: ethernet: ti: cpsw: fix race condition during open()
Sekhar Nori
2017-04-04
1
-6
/
+8
*
net: ethernet: ti: cpsw: wake tx queues on ndo_tx_timeout
Grygorii Strashko
2017-04-02
1
-0
/
+2
*
net: ethernet: ti: cpsw: correct ale dev to cpsw
Ivan Khoronzhuk
2017-02-17
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-16
1
-1
/
+1
|
\
|
*
net: ethernet: ti: cpsw: fix cpsw assignment in resume
Ivan Khoronzhuk
2017-02-14
1
-1
/
+1
*
|
net: ethernet: ti: cpsw: use var instead of func for usage count
Ivan Khoronzhuk
2017-02-14
1
-30
/
+12
*
|
net: ethernet: ti: cpsw: return NET_XMIT_DROP if skb_padto failed
Ivan Khoronzhuk
2017-02-11
1
-1
/
+1
*
|
net: ethernet: ti: cpsw: remove netif_trans_update
Ivan Khoronzhuk
2017-02-07
1
-2
/
+0
*
|
net: ethernet: ti: cpsw: fix NULL pointer dereference in switch mode
Grygorii Strashko
2017-02-01
1
-1
/
+1
*
|
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
1
-1
/
+1
*
|
net: ethernet: ti: cpsw: clarify ethtool ops changing num of descs
Ivan Khoronzhuk
2017-01-20
1
-73
/
+59
*
|
net: ethernet: ti: cpsw: don't duplicate common res in rx handler
Ivan Khoronzhuk
2017-01-20
1
-24
/
+16
*
|
net: ethernet: ti: cpsw: don't duplicate ndev_running
Ivan Khoronzhuk
2017-01-20
1
-14
/
+17
*
|
net: ethernet: ti: cpsw: don't disable interrupts in ndo_open
Ivan Khoronzhuk
2017-01-20
1
-2
/
+0
*
|
net: ethernet: ti: cpsw: remove dual check from common res usage function
Ivan Khoronzhuk
2017-01-20
1
-3
/
+0
*
|
net: ethernet: ti: cpsw: extend limits for cpsw_get/set_ringparam
Ivan Khoronzhuk
2017-01-09
1
-4
/
+3
*
|
net: ethernet: ti: cpsw: add support for ringparam configuration
Grygorii Strashko
2017-01-07
1
-0
/
+86
*
|
net: ethernet: ti: cpsw: add support for descs pool size configuration
Grygorii Strashko
2017-01-07
1
-3
/
+9
|
/
*
net: ethernet: ti: cpsw: sync rates for channels in dual emac mode
Ivan Khoronzhuk
2016-12-10
1
-1
/
+11
*
net: ethernet: ti: cpsw: re-split res only when speed is changed
Ivan Khoronzhuk
2016-12-10
1
-5
/
+59
*
net: ethernet: ti: cpsw: combine budget and weight split and check
Ivan Khoronzhuk
2016-12-10
1
-73
/
+34
*
net: ethernet: ti: cpsw: don't start queue twice
Ivan Khoronzhuk
2016-12-10
1
-2
/
+0
*
net: ethernet: ti: cpsw: use same macros to get active slave
Ivan Khoronzhuk
2016-12-10
1
-4
/
+1
*
net: ethernet: ti: cpts: move dt props parsing to cpts driver
Grygorii Strashko
2016-12-07
1
-15
/
+1
*
net: ethernet: ti: cpts: rework initialization/deinitialization
Grygorii Strashko
2016-12-07
1
-11
/
+13
*
net: ethernet: ti: cpsw: minimize direct access to struct cpts
Grygorii Strashko
2016-12-07
1
-13
/
+15
*
net: ethernet: ti: allow cpts to be built separately
Grygorii Strashko
2016-12-07
1
-5
/
+17
*
net: ethernet: ti: cpsw: fix early budget split
Ivan Khoronzhuk
2016-12-06
1
-77
/
+77
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-03
1
-14
/
+6
|
\
|
*
net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during resume
Grygorii Strashko
2016-11-30
1
-0
/
+4
|
*
of_mdio: add helper to deregister fixed-link PHYs
Johan Hovold
2016-11-29
1
-14
/
+2
*
|
net: ethernet: ti: cpsw: split tx budget according between channels
Ivan Khoronzhuk
2016-11-30
1
-29
/
+130
*
|
net: ethernet: ti: cpsw: optimize end of poll cycle
Ivan Khoronzhuk
2016-11-30
1
-18
/
+6
*
|
net: ethernet: ti: cpsw: add .ndo to set per-queue rate
Ivan Khoronzhuk
2016-11-30
1
-0
/
+87
*
|
cpsw: ethtool: add support for nway reset
Yegor Yefremov
2016-11-30
1
-0
/
+13
*
|
cpsw: ethtool: add support for getting/setting EEE registers
Yegor Yefremov
2016-11-30
1
-0
/
+26
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-22
1
-21
/
+74
|
\
\
|
|
/
|
*
net: ethernet: ti: cpsw: fix fixed-link phy probe deferral
Johan Hovold
2016-11-18
1
-5
/
+7
|
*
net: ethernet: ti: cpsw: add missing sanity check
Johan Hovold
2016-11-18
1
-0
/
+3
|
*
net: ethernet: ti: cpsw: fix secondary-emac probe error path
Johan Hovold
2016-11-18
1
-1
/
+3
|
*
net: ethernet: ti: cpsw: fix of_node and phydev leaks
Johan Hovold
2016-11-18
1
-0
/
+35
[next]