summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti
AgeCommit message (Expand)AuthorFilesLines
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2021-04-21net: davinci_emac: Fix incorrect masking of tx and rx error channelColin Ian King1-2/+2
2021-04-17net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean2-4/+4
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle5-31/+17
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi3-23/+16
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+4
2021-02-13net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean2-20/+28
2021-02-13net: switchdev: propagate extack to port attributesVladimir Oltean2-2/+4
2021-02-12net: ti: am65-cpsw-nuss: Add switchdev supportVignesh Raghavendra4-1/+587
2021-02-12net: ti: am65-cpsw-nuss: Add netdevice notifiersVignesh Raghavendra2-1/+133
2021-02-12net: ti: am65-cpsw-nuss: Add devlink supportVignesh Raghavendra3-18/+377
2021-02-06net: ethernet: ti: fix netdevice stats for XDPLorenzo Bianconi4-9/+13
2021-01-26drivers: net: davinci_mdio: Use of_device_get_match_data()Stephen Boyd1-8/+4
2021-01-20net: ethernet: ti: am65-cpsw: add support for am64x cpsw3gVignesh Raghavendra1-0/+7
2021-01-20net: ti: cpsw_ale: add driver data for AM64 CPSW3gVignesh Raghavendra1-0/+7
2021-01-20net: ethernet: ti: am65-cpsw-nuss: Support for transparent ASEL handlingPeter Ujfalusi1-0/+10
2021-01-20net: ethernet: ti: am65-cpsw-nuss: Use DMA device for DMA APIPeter Ujfalusi2-41/+40
2021-01-17net: ethernet: ti: am65-cpts: Document am65_cpts_rx_enable()'s 'en' parameterLee Jones1-1/+1
2021-01-17net: ethernet: ti: am65-cpsw-qos: Demote non-conformant function headerLee Jones1-1/+1
2021-01-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-24/+12
2021-01-12net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-15/+5
2021-01-12net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-13/+4
2021-01-12net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean1-30/+3
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2-22/+10
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2-4/+4
2020-12-29net: ethernet: ti: cpts: fix ethtool output when no ptp_clock registeredGrygorii Strashko1-0/+2
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+0
2020-12-10net: ethernet: ti: convert comma to semicolonZheng Yongjun1-3/+3
2020-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen1-3/+0
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+14
2020-11-17net: ethernet: ti: cpsw: fix error return code in cpsw_probe()Zhang Changzhong1-0/+1
2020-11-14net: ethernet: ti: am65-cpts: update ret when ptp_clock is ERRORWang Qing1-2/+1
2020-11-14net: ethernet: ti: cpsw: fix cpts irq after suspendGrygorii Strashko2-7/+12
2020-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+1
2020-11-03net: ethernet: ti: am65-cpsw: handle deferred probe with dev_err_probe()Grygorii Strashko1-18/+10
2020-11-03net: ethernet: ti: am65-cpsw: add multi port support in mac-only modeGrygorii Strashko2-48/+82
2020-11-03net: ethernet: ti: am65-cpsw: prepare xmit/rx path for multi-port devices in ...Grygorii Strashko2-34/+108
2020-11-03net: ethernet: ti: am65-cpsw: fix tx csum offload for multi mac modeGrygorii Strashko1-29/+1
2020-11-03net: ethernet: ti: am65-cpsw: keep active if cpts enabledGrygorii Strashko1-0/+7
2020-11-03net: ethernet: ti: am65-cpsw: fix vlan offload for multi mac modeGrygorii Strashko2-7/+20
2020-11-03net: ethernet: ti: cpsw_ale: add cpsw_ale_vlan_del_modify()Grygorii Strashko3-4/+23
2020-11-03net: ethernet: ti: am65-cpsw: use cppi5_desc_is_tdcm()Grygorii Strashko1-2/+2
2020-11-03net: ethernet: ti: am65-cpsw: move free desc queue mode selection in pdataGrygorii Strashko2-1/+5
2020-11-03net: ethernet: ti: am65-cpsw: move ale selection in pdataGrygorii Strashko2-1/+4
2020-11-03net: ethernet: ti: cpsw: disable PTPv1 hw timestamping advertisementGrygorii Strashko2-5/+1
2020-10-31net: tlan: Replace in_irq() usageSebastian Andrzej Siewior1-41/+57
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-10-10net: tlan: Fix typo abitraryNaoki Hayama1-1/+1