| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-03-04 | net: rename netns_local to netns_immutable | Nicolas Dichtel | 1 | -1/+1 |
| 2024-09-03 | netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local | Alexander Lobakin | 1 | -1/+1 |
| 2024-09-03 | netdev_features: convert NETIF_F_LLTX to dev->lltx | Alexander Lobakin | 1 | -1/+1 |
| 2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 1 | -1/+1 |
| 2023-03-27 | net/net_failover: fix txq exceeding warning | Faicker Mo | 1 | -6/+2 |
| 2022-08-31 | net: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -2/+2 |
| 2022-03-11 | net: add per-cpu storage and net->core_stats | Eric Dumazet | 1 | -1/+1 |
| 2021-10-09 | net: use dev_addr_set() | Jakub Kicinski | 1 | -2/+1 |
| 2020-11-03 | net: net_failover: Correct parameter name 'standby_dev' | Lee Jones | 1 | -1/+1 |
| 2020-06-02 | net_failover: fixed rollback in net_failover_open() | Vasily Averin | 1 | -1/+2 |
| 2019-03-20 | net: remove 'fallback' argument from dev->ndo_select_queue() | Paolo Abeni | 1 | -5/+3 |
| 2018-12-06 | net: core: dev: Add extack argument to dev_open() | Petr Machata | 1 | -4/+4 |
| 2018-09-08 | failover: Fix error return code in net_failover_create | YueHaibing | 1 | -1/+3 |
| 2018-09-05 | failover: Add missing check to validate 'slave_dev' in net_failover_slave_unr... | YueHaibing | 1 | -0/+3 |
| 2018-09-01 | net: remove duplicated include from net_failover.c | YueHaibing | 1 | -1/+0 |
| 2018-07-29 | failover: change mtu has RTNL | Stephen Hemminger | 1 | -2/+2 |
| 2018-07-09 | net: allow fallback function to pass netdev | Alexander Duyck | 1 | -1/+1 |
| 2018-07-09 | net: allow ndo_select_queue to pass netdev | Alexander Duyck | 1 | -2/+3 |
| 2018-06-20 | net: net_failover: fix typo in net_failover_slave_register() | Liran Alon | 1 | -1/+1 |
| 2018-06-04 | net_failover: Use netdev_features_t instead of u32 | Dan Carpenter | 1 | -1/+2 |
| 2018-05-28 | net: Introduce net_failover driver | Sridhar Samudrala | 1 | -0/+836 |