summaryrefslogtreecommitdiff
path: root/net/mpls
AgeCommit message (Expand)Author
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
2021-03-09net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0Balazs Nemeth
2020-11-03mpls: drop skb's dst in mpls_forward()Guillaume Nault
2020-10-20mpls: load mpls_gso after mpls_iptunnelAlexander Ovechkin
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-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-29net: Make mpls_entry_encode() available for generic usersEli Cohen
2020-05-22mpls: Add support for IPv6 tunnelsVadim Fedorenko
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-03-29net: add net available in build_stateAlexander Aring
2020-02-28net: mpls: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2019-08-25ipv4: mpls: fix mpls_xmit for iptunnelAlexey Kodanev
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-06-12mpls: fix af_mpls dependencies for realMatteo Croce
2019-06-09mpls: fix af_mpls dependenciesMatteo Croce
2019-06-09mpls: fix warning with multi-label encapGeorge Wilkie
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
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-04-08ipv4: Add support to rtable for ipv6 gatewayDavid Ahern
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern
2019-03-19mpls: Fix 6PE forwardingVinay K Nallamothu
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-02-08mpls_iptunnel: use struct_size() helperGustavo A. R. Silva
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-07-24mpls: remove trailing whitepaceStephen Hemminger
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-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller