index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
/
cpsw.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: cpsw: disable napi in cpsw_ndo_open()
Zhengchao Shao
2022-11-10
1
-0
/
+2
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-29
1
-2
/
+1
*
net: ethernet: ti: cpsw: Switch to use dev_err_probe() helper
Yang Yingliang
2022-09-21
1
-2
/
+1
*
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
1
-3
/
+3
*
net: switch to netif_napi_add_tx()
Jakub Kicinski
2022-05-06
1
-3
/
+2
*
eth: cpsw: remove a copy of the NAPI_POLL_WEIGHT define
Jakub Kicinski
2022-04-29
1
-2
/
+2
*
net: ethernet: ti: cpsw: using pm_runtime_resume_and_get instead of pm_runtim...
Minghao Chi
2022-04-12
1
-24
/
+12
*
net: ethernet: ti: cpsw: drop CPSW_HEADROOM define
Grygorii Strashko
2022-04-11
1
-1
/
+1
*
net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into account
Ard Biesheuvel
2022-01-19
1
-3
/
+3
*
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-10-02
1
-3
/
+3
*
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2021-08-24
1
-1
/
+1
*
page_pool: keep pp info as long as page pool owns the page
Yunsheng Lin
2021-08-10
1
-1
/
+1
*
net: ethernet: ti: cpsw: switch to use skb_put_padto()
Grygorii Strashko
2021-08-06
1
-1
/
+1
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-1
/
+1
*
net: ti: add pp skb recycling support
Lorenzo Bianconi
2021-06-15
1
-2
/
+2
*
net: ethernet: ti: cpsw: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
2021-06-10
1
-2
/
+1
*
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-04-13
1
-5
/
+2
*
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
2021-03-18
1
-8
/
+6
*
net: ethernet: ti: fix netdevice stats for XDP
Lorenzo Bianconi
2021-02-06
1
-3
/
+1
*
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
2021-01-08
1
-11
/
+5
*
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
2021-01-08
1
-2
/
+2
*
net: ethernet: ti: cpsw: fix error return code in cpsw_probe()
Zhang Changzhong
2020-11-17
1
-0
/
+1
*
net: ethernet: ti: cpsw: fix cpts irq after suspend
Grygorii Strashko
2020-11-13
1
-4
/
+6
*
net: ethernet: ti: cpsw: use true,false for bool variables
Jason Yan
2020-09-19
1
-2
/
+2
*
net: ethernet: ti: cpsw: use dev_id for ale configuration
Grygorii Strashko
2020-09-12
1
-6
/
+0
*
net: ethernet: ti: cpsw: fix clean up of vlan mc entries for host port
Murali Karicheri
2020-08-25
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-24
1
-0
/
+4
|
\
|
*
net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspend
Grygorii Strashko
2020-05-24
1
-0
/
+4
*
|
net: ethernet: ti: Add XDP frame size to driver cpsw
Jesper Dangaard Brouer
2020-05-15
1
-0
/
+1
*
|
net: ethernet: ti: cpsw: enable cpts irq
Grygorii Strashko
2020-04-23
1
-0
/
+21
|
/
*
net: cpsw: reject unsupported coalescing params
Jakub Kicinski
2020-03-18
1
-0
/
+1
*
net: ethernet: ti: cpsw: move set of common functions in cpsw_priv
Grygorii Strashko
2019-11-20
1
-1264
/
+6
*
net: ethernet: ti: cpsw: resolve build deps of cpsw drivers
Grygorii Strashko
2019-11-20
1
-0
/
+13
*
net: ethernet: ti: cpsw: allow untagged traffic on host port
Grygorii Strashko
2019-11-20
1
-9
/
+8
*
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
2019-11-04
1
-3
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-27
1
-1
/
+1
|
\
|
*
net: cpsw: fix NULL pointer exception in the probe error path
Antoine Tenart
2019-08-21
1
-1
/
+1
*
|
net: ethernet: ti: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-21
1
-3
/
+2
|
/
*
net: ethernet: ti: cpsw: Add of_node_put() before return and break
Nishka Dasgupta
2019-07-16
1
-8
/
+18
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-07-09
1
-0
/
+3
|
\
|
*
net: ethernet: ti: cpsw: Assign OF node to slave devices
Marek Vasut
2019-06-28
1
-0
/
+3
*
|
net: ethernet: ti: cpsw: add XDP support
Ivan Khoronzhuk
2019-07-08
1
-54
/
+448
*
|
net: ethernet: ti: cpsw: Fix suspend/resume break
Keerthy
2019-06-24
1
-21
/
+9
*
|
net: ethernet: ti: davinci_cpdma: use idled submit
Ivan Khoronzhuk
2019-06-16
1
-9
/
+6
*
|
net: ethernet: ti: cpsw: use cpsw as drv data
Ivan Khoronzhuk
2019-06-15
1
-9
/
+7
*
|
net: ethernet: ti: cpsw: correct .ndo_open error path
Ivan Khoronzhuk
2019-05-30
1
-2
/
+5
|
/
*
net: ethernet: fix similar warning reported by kbuild test robot
Petr Štetiar
2019-05-11
1
-1
/
+1
*
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
2019-05-07
1
-1
/
+1
*
net: ethernet: ti: cpsw: Fix inconsistent IS_ERR and PTR_ERR in cpsw_probe()
YueHaibing
2019-05-01
1
-1
/
+1
*
cpsw: Put back cpsw_ndo_poll_controller()
David S. Miller
2019-04-28
1
-0
/
+12
[next]