summaryrefslogtreecommitdiff
path: root/net/mpls
AgeCommit message (Expand)AuthorFilesLines
2025-11-04mpls: Drop RTNL for RTM_NEWROUTE, RTM_DELROUTE, and RTM_GETROUTE.Kuniyuki Iwashima1-3/+5
2025-11-04mpls: Protect net->mpls.platform_label with a per-netns mutex.Kuniyuki Iwashima2-20/+42
2025-11-04mpls: Convert RTM_GETNETCONF to RCU.Kuniyuki Iwashima1-14/+30
2025-11-04mpls: Convert mpls_dump_routes() to RCU.Kuniyuki Iwashima1-10/+16
2025-11-04mpls: Use mpls_route_input() where appropriate.Kuniyuki Iwashima1-19/+13
2025-11-04mpls: Add mpls_route_input().Kuniyuki Iwashima1-10/+18
2025-11-04mpls: Pass net to mpls_dev_get().Kuniyuki Iwashima2-6/+8
2025-11-04mpls: Add mpls_dev_rcu().Kuniyuki Iwashima3-7/+12
2025-11-04mpls: Use in6_dev_rcu() and dev_net_rcu() in mpls_forward() and mpls_xmit().Kuniyuki Iwashima3-10/+12
2025-11-04mpls: Unify return paths in mpls_dev_notify().Kuniyuki Iwashima1-8/+16
2025-11-04mpls: Hold dev refcnt for mpls_nh.Kuniyuki Iwashima2-19/+45
2025-11-04mpls: Return early in mpls_label_ok().Kuniyuki Iwashima1-6/+5
2025-07-19net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev1-3/+3
2025-06-18mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu().Kuniyuki Iwashima1-2/+2
2025-04-15mpls: Use nlmsg_payload in mpls_valid_getroute_reqBreno Leitao1-2/+2
2025-04-15mpls: Use nlmsg_payload in mpls_valid_fib_dump_reqBreno Leitao1-2/+2
2025-03-17percpu: use TYPEOF_UNQUAL() in variable declarationsUros Bizjak1-2/+2
2024-10-22rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima1-1/+4
2024-10-16neighbour: Remove NEIGH_DN_TABLE.Kuniyuki Iwashima1-1/+1
2024-10-10mpls: Handle error of rtnl_register_module().Kuniyuki Iwashima1-11/+21
2024-08-23net: mpls: delete redundant judgment statementsLi Zetao1-4/+2
2024-08-17mpls: Reduce skb re-allocations due to skb_cow()Christoph Paasch1-1/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-2/+2
2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-7/+6
2024-05-01inet: introduce dst_rtable() helperEric Dumazet1-1/+1
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet1-1/+1
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-2/+2
2024-04-12mpls: no longer hold RTNL in mpls_netconf_dump_devconf()Eric Dumazet1-37/+22
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault1-1/+1
2024-03-15Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-03-08mpls: Do not orphan the skbChristoph Paasch1-2/+0
2024-03-07Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska1-1/+1
2024-02-26inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet1-1/+3
2024-02-24net: mpls: error out if inner headers are not setFlorian Westphal1-0/+3
2023-08-16networking: Update to register_net_sysctl_szJoel Granados1-2/+4
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet2-0/+2
2023-02-15net: mpls: fix stale pointer if allocation fails during device renameJakub Kicinski1-0/+4
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner1-2/+2
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior1-2/+2
2022-04-08net: mpls: fix memdup.cocci warningGONG, Ruiqi1-2/+1
2022-02-10net: mpls: Fix GCC 12 warningVictor Erminpour1-1/+1
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-36/+63
2021-11-29net: mpls: Make for_nexthops iterator constBenjamin Poirier2-5/+5
2021-11-29net: mpls: Remove duplicate variable from iterator macroBenjamin Poirier1-7/+6
2021-11-29net: mpls: Remove rcu protection from nh_devBenjamin Poirier2-25/+16
2021-11-29net: mpls: Fix notifications when deleting a deviceBenjamin Poirier1-16/+52
2021-07-23mpls: defer ttl decrement in mpls_forward()Kangmin Park1-1/+1
2021-04-28mpls: Remove redundant assignment to errJiapeng Chong1-1/+0
2021-03-10net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0Balazs Nemeth1-0/+3
2020-11-03mpls: drop skb's dst in mpls_forward()Guillaume Nault1-0/+2