index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
/
cpsw_new.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-05
net: switch to netif_napi_add_tx()
Jakub Kicinski
1
-3
/
+2
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2022-04-30
net: cpsw: add missing of_node_put() in cpsw_probe_dt()
Yang Yingliang
1
-1
/
+4
2022-04-29
eth: cpsw: remove a copy of the NAPI_POLL_WEIGHT define
Jakub Kicinski
1
-2
/
+2
2022-04-15
net: ethernet: ti: cpsw_new: use pm_runtime_resume_and_get() instead of pm_ru...
Minghao Chi
1
-22
/
+11
2022-04-13
net: ethernet: ti: cpsw_new: enable bc/mc storm prevention support
Grygorii Strashko
1
-1
/
+3
2022-04-11
net: ethernet: ti: cpsw: drop CPSW_HEADROOM define
Grygorii Strashko
1
-1
/
+1
2022-01-19
net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into account
Ard Biesheuvel
1
-3
/
+3
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
1
-2
/
+2
2021-09-27
net: ethernet: ti: Move devlink registration to be last devlink command
Leon Romanovsky
1
-5
/
+2
2021-09-22
devlink: Make devlink_register to be void
Leon Romanovsky
1
-7
/
+1
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-1
/
+1
2021-08-19
net: ethernet: ti: cpsw: make array stpa static const, makes object smaller
Colin Ian King
1
-1
/
+1
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+5
2021-08-09
page_pool: keep pp info as long as page pool owns the page
Yunsheng Lin
1
-1
/
+1
2021-08-09
devlink: Set device as early as possible
Leon Romanovsky
1
-2
/
+2
2021-08-09
net: ethernet: ti: cpsw: fix min eth packet size for non-switch use-cases
Grygorii Strashko
1
-2
/
+5
2021-08-04
net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridge
Vladimir Oltean
1
-1
/
+1
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-07-23
net: bridge: switchdev: allow the TX data plane forwarding to be offloaded
Tobias Waldekranz
1
-1
/
+1
2021-07-22
net: bridge: move the switchdev object replay helpers to "push" mode
Vladimir Oltean
1
-2
/
+3
2021-07-22
net: bridge: switchdev: let drivers inform which bridge ports are offloaded
Vladimir Oltean
1
-2
/
+13
2021-06-15
net: ti: add pp skb recycling support
Lorenzo Bianconi
1
-2
/
+2
2021-06-10
net: ethernet: ti: cpsw: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-2
/
+1
2021-04-13
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
1
-5
/
+2
2021-03-18
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
1
-8
/
+6
2021-02-06
net: ethernet: ti: fix netdevice stats for XDP
Lorenzo Bianconi
1
-3
/
+1
2021-01-08
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
1
-11
/
+5
2021-01-08
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
1
-2
/
+2
2020-11-13
net: ethernet: ti: cpsw: fix cpts irq after suspend
Grygorii Strashko
1
-3
/
+6
2020-09-25
drivers/net/ethernet: clean up unused assignments
Jesse Brandeburg
1
-2
/
+0
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+53
2020-09-11
net: ethernet: ti: cpsw_new: fix suspend/resume
Grygorii Strashko
1
-0
/
+53
2020-09-11
net: ethernet: ti: cpsw: use dev_id for ale configuration
Grygorii Strashko
1
-1
/
+0
2020-08-27
net: ethernet: ti: cpsw_new: fix error handling in cpsw_ndo_vlan_rx_kill_vid()
Murali Karicheri
1
-6
/
+21
2020-08-25
net: ethernet: ti: cpsw_new: fix clean up of vlan mc entries for host port
Murali Karicheri
1
-1
/
+1
2020-05-14
net: ethernet: ti: Add XDP frame size to driver cpsw
Jesper Dangaard Brouer
1
-0
/
+1
2020-05-05
net: ethernet: ti: use true, false for bool variables in cpsw_new.c
Jason Yan
1
-2
/
+2
2020-04-23
net: ethernet: ti: cpsw: enable cpts irq
Grygorii Strashko
1
-0
/
+20
2020-03-17
net: cpsw: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+1
2019-11-20
net: ethernet: ti: introduce cpsw switchdev based driver part 2 - switch
Ilias Apalodimas
1
-8
/
+383
2019-11-20
net: ethernet: ti: introduce cpsw switchdev based driver part 1 - dual-emac
Ilias Apalodimas
1
-0
/
+1673