Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
871e846585919adf727f21398f433fd424b6f0e1
/
drivers
/
net
/
ethernet
/
ti
/
cpsw.c
871e846
net: ethernet: ti: davinci_cpdma: use idled submit
by Ivan Khoronzhuk
· 6 years ago
bfe5903
net: ethernet: ti: cpsw: use cpsw as drv data
by Ivan Khoronzhuk
· 6 years ago
02caced
net: ethernet: ti: cpsw: correct .ndo_open error path
by Ivan Khoronzhuk
· 6 years ago
2d2924a
net: ethernet: fix similar warning reported by kbuild test robot
by Petr Štetiar
· 6 years ago
a51645f
net: ethernet: support of_get_mac_address new ERR_PTR error
by Petr Štetiar
· 6 years ago
ac97a35
net: ethernet: ti: cpsw: Fix inconsistent IS_ERR and PTR_ERR in cpsw_probe()
by YueHaibing
· 6 years ago
026cc9c
cpsw: Put back cpsw_ndo_poll_controller()
by David S. Miller
· 6 years ago
c24eef2
net: ethernet: ti: cpsw: move ethtool func in separate file
by Grygorii Strashko
· 6 years ago
cfc0834
net: ethernet: ti: cpsw: switch to use mac sl api
by Grygorii Strashko
· 6 years ago
e6a8462
net: ethernet: ti: cpsw: move common hw init code in separate func
by Grygorii Strashko
· 6 years ago
814b4a6
net: ethernet: ti: cpsw: move cpsw definitions in priv header
by Grygorii Strashko
· 6 years ago
83a8471
net: ethernet: ti: cpsw: refactor probe to group common hw initialization
by Grygorii Strashko
· 6 years ago
06095f3
net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac mode
by Grygorii Strashko
· 6 years ago
10ae805
net: ethernet: ti: cpsw: drop cpsw_tx_packet_submit()
by Grygorii Strashko
· 6 years ago
d183a94
net: ethernet: ti: cpsw: use devm_alloc_etherdev_mqs()
by Grygorii Strashko
· 6 years ago
56bf8a5
net: ethernet: ti: cpsw: drop pinctrl_pm_select_default_state call
by Grygorii Strashko
· 6 years ago
c8fb566
net: ethernet: ti: cpsw: use local var dev in probe
by Grygorii Strashko
· 6 years ago
9763a89
net: ethernet: ti: cpsw: update cpsw_split_res() to accept cpsw_common
by Grygorii Strashko
· 6 years ago
68cf027
net: ethernet: ti: convert to SPDX license identifiers
by Grygorii Strashko
· 6 years ago
c0ea81b
Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 6 years ago
3ff1884
net: ethernet: ti: cpsw: add support for port interface mode selection phy
by Grygorii Strashko
· 6 years ago
bf5849f
net: Use of_node_name_eq for node name comparisons
by Rob Herring
· 6 years ago
1ebb244
net: ethernet: ti: cpsw: allow vlan tagged packets to be timestamped
by Ivan Khoronzhuk
· 6 years ago
a942312
net: ethernet: ti: cpts: move enable/disable flags outside of cpts module
by Ivan Khoronzhuk
· 6 years ago
00fe471
net: ethernet: ti: cpsw: fix vlan configuration while down/up
by Ivan Khoronzhuk
· 6 years ago
15180ec
net: ethernet: ti: cpsw: fix vlan mcast
by Ivan Khoronzhuk
· 6 years ago
9737cc99d
net: ethernet: ti: cpsw: unsync mcast entries while switch promisc mode
by Ivan Khoronzhuk
· 6 years ago
4e13c252
net: ethernet: ti: cpsw: simplify getting .driver_data
by Wolfram Sang
· 6 years ago
5b3a5a1
net: ethernet: ti: cpsw: use for mcast entries only host port
by Ivan Khoronzhuk
· 6 years ago
5da1948
net: ethernet: ti: cpsw: fix lost of mcast packets while rx_mode update
by Ivan Khoronzhuk
· 6 years ago
a90546e
net: ti: Use FIELD_SIZEOF directly instead of reimplementing its function
by zhong jiang
· 6 years ago
6a92ef0
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
803c4f6
net: ethernet: ti: cpsw: fix runtime_pm while add/kill vlan
by Ivan Khoronzhuk
· 6 years ago
be35b98
net: ethernet: ti: cpsw: clear all entries when delete vid
by Ivan Khoronzhuk
· 6 years ago
fea49f6
net: ethernet: ti: cpsw: replace unnecessarily macroses on functions
by Ivan Khoronzhuk
· 6 years ago
193736c
net: ethernet: ti: cpsw: add missed RX_CTAG feature for second slave
by Ivan Khoronzhuk
· 6 years ago
4b4255e
net: ethernet: ti: cpsw: restore shaper configuration while down/up
by Ivan Khoronzhuk
· 6 years ago
57d9014
net: ethernet: ti: cpsw: add CBS Qdisc offload
by Ivan Khoronzhuk
· 6 years ago
7929a66
net: ethernet: ti: cpsw: add MQPRIO Qdisc offload
by Ivan Khoronzhuk
· 6 years ago
79b3325
net: ethernet: ti: cpsw: use cpdma channels in backward order for txq
by Ivan Khoronzhuk
· 6 years ago
1c0e812
net: ethernet: ti: cpsw: allow PTP 224.0.0.107 to be timestamped
by Ivan Khoronzhuk
· 7 years ago
1239a96
net: ethernet: ti: cpsw: use BIT macro
by Ivan Khoronzhuk
· 7 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
· 8 years ago
070f9c6
net: ethernet: ti: cpsw: Push the request_irq function to the end of probe
by Keerthy
· 8 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
Next »