Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
1239a96a8fcbdaa5e4171db12ccc694027a20ee7
/
drivers
/
net
/
ethernet
/
ti
/
cpsw.c
1239a96
net: ethernet: ti: cpsw: use BIT macro
by Ivan Khoronzhuk
· 6 years ago
6c1f0a1
net: drivers/net: Convert random_ether_addr to eth_random_addr
by Joe Perches
· 7 years ago
a86854d
treewide: devm_kzalloc() -> devm_kcalloc()
by Kees Cook
· 7 years ago
e2b3e49
net: ti: cpsw: include gpio/consumer.h
by Arnd Bergmann
· 7 years ago
bf2ce3f
net: ethernet: ti: cpsw: Fix cpsw_add_ch_strings() printk format
by Florian Fainelli
· 7 years ago
9611d6d
net: ethernet: ti: cpsw: disable mq feature for "AM33xx ES1.0" devices
by Ivan Khoronzhuk
· 7 years ago
5e5add1
net: ethernet: ti: cpsw: fix packet leaking in dual_mac mode
by Grygorii Strashko
· 7 years ago
5e391dc5
net: ethernet: ti: cpsw: fix tx vlan priority mapping
by Ivan Khoronzhuk
· 7 years ago
514c603
headers: untangle kmemleak.h from mm.h
by Randy Dunlap
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
a3a41d2
net: ethernet: ti: cpsw: enable vlan rx vlan offload
by Grygorii Strashko
· 7 years ago
f9db506
net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY interface
by SZ Lin (林上智)
· 7 years ago
62f94c2
net: ethernet: ti: cpsw: fix net watchdog timeout
by Grygorii Strashko
· 7 years ago
8a83c5d
net: ethernet: ti: cpdma: correct error handling for chan create
by Ivan Khoronzhuk
· 7 years ago
1971ab5
net: ethernet: ti: ale: use devm_kzalloc in cpsw_ale_create()
by Grygorii Strashko
· 7 years ago
c6395f1
net: ethernet: ti: cpsw: fix ale port numbers
by Grygorii Strashko
· 7 years ago
2733d7b
net: ethernet: ti: cpsw: move mac_hi/lo defines in cpsw.h
by Grygorii Strashko
· 7 years ago
2c8a14d
net: ethernet: ti: cpsw: move platform data struct to .c file
by Grygorii Strashko
· 7 years ago
dda5f5fe
net: ethernet: ti: cpsw: use proper io apis
by Grygorii Strashko
· 7 years ago
fc49be8
net: ethernet: ti: cpsw: drop unused var poll from cpsw_update_channels_res
by Grygorii Strashko
· 7 years ago
9421c90
net: ethernet: ti: cpsw: fix min eth packet size
by Grygorii Strashko
· 7 years ago
f5b5894
net: ti: cpsw:: constify platform_device_id
by Arvind Yadav
· 7 years ago
f7ce910
net: Convert to using %pOF instead of full_name
by Rob Herring
· 7 years ago
070f9c6
net: ethernet: ti: cpsw: Push the request_irq function to the end of probe
by Keerthy
· 7 years ago
f44f841
net: ethernet: ti: cpsw: fix sw timestamping for non PTP packets
by Ivan Khoronzhuk
· 8 years ago
98fdd85
net: ethernet: ti: cpsw: move skb timestamp to packet_submit
by Ivan Khoronzhuk
· 8 years ago
5514174
net: phy: Make phy_ethtool_ksettings_get return void
by yuval.shaia@oracle.com
· 8 years ago
e9523a5
net: ethernet: ti: cpsw: enable HWTSTAMP_FILTER_PTP_V1_L4_EVENT filter
by Grygorii Strashko
· 8 years ago
e341257
net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL
by Miroslav Lichvar
· 8 years ago
48f5bcc
net: ethernet: ti: cpsw: adjust cpsw fifos depth for fullduplex flow control
by Grygorii Strashko
· 8 years ago
30c57f0
net: ethernet: ti: cpsw: fix race condition during open()
by Sekhar Nori
· 8 years ago
75514b6
net: ethernet: ti: cpsw: wake tx queues on ndo_tx_timeout
by Grygorii Strashko
· 8 years ago
9fe9aa0
net: ethernet: ti: cpsw: correct ale dev to cpsw
by Ivan Khoronzhuk
· 8 years ago
3f64116
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
d5bc161
net: ethernet: ti: cpsw: use var instead of func for usage count
by Ivan Khoronzhuk
· 8 years ago
a60ced9
net: ethernet: ti: cpsw: fix cpsw assignment in resume
by Ivan Khoronzhuk
· 8 years ago
1bf9605
net: ethernet: ti: cpsw: return NET_XMIT_DROP if skb_padto failed
by Ivan Khoronzhuk
· 8 years ago
219189e
net: ethernet: ti: cpsw: remove netif_trans_update
by Ivan Khoronzhuk
· 8 years ago
f696186
net: ethernet: ti: cpsw: fix NULL pointer dereference in switch mode
by Grygorii Strashko
· 8 years ago
6ad2016
drivers: net: generalize napi_complete_done()
by Eric Dumazet
· 8 years ago
022d7ad
net: ethernet: ti: cpsw: clarify ethtool ops changing num of descs
by Ivan Khoronzhuk
· 8 years ago
fe734d0
net: ethernet: ti: cpsw: don't duplicate common res in rx handler
by Ivan Khoronzhuk
· 8 years ago
03fd01a
net: ethernet: ti: cpsw: don't duplicate ndev_running
by Ivan Khoronzhuk
· 8 years ago
176b0cb
net: ethernet: ti: cpsw: don't disable interrupts in ndo_open
by Ivan Khoronzhuk
· 8 years ago
aafc93a
net: ethernet: ti: cpsw: remove dual check from common res usage function
by Ivan Khoronzhuk
· 8 years ago
f89d21b
net: ethernet: ti: cpsw: extend limits for cpsw_get/set_ringparam
by Ivan Khoronzhuk
· 8 years ago
be034fc
net: ethernet: ti: cpsw: add support for ringparam configuration
by Grygorii Strashko
· 8 years ago
90225bf
net: ethernet: ti: cpsw: add support for descs pool size configuration
by Grygorii Strashko
· 8 years ago
52986a2
net: ethernet: ti: cpsw: sync rates for channels in dual emac mode
by Ivan Khoronzhuk
· 8 years ago
0be01b8
net: ethernet: ti: cpsw: re-split res only when speed is changed
by Ivan Khoronzhuk
· 8 years ago
32b78d8
net: ethernet: ti: cpsw: combine budget and weight split and check
by Ivan Khoronzhuk
· 8 years ago
32b5f2d
net: ethernet: ti: cpsw: don't start queue twice
by Ivan Khoronzhuk
· 8 years ago
cb7d78d0
net: ethernet: ti: cpsw: use same macros to get active slave
by Ivan Khoronzhuk
· 8 years ago
4a88fb9
net: ethernet: ti: cpts: move dt props parsing to cpts driver
by Grygorii Strashko
· 8 years ago
8a2c9a5
net: ethernet: ti: cpts: rework initialization/deinitialization
by Grygorii Strashko
· 8 years ago
b63ba58
net: ethernet: ti: cpsw: minimize direct access to struct cpts
by Grygorii Strashko
· 8 years ago
c8395d4
net: ethernet: ti: allow cpts to be built separately
by Grygorii Strashko
· 8 years ago
48e0a83
net: ethernet: ti: cpsw: fix early budget split
by Ivan Khoronzhuk
· 8 years ago
2745529
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
4ccfd63
net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during resume
by Grygorii Strashko
· 8 years ago
8feb0a1
net: ethernet: ti: cpsw: split tx budget according between channels
by Ivan Khoronzhuk
· 8 years ago
342934a
net: ethernet: ti: cpsw: optimize end of poll cycle
by Ivan Khoronzhuk
· 8 years ago
83fcad0
net: ethernet: ti: cpsw: add .ndo to set per-queue rate
by Ivan Khoronzhuk
· 8 years ago
6bb10c2
cpsw: ethtool: add support for nway reset
by Yegor Yefremov
· 8 years ago
a090994
cpsw: ethtool: add support for getting/setting EEE registers
by Yegor Yefremov
· 8 years ago
3f65047
of_mdio: add helper to deregister fixed-link PHYs
by Johan Hovold
· 8 years ago
f9aa9dc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
23a0987
net: ethernet: ti: cpsw: fix fixed-link phy probe deferral
by Johan Hovold
· 8 years ago
3420ea8
net: ethernet: ti: cpsw: add missing sanity check
by Johan Hovold
· 8 years ago
a7fe9d4
net: ethernet: ti: cpsw: fix secondary-emac probe error path
by Johan Hovold
· 8 years ago
8cbcc46
net: ethernet: ti: cpsw: fix of_node and phydev leaks
by Johan Hovold
· 8 years ago
a4e32b0
net: ethernet: ti: cpsw: fix deferred probe
by Johan Hovold
· 8 years ago
86e1d5a
net: ethernet: ti: cpsw: fix mdio device reference leak
by Johan Hovold
· 8 years ago
c46ab7e
net: ethernet: ti: cpsw: fix bad register access in probe error path
by Johan Hovold
· 8 years ago
991ddb1
net: ethernet: ti: davinci_cpdma: fix fixed prio cpdma ctlr configuration
by Ivan Khoronzhuk
· 8 years ago
a52ad51
net: deprecate eth_change_mtu, remove usage
by Jarod Wilson
· 8 years ago
2479876
net: ti: cpsw: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
e19ac15
net: ethernet: ti: cpsw: fix error return code in cpsw_set_channels()
by Wei Yongjun
· 8 years ago
ce52c74
net: ethernet: ti: cpsw: add ethtool channels support
by Ivan Khoronzhuk
· 8 years ago
925d65e
net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to internals
by Ivan Khoronzhuk
· 8 years ago
e05107e
net: ethernet: ti: cpsw: add multi queue support
by Ivan Khoronzhuk
· 8 years ago
3802dce1
net: ethernet: ti: davinci_cpdma: split descs num between all channels
by Ivan Khoronzhuk
· 8 years ago
60747ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
2a05a62
net: ethernet: ti: cpsw: move ale, cpts and drivers params under cpsw_common
by Ivan Khoronzhuk
· 8 years ago
dbc4ec5
net: ethernet: ti: cpsw: move napi struct to cpsw_common
by Ivan Khoronzhuk
· 8 years ago
606f399
net: ethernet: ti: cpsw: move platform data and slaves info to cpsw_common
by Ivan Khoronzhuk
· 8 years ago
e38b5a3
net; ethernet: ti: cpsw: move irq stuff under cpsw_common
by Ivan Khoronzhuk
· 8 years ago
2c836bd
net: ethernet: ti: cpsw: move cpdma resources to cpsw_common
by Ivan Khoronzhuk
· 8 years ago
5d8d0d4
net: ethernet: ti: cpsw: move links on h/w registers to cpsw_common
by Ivan Khoronzhuk
· 8 years ago
56e31bd
net: ethernet: ti: cpsw: replace pdev on dev
by Ivan Khoronzhuk
· 8 years ago
649a168
net: ethernet: ti: cpsw: create common struct to hold shared driver data
by Ivan Khoronzhuk
· 8 years ago
82b5210
net: ethernet: ti: cpsw: don't check slave num in runtime
by Ivan Khoronzhuk
· 8 years ago
ef4183a
net: ethernet: ti: cpsw: remove clk var from priv
by Ivan Khoronzhuk
· 8 years ago
6f1f583
net: ethernet: ti: cpsw: remove priv from cpsw_get_slave_port() parameters list
by Ivan Khoronzhuk
· 8 years ago
0a440f8
net: ethernet: ti: cpsw: remove intr dbg msg from poll handlers
by Ivan Khoronzhuk
· 8 years ago
27e9e10
net: ethernet: ti: cpsw: simplify submit routine
by Ivan Khoronzhuk
· 8 years ago
254a49d
drivers: net: cpsw: fix kmemleak false-positive reports for sk buffers
by Grygorii Strashko
· 8 years ago
3bf2cb3
drivers: net: cpsw: use of_platform_depopulate()
by Grygorii Strashko
· 8 years ago
8a0b6dc
drivers: net: cpsw: fix wrong regs access in cpsw_remove
by Grygorii Strashko
· 8 years ago
ee58b57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
Next »