| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ethernet: make use of eth_hw_addr_random() where appropriate | Jakub Kicinski | 2021-10-14 | 1 | -2/+2 |
* | ethernet: constify references to netdev->dev_addr in drivers | Jakub Kicinski | 2021-10-14 | 1 | -2/+2 |
* | ethernet: ti: cpts: Use devm_kcalloc() instead of devm_kzalloc() | Gustavo A. R. Silva | 2021-10-07 | 1 | -3/+3 |
* | ethernet: use of_get_ethdev_address() | Jakub Kicinski | 2021-10-07 | 1 | -1/+1 |
* | ethernet: use eth_hw_addr_set() for dev->addr_len cases | Jakub Kicinski | 2021-10-05 | 1 | -1/+1 |
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski | 2021-10-02 | 4 | -5/+5 |
* | ethernet: use eth_hw_addr_set() | Jakub Kicinski | 2021-10-02 | 1 | -3/+3 |
* | am65-cpsw: avoid null pointer arithmetic | Arnd Bergmann | 2021-09-28 | 1 | -1/+1 |
* | net: ethernet: ti: Move devlink registration to be last devlink command | Leon Romanovsky | 2021-09-27 | 2 | -14/+8 |
* | devlink: Make devlink_register to be void | Leon Romanovsky | 2021-09-22 | 2 | -15/+2 |
* | ethtool: extend coalesce setting uAPI with CQE mode | Yufeng Mo | 2021-08-24 | 5 | -9/+25 |
* | net: ethernet: ti: cpsw: make array stpa static const, makes object smaller | Colin Ian King | 2021-08-19 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-08-13 | 4 | -5/+10 |
|\ |
|
| * | net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by... | Vladimir Oltean | 2021-08-10 | 2 | -2/+2 |
| * | net: ethernet: ti: cpsw: fix min eth packet size for non-switch use-cases | Grygorii Strashko | 2021-08-09 | 2 | -3/+8 |
* | | page_pool: keep pp info as long as page pool owns the page | Yunsheng Lin | 2021-08-09 | 2 | -2/+2 |
* | | devlink: Set device as early as possible | Leon Romanovsky | 2021-08-09 | 2 | -4/+4 |
* | | net: ethernet: ti: davinci_cpdma: revert "drop frame padding" | Grygorii Strashko | 2021-08-06 | 4 | -0/+8 |
* | | net: ethernet: ti: am65-cpsw: use napi_complete_done() in TX completion | Grygorii Strashko | 2021-08-06 | 1 | -5/+5 |
* | | net: ti: am65-cpsw-nuss: fix RX IRQ state after .ndo_stop() | Vignesh Raghavendra | 2021-08-06 | 2 | -2/+13 |
* | | net: ethernet: ti: davinci_cpdma: drop frame padding | Grygorii Strashko | 2021-08-06 | 4 | -8/+0 |
* | | net: ethernet: ti: davinci_emac: switch to use skb_put_padto() | Grygorii Strashko | 2021-08-06 | 1 | -1/+1 |
* | | net: ethernet: ti: cpsw: switch to use skb_put_padto() | Grygorii Strashko | 2021-08-06 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-08-05 | 1 | -1/+5 |
|\| |
|
| * | net: ethernet: ti: am65-cpsw: fix crash in am65_cpsw_port_offload_fwd_mark_up... | Grygorii Strashko | 2021-08-05 | 1 | -1/+5 |
* | | Revert "net: build all switchdev drivers as modules when the bridge is a module" | Vladimir Oltean | 2021-08-04 | 1 | -2/+0 |
* | | net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridge | Vladimir Oltean | 2021-08-04 | 2 | -2/+2 |
* | | net: ti: am65-cpsw-nuss: fix wrong devlink release order | Leon Romanovsky | 2021-07-28 | 1 | -17/+17 |
* | | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann | 2021-07-27 | 7 | -7/+7 |
* | | net: build all switchdev drivers as modules when the bridge is a module | Vladimir Oltean | 2021-07-27 | 1 | -0/+2 |
* | | net: bridge: switchdev: allow the TX data plane forwarding to be offloaded | Tobias Waldekranz | 2021-07-23 | 2 | -2/+2 |
* | | net: bridge: move the switchdev object replay helpers to "push" mode | Vladimir Oltean | 2021-07-22 | 2 | -4/+6 |
* | | net: bridge: switchdev: let drivers inform which bridge ports are offloaded | Vladimir Oltean | 2021-07-22 | 2 | -4/+28 |
|/ |
|
* | net: ti: fix UAF in tlan_remove_one | Pavel Skripkin | 2021-07-09 | 1 | -2/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-06-29 | 1 | -9/+9 |
|\ |
|
| * | net: ti: am65-cpsw-nuss: Fix crash when changing number of TX queues | Vignesh Raghavendra | 2021-06-22 | 1 | -9/+9 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2021-06-28 | 1 | -8/+2 |
|\ \ |
|
| * | | ti: Remove rcu_read_lock() around XDP program invocation | Toke Høiland-Jørgensen | 2021-06-24 | 1 | -8/+2 |
* | | | net: switchdev: add a context void pointer to struct switchdev_notifier_info | Vladimir Oltean | 2021-06-28 | 2 | -6/+6 |
|/ / |
|
* | | net: ti: add pp skb recycling support | Lorenzo Bianconi | 2021-06-15 | 2 | -4/+4 |
* | | net: davinci_emac: Use devm_platform_get_and_ioremap_resource() | Yang Yingliang | 2021-06-10 | 1 | -3/+2 |
* | | net: ethernet: ti: cpsw: Use devm_platform_get_and_ioremap_resource() | Yang Yingliang | 2021-06-10 | 2 | -4/+2 |
* | | net: ethernet: ti: cpsw-phy-sel: Use devm_platform_ioremap_resource_byname() | Yang Yingliang | 2021-06-09 | 1 | -3/+1 |
* | | net: ethernet: ti: am65-cpts: Use devm_platform_ioremap_resource_byname() | Yang Yingliang | 2021-06-09 | 1 | -3/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-05-27 | 1 | -2/+2 |
|\| |
|
| * | net: netcp: Fix an error message | Christophe JAILLET | 2021-05-10 | 1 | -2/+2 |
* | | net: ti: Fix wrong struct name in comments | Yang Shen | 2021-05-17 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2021-04-26 | 1 | -2/+2 |
|\ |
|
| * | net: davinci_emac: Fix incorrect masking of tx and rx error channel | Colin Ian King | 2021-04-20 | 1 | -2/+2 |
* | | net: bridge: switchdev: include local flag in FDB notifications | Vladimir Oltean | 2021-04-16 | 2 | -4/+4 |