index
:
kernel
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mpls
/
af_mpls.c
Age
Commit message (
Expand
)
Author
2025-11-03
mpls: Drop RTNL for RTM_NEWROUTE, RTM_DELROUTE, and RTM_GETROUTE.
Kuniyuki Iwashima
2025-11-03
mpls: Protect net->mpls.platform_label with a per-netns mutex.
Kuniyuki Iwashima
2025-11-03
mpls: Convert RTM_GETNETCONF to RCU.
Kuniyuki Iwashima
2025-11-03
mpls: Convert mpls_dump_routes() to RCU.
Kuniyuki Iwashima
2025-11-03
mpls: Use mpls_route_input() where appropriate.
Kuniyuki Iwashima
2025-11-03
mpls: Add mpls_route_input().
Kuniyuki Iwashima
2025-11-03
mpls: Pass net to mpls_dev_get().
Kuniyuki Iwashima
2025-11-03
mpls: Add mpls_dev_rcu().
Kuniyuki Iwashima
2025-11-03
mpls: Use in6_dev_rcu() and dev_net_rcu() in mpls_forward() and mpls_xmit().
Kuniyuki Iwashima
2025-11-03
mpls: Unify return paths in mpls_dev_notify().
Kuniyuki Iwashima
2025-11-03
mpls: Hold dev refcnt for mpls_nh.
Kuniyuki Iwashima
2025-11-03
mpls: Return early in mpls_label_ok().
Kuniyuki Iwashima
2025-07-18
net: s/dev_get_flags/netif_get_flags/
Stanislav Fomichev
2025-06-17
mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu().
Kuniyuki Iwashima
2025-04-15
mpls: Use nlmsg_payload in mpls_valid_getroute_req
Breno Leitao
2025-04-15
mpls: Use nlmsg_payload in mpls_valid_fib_dump_req
Breno Leitao
2024-10-22
rtnetlink: Return int from rtnl_af_register().
Kuniyuki Iwashima
2024-10-15
neighbour: Remove NEIGH_DN_TABLE.
Kuniyuki Iwashima
2024-10-10
mpls: Handle error of rtnl_register_module().
Kuniyuki Iwashima
2024-08-23
net: mpls: delete redundant judgment statements
Li Zetao
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-05-03
net: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2024-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
2024-04-11
mpls: no longer hold RTNL in mpls_netconf_dump_devconf()
Eric Dumazet
2024-04-08
ipv4: Set scope explicitly in ip_route_output().
Guillaume Nault
2024-02-26
inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCU
Eric Dumazet
2023-08-15
networking: Update to register_net_sysctl_sz
Joel Granados
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
2023-02-15
net: mpls: fix stale pointer if allocation fails during device rename
Jakub Kicinski
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (net).
Thomas Gleixner
2022-08-29
net: Use u64_stats_fetch_begin_irq() for stats fetch.
Sebastian Andrzej Siewior
2022-04-07
net: mpls: fix memdup.cocci warning
GONG, Ruiqi
2022-02-10
net: mpls: Fix GCC 12 warning
Victor Erminpour
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-29
net: mpls: Make for_nexthops iterator const
Benjamin Poirier
2021-11-29
net: mpls: Remove rcu protection from nh_dev
Benjamin Poirier
2021-11-29
net: mpls: Fix notifications when deleting a device
Benjamin Poirier
2021-07-23
mpls: defer ttl decrement in mpls_forward()
Kangmin Park
2021-04-27
mpls: Remove redundant assignment to err
Jiapeng Chong
2020-11-03
mpls: drop skb's dst in mpls_forward()
Guillaume Nault
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-27
net: Removed the device type check to add mpls support for devices
Martin Varghese
2020-05-22
mpls: Add support for IPv6 tunnels
Vadim Fedorenko
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2019-12-04
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
Sabrina Dubroca
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-04-27
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-04-22
net: Rename net/nexthop.h net/rtnh.h
David Ahern
[next]