summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: ti: am65-cpsw: set correct devlink flavour for unused portsMatthias Schiffer2022-10-121-1/+4
* net: cpmac: Add __init/__exit annotations to module init/exit funcsruanjinjie2022-09-291-2/+2
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-286-9/+6
* net: ethernet: ti: am65-cpsw: remove unused parameter of am65_cpsw_nuss_commo...Jian Shen2022-09-211-3/+2
* net: ethernet: ti: cpsw_new: Switch to use dev_err_probe() helperYang Yingliang2022-09-211-3/+2
* net: ethernet: ti: cpsw: Switch to use dev_err_probe() helperYang Yingliang2022-09-211-2/+1
* net: ethernet: ti: am65-cpts: Switch to use dev_err_probe() helperYang Yingliang2022-09-211-5/+2
* net: ethernet: ti: davinci_emac: Fix return type of emac_dev_xmitNathan Huckleberry2022-09-191-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-316-15/+15
* net: ethernet: ti: davinci_mdio: fix build for mdio bitbang usesRandy Dunlap2022-08-241-0/+1
* net: ethernet: ti: am65-cpsw: Move phy_set_mode_ext() to correct locationSiddharth Vadapalli2022-08-241-5/+4
* net: ethernet: ti: am65-cpsw: Add support for J7200 CPSW5GSiddharth Vadapalli2022-08-242-2/+35
* net: ethernet: ti: davinci_mdio: Add workaround for errata i2329Ravi Gunasekaran2022-08-221-11/+231
* net: ethernet: ti: am65-cpsw: Fix devlink port register sequenceSiddharth Vadapalli2022-07-071-7/+10
* net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaksMiaoqian Lin2022-05-271-1/+2
* net: ethernet: ti: am65-cpsw: Fix fwnode passed to phylink_create()Siddharth Vadapalli2022-05-251-1/+4
* ethernet/ti: delete if NULL check befort devm_kfreeBernard Zhao2022-05-171-9/+4
* net: switch to netif_napi_add_tx()Jakub Kicinski2022-05-054-9/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-051-1/+4
|\
| * net: cpsw: add missing of_node_put() in cpsw_probe_dt()Yang Yingliang2022-04-301-1/+4
* | eth: cpsw: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-294-11/+10
* | eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-5/+3
* | net: ethernet: ti: am65-cpsw-ethtool: use pm_runtime_resume_and_getMinghao Chi2022-04-221-4/+2
* | drivers: net: davinci_mdio: using pm_runtime_resume_and_get instead of pm_run...Minghao Chi2022-04-211-12/+6
* | net: ethernet: ti: davinci_emac: using pm_runtime_resume_and_get instead of p...Minghao Chi2022-04-151-6/+3
* | net: ethernet: ti: cpsw_priv: using pm_runtime_resume_and_get instead of pm_r...Minghao Chi2022-04-151-12/+6
* | net: ethernet: ti: cpsw_new: use pm_runtime_resume_and_get() instead of pm_ru...Minghao Chi2022-04-151-22/+11
* | net: ethernet: ti: cpsw_new: enable bc/mc storm prevention supportGrygorii Strashko2022-04-133-1/+216
* | net: ethernet: ti: am65-cpsw: enable bc/mc storm prevention supportGrygorii Strashko2022-04-132-0/+188
* | drivers: net: cpsw: ale: add broadcast/multicast rate limit supportGrygorii Strashko2022-04-132-0/+68
* | net: ethernet: ti: am65-cpsw-nuss: using pm_runtime_resume_and_get instead of...Minghao Chi2022-04-131-22/+11
* | net: ethernet: ti: cpsw: using pm_runtime_resume_and_get instead of pm_runtim...Minghao Chi2022-04-121-24/+12
* | net: ethernet: ti: am65-cpsw: Fix build error without PHYLINKYueHaibing2022-04-111-0/+1
* | net: ethernet: ti: cpsw: drop CPSW_HEADROOM defineGrygorii Strashko2022-04-113-3/+2
|/
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-248-178/+152
|\
| * drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via ethtoolSondhauß, Jan2022-03-231-4/+2
| * net: ethernet: ti: Fix spelling mistake and clean up messageColin Ian King2022-03-171-1/+1
| * net: ethernet: ti: davinci_emac: Use platform_get_irq() to get the interruptLad Prabhakar2022-03-111-5/+20
| * net: ethernet: ti: am65-cpsw: Convert to PHYLINKSiddharth Vadapalli2022-03-113-160/+129
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-1/+3
| |\
| * | net: ti: cpsw: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean2022-02-171-4/+0
| * | net: ti: am65-cpsw-nuss: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean2022-02-171-4/+0
* | | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
| |/
* / net: ethernet: ti: cpts: Handle error for clk_enableJiasheng Jiang2022-03-091-1/+3
|/
* net: cpsw: Properly initialise struct page_pool_paramsToke Høiland-Jørgensen2022-01-251-1/+1
* net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into accountArd Biesheuvel2022-01-193-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-312-1/+3
|\
| * net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski2021-12-291-0/+2
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1