summaryrefslogtreecommitdiff
path: root/net/mpls/af_mpls.c
AgeCommit message (Expand)Author
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
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-26mpls: Return error for RTA_GATEWAY attributeDavid Ahern
2019-01-19net: mpls: netconf: perform strict checks also for doit handlersJakub Kicinski
2019-01-19net: mpls: route: perform strict checks also for doit handlersJakub Kicinski
2018-10-16net/mpls: Handle kernel side filtering of route dumpsDavid Ahern
2018-10-16net: Enable kernel side filtering of route dumpsDavid Ahern
2018-10-16net/mpls: Plumb support for filtering route dumpsDavid Ahern
2018-10-16net: Add struct for fib dump filterDavid Ahern
2018-10-10net/mpls: Implement handler for strict data checking on dumpsDavid Ahern
2018-10-08net: Update netconf dump handlers for strict data checkingDavid Ahern
2018-10-08rtnetlink: Update fib dumps for strict data checkingDavid Ahern
2018-10-08net: Add extack to nlmsg_parseDavid Ahern
2018-09-24mpls: allow routes on ip6gre devicesSaif Hasan
2018-03-04net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens
2018-02-08mpls, nospec: Sanitize array index in mpls_label_ok()Dan Williams
2017-12-04net: use rtnl_register_module where neededFlorian Westphal
2017-10-11net: mpls: make function ipgre_mpls_encap_hlen staticColin Ian King
2017-10-07ip_tunnel: add mpls over gre supportAmine Kherbouche
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-07-08mpls: fix uninitialized in_label var warning in mpls_getrouteRoopa Prabhu
2017-07-05mpls: fix rtm policy in mpls_getrouteRoopa Prabhu
2017-07-04mpls: route get supportRoopa Prabhu
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-31mpls: fix clearing of dead nh_flags on link upRoopa Prabhu
2017-05-30net: mpls: remove unnecessary initialization of errDavid Ahern