aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti
AgeCommit message (Expand)Author
2022-05-27net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaksMiaoqian Lin
2022-05-25net: ethernet: ti: am65-cpsw: Fix fwnode passed to phylink_create()Siddharth Vadapalli
2022-05-17ethernet/ti: delete if NULL check befort devm_kfreeBernard Zhao
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-30net: cpsw: add missing of_node_put() in cpsw_probe_dt()Yang Yingliang
2022-04-29eth: cpsw: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-04-29eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-04-22net: ethernet: ti: am65-cpsw-ethtool: use pm_runtime_resume_and_getMinghao Chi
2022-04-21drivers: net: davinci_mdio: using pm_runtime_resume_and_get instead of pm_run...Minghao Chi
2022-04-15net: ethernet: ti: davinci_emac: using pm_runtime_resume_and_get instead of p...Minghao Chi
2022-04-15net: ethernet: ti: cpsw_priv: using pm_runtime_resume_and_get instead of pm_r...Minghao Chi
2022-04-15net: ethernet: ti: cpsw_new: use pm_runtime_resume_and_get() instead of pm_ru...Minghao Chi
2022-04-13net: ethernet: ti: cpsw_new: enable bc/mc storm prevention supportGrygorii Strashko
2022-04-13net: ethernet: ti: am65-cpsw: enable bc/mc storm prevention supportGrygorii Strashko
2022-04-13drivers: net: cpsw: ale: add broadcast/multicast rate limit supportGrygorii Strashko
2022-04-13net: ethernet: ti: am65-cpsw-nuss: using pm_runtime_resume_and_get instead of...Minghao Chi
2022-04-12net: ethernet: ti: cpsw: using pm_runtime_resume_and_get instead of pm_runtim...Minghao Chi
2022-04-11net: ethernet: ti: am65-cpsw: Fix build error without PHYLINKYueHaibing
2022-04-11net: ethernet: ti: cpsw: drop CPSW_HEADROOM defineGrygorii Strashko
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds
2022-03-23drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via ethtoolSondhauß, Jan
2022-03-17net: ethernet: ti: Fix spelling mistake and clean up messageColin Ian King
2022-03-11net: ethernet: ti: davinci_emac: Use platform_get_irq() to get the interruptLad Prabhakar
2022-03-11net: ethernet: ti: am65-cpsw: Convert to PHYLINKSiddharth Vadapalli
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-09net: ethernet: ti: cpts: Handle error for clk_enableJiasheng Jiang
2022-02-17net: ti: cpsw: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean
2022-02-17net: ti: am65-cpsw-nuss: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2022-01-25net: cpsw: Properly initialise struct page_pool_paramsToke Høiland-Jørgensen
2022-01-19net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into accountArd Biesheuvel
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-29net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski
2021-12-27net: ethernet: ti: davinci_emac: Use platform_get_irq() to get the interruptLad Prabhakar
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-12-13net: ethernet: ti: add missing of_node_put before returnWang Qing
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet
2021-11-17net: ethernet: ti: cpsw: Enable PHY timestampingKurt Kanzenbach
2021-11-10net: ethernet: ti: cpsw_ale: Fix access to un-initialized memoryChristophe JAILLET
2021-11-02net: davinci_emac: Fix interrupt pacing disableMaxim Kiselev
2021-10-20ethernet: tlan: use eth_hw_addr_set()Jakub Kicinski
2021-10-14ethernet: remove random_ether_addr()Jakub Kicinski
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski
2021-10-14ethernet: manually convert memcpy(dev_addr,..., sizeof(addr))Jakub Kicinski
2021-10-14ethernet: make use of eth_hw_addr_random() where appropriateJakub Kicinski