summaryrefslogtreecommitdiff
path: root/net/mpls/af_mpls.c
AgeCommit message (Expand)Author
2025-11-03mpls: Drop RTNL for RTM_NEWROUTE, RTM_DELROUTE, and RTM_GETROUTE.Kuniyuki Iwashima
2025-11-03mpls: Protect net->mpls.platform_label with a per-netns mutex.Kuniyuki Iwashima
2025-11-03mpls: Convert RTM_GETNETCONF to RCU.Kuniyuki Iwashima
2025-11-03mpls: Convert mpls_dump_routes() to RCU.Kuniyuki Iwashima
2025-11-03mpls: Use mpls_route_input() where appropriate.Kuniyuki Iwashima
2025-11-03mpls: Add mpls_route_input().Kuniyuki Iwashima
2025-11-03mpls: Pass net to mpls_dev_get().Kuniyuki Iwashima
2025-11-03mpls: Add mpls_dev_rcu().Kuniyuki Iwashima
2025-11-03mpls: Use in6_dev_rcu() and dev_net_rcu() in mpls_forward() and mpls_xmit().Kuniyuki Iwashima
2025-11-03mpls: Unify return paths in mpls_dev_notify().Kuniyuki Iwashima
2025-11-03mpls: Hold dev refcnt for mpls_nh.Kuniyuki Iwashima
2025-11-03mpls: Return early in mpls_label_ok().Kuniyuki Iwashima
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev
2025-06-17mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu().Kuniyuki Iwashima
2025-04-15mpls: Use nlmsg_payload in mpls_valid_getroute_reqBreno Leitao
2025-04-15mpls: Use nlmsg_payload in mpls_valid_fib_dump_reqBreno Leitao
2024-10-22rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima
2024-10-15neighbour: Remove NEIGH_DN_TABLE.Kuniyuki Iwashima
2024-10-10mpls: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-08-23net: mpls: delete redundant judgment statementsLi Zetao
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh
2024-04-11mpls: no longer hold RTNL in mpls_netconf_dump_devconf()Eric Dumazet
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault
2024-02-26inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet
2023-08-15networking: Update to register_net_sysctl_szJoel Granados
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-02-15net: mpls: fix stale pointer if allocation fails during device renameJakub Kicinski
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior
2022-04-07net: mpls: fix memdup.cocci warningGONG, Ruiqi
2022-02-10net: mpls: Fix GCC 12 warningVictor Erminpour
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-29net: mpls: Make for_nexthops iterator constBenjamin Poirier
2021-11-29net: mpls: Remove rcu protection from nh_devBenjamin Poirier
2021-11-29net: mpls: Fix notifications when deleting a deviceBenjamin Poirier
2021-07-23mpls: defer ttl decrement in mpls_forward()Kangmin Park
2021-04-27mpls: Remove redundant assignment to errJiapeng Chong
2020-11-03mpls: drop skb's dst in mpls_forward()Guillaume Nault
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-27net: Removed the device type check to add mpls support for devicesMartin Varghese
2020-05-22mpls: Add support for IPv6 tunnelsVadim Fedorenko
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-22net: Rename net/nexthop.h net/rtnh.hDavid Ahern