index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mpls
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
Merge tag 'sysctl-7.03-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2026-08-18
mpls: reload header after pskb_may_pull()
Qing Ming
1
-0
/
+2
2026-08-05
sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTL
Oleg Nesterov
1
-1
/
+1
2026-07-28
net: mpls: initialize rtm_tos in mpls_getroute()
Yehyeong Lee
1
-0
/
+1
2026-07-23
mpls: Set rt->rt_nhn just before returning from mpls_nh_build_multi().
Kuniyuki Iwashima
1
-3
/
+5
2026-07-17
mpls: fix NULL deref in mpls_valid_fib_dump_req() on CONFIG_INET=n
Weiming Shi
1
-0
/
+3
2026-06-08
net: Remove rtnl_held of struct fib_dump_filter.
Kuniyuki Iwashima
1
-4
/
+2
2026-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+25
2026-03-29
net: convert remaining ipv6_stub users to direct function calls
Fernando Fernandez Mancera
1
-2
/
+1
2026-03-26
mpls: add seqcount to protect the platform_label{,s} pair
Sabrina Dubroca
1
-4
/
+25
2026-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2026-03-12
mpls: add missing unregister_netdevice_notifier to mpls_init
Sabrina Dubroca
1
-0
/
+1
2026-03-02
mpls: remove test against ipv6_stub
Eric Dumazet
1
-3
/
+0
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2025-11-03
mpls: Drop RTNL for RTM_NEWROUTE, RTM_DELROUTE, and RTM_GETROUTE.
Kuniyuki Iwashima
1
-3
/
+5
2025-11-03
mpls: Protect net->mpls.platform_label with a per-netns mutex.
Kuniyuki Iwashima
2
-20
/
+42
2025-11-03
mpls: Convert RTM_GETNETCONF to RCU.
Kuniyuki Iwashima
1
-14
/
+30
2025-11-03
mpls: Convert mpls_dump_routes() to RCU.
Kuniyuki Iwashima
1
-10
/
+16
2025-11-03
mpls: Use mpls_route_input() where appropriate.
Kuniyuki Iwashima
1
-19
/
+13
2025-11-03
mpls: Add mpls_route_input().
Kuniyuki Iwashima
1
-10
/
+18
2025-11-03
mpls: Pass net to mpls_dev_get().
Kuniyuki Iwashima
2
-6
/
+8
2025-11-03
mpls: Add mpls_dev_rcu().
Kuniyuki Iwashima
3
-7
/
+12
2025-11-03
mpls: Use in6_dev_rcu() and dev_net_rcu() in mpls_forward() and mpls_xmit().
Kuniyuki Iwashima
3
-10
/
+12
2025-11-03
mpls: Unify return paths in mpls_dev_notify().
Kuniyuki Iwashima
1
-8
/
+16
2025-11-03
mpls: Hold dev refcnt for mpls_nh.
Kuniyuki Iwashima
2
-19
/
+45
2025-11-03
mpls: Return early in mpls_label_ok().
Kuniyuki Iwashima
1
-6
/
+5
2025-07-18
net: s/dev_get_flags/netif_get_flags/
Stanislav Fomichev
1
-3
/
+3
2025-06-17
mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu().
Kuniyuki Iwashima
1
-2
/
+2
2025-04-15
mpls: Use nlmsg_payload in mpls_valid_getroute_req
Breno Leitao
1
-2
/
+2
2025-04-15
mpls: Use nlmsg_payload in mpls_valid_fib_dump_req
Breno Leitao
1
-2
/
+2
2025-03-16
percpu: use TYPEOF_UNQUAL() in variable declarations
Uros Bizjak
1
-2
/
+2
2024-10-22
rtnetlink: Return int from rtnl_af_register().
Kuniyuki Iwashima
1
-1
/
+4
2024-10-15
neighbour: Remove NEIGH_DN_TABLE.
Kuniyuki Iwashima
1
-1
/
+1
2024-10-10
mpls: Handle error of rtnl_register_module().
Kuniyuki Iwashima
1
-11
/
+21
2024-08-23
net: mpls: delete redundant judgment statements
Li Zetao
1
-4
/
+2
2024-08-16
mpls: Reduce skb re-allocations due to skb_cow()
Christoph Paasch
1
-1
/
+1
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-2
/
+2
2024-05-03
net: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-7
/
+6
2024-04-30
inet: introduce dst_rtable() helper
Eric Dumazet
1
-1
/
+1
2024-04-29
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
1
-1
/
+1
2024-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
1
-2
/
+2
2024-04-11
mpls: no longer hold RTNL in mpls_netconf_dump_devconf()
Eric Dumazet
1
-37
/
+22
2024-04-08
ipv4: Set scope explicitly in ip_route_output().
Guillaume Nault
1
-1
/
+1
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2024-03-07
mpls: Do not orphan the skb
Christoph Paasch
1
-2
/
+0
2024-03-06
Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"
Ahelenia Ziemiańska
1
-1
/
+1
2024-02-26
inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCU
Eric Dumazet
1
-1
/
+3
2024-02-23
net: mpls: error out if inner headers are not set
Florian Westphal
1
-0
/
+3
2023-08-15
networking: Update to register_net_sysctl_sz
Joel Granados
1
-2
/
+4
[next]