summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-1/+1
* net: ethernet: ti: cpsw: Enable PHY timestampingKurt Kanzenbach2021-11-171-8/+14
* net: ethernet: ti: cpsw_ale: Fix access to un-initialized memoryChristophe JAILLET2021-11-101-4/+2
* net: davinci_emac: Fix interrupt pacing disableMaxim Kiselev2021-11-021-2/+14
* ethernet: tlan: use eth_hw_addr_set()Jakub Kicinski2021-10-201-4/+6
* ethernet: remove random_ether_addr()Jakub Kicinski2021-10-141-1/+1
* ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski2021-10-141-3/+1
* ethernet: manually convert memcpy(dev_addr,..., sizeof(addr))Jakub Kicinski2021-10-141-1/+1
* ethernet: make use of eth_hw_addr_random() where appropriateJakub Kicinski2021-10-141-2/+2
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-2/+2
* ethernet: ti: cpts: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva2021-10-071-3/+3
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-024-5/+5
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-3/+3
* am65-cpsw: avoid null pointer arithmeticArnd Bergmann2021-09-281-1/+1
* net: ethernet: ti: Move devlink registration to be last devlink commandLeon Romanovsky2021-09-272-14/+8
* devlink: Make devlink_register to be voidLeon Romanovsky2021-09-222-15/+2
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-245-9/+25
* net: ethernet: ti: cpsw: make array stpa static const, makes object smallerColin Ian King2021-08-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-134-5/+10
|\
| * net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean2021-08-102-2/+2
| * net: ethernet: ti: cpsw: fix min eth packet size for non-switch use-casesGrygorii Strashko2021-08-092-3/+8
* | page_pool: keep pp info as long as page pool owns the pageYunsheng Lin2021-08-092-2/+2
* | devlink: Set device as early as possibleLeon Romanovsky2021-08-092-4/+4
* | net: ethernet: ti: davinci_cpdma: revert "drop frame padding"Grygorii Strashko2021-08-064-0/+8
* | 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-062-2/+13
* | net: ethernet: ti: davinci_cpdma: drop frame paddingGrygorii Strashko2021-08-064-8/+0
* | net: ethernet: ti: davinci_emac: switch to use skb_put_padto()Grygorii Strashko2021-08-061-1/+1
* | net: ethernet: ti: cpsw: switch to use skb_put_padto()Grygorii Strashko2021-08-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-051-1/+5
|\|
| * net: ethernet: ti: am65-cpsw: fix crash in am65_cpsw_port_offload_fwd_mark_up...Grygorii Strashko2021-08-051-1/+5
* | Revert "net: build all switchdev drivers as modules when the bridge is a module"Vladimir Oltean2021-08-041-2/+0
* | net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridgeVladimir Oltean2021-08-042-2/+2
* | net: ti: am65-cpsw-nuss: fix wrong devlink release orderLeon Romanovsky2021-07-281-17/+17
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-277-7/+7
* | net: build all switchdev drivers as modules when the bridge is a moduleVladimir Oltean2021-07-271-0/+2
* | net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz2021-07-232-2/+2
* | net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean2021-07-222-4/+6
* | net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean2021-07-222-4/+28
|/
* net: ti: fix UAF in tlan_remove_onePavel Skripkin2021-07-091-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-9/+9
|\
| * net: ti: am65-cpsw-nuss: Fix crash when changing number of TX queuesVignesh Raghavendra2021-06-221-9/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-281-8/+2
|\ \
| * | ti: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-8/+2
* | | net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean2021-06-282-6/+6
|/ /
* | net: ti: add pp skb recycling supportLorenzo Bianconi2021-06-152-4/+4
* | net: davinci_emac: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-101-3/+2
* | net: ethernet: ti: cpsw: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-102-4/+2