index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mpls
/
af_mpls.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpls: Remove redundant assignment to err
Jiapeng Chong
2021-04-27
1
-1
/
+0
*
mpls: drop skb's dst in mpls_forward()
Guillaume Nault
2020-11-03
1
-0
/
+2
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
net: Removed the device type check to add mpls support for devices
Martin Varghese
2020-07-27
1
-14
/
+3
*
mpls: Add support for IPv6 tunnels
Vadim Fedorenko
2020-05-23
1
-1
/
+2
*
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-04-27
1
-3
/
+2
*
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
Sabrina Dubroca
2019-12-04
1
-4
/
+3
*
proc/sysctl: add shared variables for range check
Matteo Croce
2019-07-19
1
-6
/
+4
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
1
-12
/
+14
*
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-04-27
1
-1
/
+1
*
net: Rename net/nexthop.h net/rtnh.h
David Ahern
2019-04-23
1
-1
/
+1
*
ipv6: Move ipv6 stubs to a separate header file
David Ahern
2019-03-29
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-02
1
-0
/
+3
|
\
|
*
mpls: Return error for RTA_GATEWAY attribute
David Ahern
2019-02-26
1
-0
/
+3
*
|
net: mpls: netconf: perform strict checks also for doit handlers
Jakub Kicinski
2019-01-19
1
-3
/
+39
*
|
net: mpls: route: perform strict checks also for doit handlers
Jakub Kicinski
2019-01-19
1
-2
/
+59
|
/
*
net/mpls: Handle kernel side filtering of route dumps
David Ahern
2018-10-16
1
-5
/
+28
*
net: Enable kernel side filtering of route dumps
David Ahern
2018-10-16
1
-4
/
+5
*
net/mpls: Plumb support for filtering route dumps
David Ahern
2018-10-16
1
-1
/
+41
*
net: Add struct for fib dump filter
David Ahern
2018-10-16
1
-4
/
+8
*
net/mpls: Implement handler for strict data checking on dumps
David Ahern
2018-10-11
1
-1
/
+35
*
net: Update netconf dump handlers for strict data checking
David Ahern
2018-10-08
1
-1
/
+17
*
rtnetlink: Update fib dumps for strict data checking
David Ahern
2018-10-08
1
-0
/
+8
*
net: Add extack to nlmsg_parse
David Ahern
2018-10-08
1
-1
/
+1
*
mpls: allow routes on ip6gre devices
Saif Hasan
2018-09-24
1
-1
/
+5
*
net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len
Daniel Axtens
2018-03-04
1
-1
/
+1
*
mpls, nospec: Sanitize array index in mpls_label_ok()
Dan Williams
2018-02-08
1
-10
/
+14
*
net: use rtnl_register_module where needed
Florian Westphal
2017-12-04
1
-6
/
+9
*
net: mpls: make function ipgre_mpls_encap_hlen static
Colin Ian King
2017-10-12
1
-1
/
+1
*
ip_tunnel: add mpls over gre support
Amine Kherbouche
2017-10-07
1
-0
/
+36
*
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
2017-08-10
1
-4
/
+4
*
mpls: fix uninitialized in_label var warning in mpls_getroute
Roopa Prabhu
2017-07-08
1
-4
/
+8
*
mpls: fix rtm policy in mpls_getroute
Roopa Prabhu
2017-07-05
1
-1
/
+1
*
mpls: route get support
Roopa Prabhu
2017-07-04
1
-1
/
+162
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-07
1
-1
/
+1
|
\
|
*
mpls: fix clearing of dead nh_flags on link up
Roopa Prabhu
2017-05-31
1
-1
/
+1
*
|
net: mpls: remove unnecessary initialization of err
David Ahern
2017-05-30
1
-2
/
+0
*
|
net: mpls: Make nla_get_via in af_mpls.c
David Ahern
2017-05-30
1
-48
/
+48
*
|
net: mpls: Add extack messages for route add and delete failures
David Ahern
2017-05-30
1
-39
/
+86
*
|
net: mpls: Pull common label check into helper
David Ahern
2017-05-30
1
-15
/
+17
*
|
net: Fill in extack for mpls lwt encap
David Ahern
2017-05-30
1
-10
/
+39
|
/
*
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
2017-05-09
1
-4
/
+1
*
net: rtnetlink: plumb extended ack to doit function
David Ahern
2017-04-17
1
-3
/
+6
*
netlink: pass extended ACK struct to parsing functions
Johannes Berg
2017-04-13
1
-2
/
+3
*
net: mpls: Increase max number of labels for lwt encap
David Ahern
2017-04-02
1
-5
/
+0
*
net: mpls: bump maximum number of labels
David Ahern
2017-04-02
1
-33
/
+70
*
net: mpls: Limit memory allocation for mpls_route
David Ahern
2017-04-02
1
-10
/
+21
*
net: mpls: change mpls_route layout
David Ahern
2017-04-02
1
-16
/
+21
*
net: mpls: Convert number of nexthops to u8
David Ahern
2017-04-02
1
-11
/
+17
[next]