summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/am65-cpsw-nuss.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: ti: am65-cpsw: Convert to PHYLINKSiddharth Vadapalli2022-03-111-112/+116
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-171-9/+20
|\
| * net: ethernet: ti: add missing of_node_put before returnWang Qing2021-12-131-9/+20
* | net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-1/+1
|/
* ethernet: remove random_ether_addr()Jakub Kicinski2021-10-141-1/+1
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* net: ethernet: ti: Move devlink registration to be last devlink commandLeon Romanovsky2021-09-271-9/+6
* devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-8/+1
* devlink: Set device as early as possibleLeon Romanovsky2021-08-091-2/+2
* net: ethernet: ti: am65-cpsw: use napi_complete_done() in TX completionGrygorii Strashko2021-08-061-5/+5
* net: ti: am65-cpsw-nuss: fix RX IRQ state after .ndo_stop()Vignesh Raghavendra2021-08-061-2/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-061-1/+5
|\
| * net: ethernet: ti: am65-cpsw: fix crash in am65_cpsw_port_offload_fwd_mark_up...Grygorii Strashko2021-08-051-1/+5
* | net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridgeVladimir Oltean2021-08-041-1/+1
* | net: ti: am65-cpsw-nuss: fix wrong devlink release orderLeon Romanovsky2021-07-281-17/+17
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* | net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz2021-07-231-1/+1
* | net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean2021-07-221-2/+3
* | net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean2021-07-221-2/+15
|/
* net: ti: am65-cpsw-nuss: Fix crash when changing number of TX queuesVignesh Raghavendra2021-06-221-9/+9
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-10/+9
* net: ti: am65-cpsw-nuss: Add switchdev supportVignesh Raghavendra2021-02-121-1/+19
* net: ti: am65-cpsw-nuss: Add netdevice notifiersVignesh Raghavendra2021-02-121-1/+129
* net: ti: am65-cpsw-nuss: Add devlink supportVignesh Raghavendra2021-02-121-18/+345
* net: ethernet: ti: am65-cpsw: add support for am64x cpsw3gVignesh Raghavendra2021-01-201-0/+7
* net: ethernet: ti: am65-cpsw-nuss: Support for transparent ASEL handlingPeter Ujfalusi2021-01-201-0/+10
* net: ethernet: ti: am65-cpsw-nuss: Use DMA device for DMA APIPeter Ujfalusi2021-01-201-41/+38
* net: ethernet: ti: am65-cpsw: handle deferred probe with dev_err_probe()Grygorii Strashko2020-11-031-18/+10
* net: ethernet: ti: am65-cpsw: add multi port support in mac-only modeGrygorii Strashko2020-11-031-48/+81
* net: ethernet: ti: am65-cpsw: prepare xmit/rx path for multi-port devices in ...Grygorii Strashko2020-11-031-34/+107
* net: ethernet: ti: am65-cpsw: fix tx csum offload for multi mac modeGrygorii Strashko2020-11-031-29/+1
* net: ethernet: ti: am65-cpsw: keep active if cpts enabledGrygorii Strashko2020-11-031-0/+7
* net: ethernet: ti: am65-cpsw: fix vlan offload for multi mac modeGrygorii Strashko2020-11-031-3/+5
* net: ethernet: ti: am65-cpsw: use cppi5_desc_is_tdcm()Grygorii Strashko2020-11-031-2/+2
* net: ethernet: ti: am65-cpsw: move free desc queue mode selection in pdataGrygorii Strashko2020-11-031-1/+3
* net: ethernet: ti: am65-cpsw: move ale selection in pdataGrygorii Strashko2020-11-031-1/+3
* net: ethernet: ti: am65-cpsw: enable hw auto ageingGrygorii Strashko2020-09-121-0/+13
* net: ethernet: ti: am65-cpsw: use dev_id for ale configurationGrygorii Strashko2020-09-121-2/+1
* net: ethernet: ti: am65-cpsw: fix rmii 100Mbit link modeGrygorii Strashko2020-08-311-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-261-1/+2
|\
| * net: ethernet: ti: add NETIF_F_HW_TC hw feature flag for taprio offloadMurali Karicheri2020-07-221-1/+2
* | net: ethernet: ti: am65-cpsw-nuss: enable am65x sr2.0 supportGrygorii Strashko2020-06-301-7/+40
* | net: ethernet: ti: am65-cpsw-nuss: fix ports mac sl initializationGrygorii Strashko2020-06-301-4/+4
* | net: ethernet: ti: am65-cpsw: move to pf_p0_rx_ptype_rrobin init in probeGrygorii Strashko2020-06-301-2/+1
* | net: ethernet: ti: am65-cpsw-nuss: restore vlan configuration while down/upGrygorii Strashko2020-06-301-0/+19
|/
* net: ethernet: ti: am65-cpsw-nuss: fix ale parameters initGrygorii Strashko2020-06-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-1/+2
|\
| * net: ethernet: ti: am65-cpsw-nuss: fix error handling of am65_cpsw_nuss_probeWei Yongjun2020-05-221-1/+2
* | ethernet: ti: am65-cpsw-qos: add TAPRIO offload supportIvan Khoronzhuk2020-05-151-0/+9
* | net: ethernet: ti: am65-cpsw-nuss: use of_platform_device_create() for mdioGrygorii Strashko2020-05-081-6/+18