aboutsummaryrefslogtreecommitdiffstats
path: root/net/mpls
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-03-07mpls: Do not orphan the skbChristoph Paasch1-2/+0
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska1-1/+1
2024-02-26inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet1-1/+3
2024-02-23net: mpls: error out if inner headers are not setFlorian Westphal1-0/+3
2023-08-15networking: Update to register_net_sysctl_szJoel Granados1-2/+4
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet2-0/+2
2023-02-15net: mpls: fix stale pointer if allocation fails during device renameJakub Kicinski1-0/+4
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner1-2/+2
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior1-2/+2
2022-04-07net: mpls: fix memdup.cocci warningGONG, Ruiqi1-2/+1
2022-02-10net: mpls: Fix GCC 12 warningVictor Erminpour1-1/+1
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-36/+63
2021-11-29net: mpls: Make for_nexthops iterator constBenjamin Poirier2-5/+5
2021-11-29net: mpls: Remove duplicate variable from iterator macroBenjamin Poirier1-7/+6
2021-11-29net: mpls: Remove rcu protection from nh_devBenjamin Poirier2-25/+16
2021-11-29net: mpls: Fix notifications when deleting a deviceBenjamin Poirier1-16/+52
2021-07-23mpls: defer ttl decrement in mpls_forward()Kangmin Park1-1/+1
2021-04-27mpls: Remove redundant assignment to errJiapeng Chong1-1/+0
2021-03-09net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0Balazs Nemeth1-0/+3
2020-11-03mpls: drop skb's dst in mpls_forward()Guillaume Nault1-0/+2
2020-10-20mpls: load mpls_gso after mpls_iptunnelAlexander Ovechkin1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-27net: Removed the device type check to add mpls support for devicesMartin Varghese1-14/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-05-29net: Make mpls_entry_encode() available for generic usersEli Cohen1-11/+0
2020-05-22mpls: Add support for IPv6 tunnelsVadim Fedorenko1-1/+2
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-3/+2
2020-03-29net: add net available in build_stateAlexander Aring1-1/+1
2020-02-28net: mpls: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-4/+3
2019-08-25ipv4: mpls: fix mpls_xmit for iptunnelAlexey Kodanev1-4/+4
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-6/+4
2019-06-12mpls: fix af_mpls dependencies for realMatteo Croce1-1/+1
2019-06-09mpls: fix af_mpls dependenciesMatteo Croce1-0/+1
2019-06-09mpls: fix warning with multi-label encapGeorge Wilkie1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-11/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg2-14/+16
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-04-22net: Rename net/nexthop.h net/rtnh.hDavid Ahern1-1/+1
2019-04-08ipv4: Add support to rtable for ipv6 gatewayDavid Ahern1-2/+3
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern1-4/+7
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern1-1/+1
2019-03-19mpls: Fix 6PE forwardingVinay K Nallamothu1-3/+9
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2019-02-26mpls: Return error for RTA_GATEWAY attributeDavid Ahern1-0/+3
2019-02-08mpls_iptunnel: use struct_size() helperGustavo A. R. Silva1-2/+2
2019-01-19net: mpls: netconf: perform strict checks also for doit handlersJakub Kicinski1-3/+39
2019-01-19net: mpls: route: perform strict checks also for doit handlersJakub Kicinski1-2/+59
2018-10-16net/mpls: Handle kernel side filtering of route dumpsDavid Ahern1-5/+28
2018-10-16net: Enable kernel side filtering of route dumpsDavid Ahern1-4/+5
2018-10-16net/mpls: Plumb support for filtering route dumpsDavid Ahern1-1/+41
2018-10-16net: Add struct for fib dump filterDavid Ahern1-4/+8
2018-10-10net/mpls: Implement handler for strict data checking on dumpsDavid Ahern1-1/+35
2018-10-08net: Update netconf dump handlers for strict data checkingDavid Ahern1-1/+17
2018-10-08rtnetlink: Update fib dumps for strict data checkingDavid Ahern1-0/+8
2018-10-08net: Add extack to nlmsg_parseDavid Ahern1-1/+1
2018-09-24mpls: allow routes on ip6gre devicesSaif Hasan1-1/+5
2018-07-24mpls: remove trailing whitepaceStephen Hemminger1-1/+1
2018-03-04net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens1-1/+1
2018-02-08mpls, nospec: Sanitize array index in mpls_label_ok()Dan Williams1-10/+14
2017-12-04net: use rtnl_register_module where neededFlorian Westphal1-6/+9
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-12ip_tunnel: fix building with NET_IP_TUNNEL=mArnd Bergmann1-0/+1
2017-10-11net: mpls: make function ipgre_mpls_encap_hlen staticColin Ian King1-1/+1
2017-10-07ip_tunnel: add mpls over gre supportAmine Kherbouche1-0/+36
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-4/+4
2017-07-08mpls: fix uninitialized in_label var warning in mpls_getrouteRoopa Prabhu1-4/+8
2017-07-05mpls: fix rtm policy in mpls_getrouteRoopa Prabhu1-1/+1
2017-07-04mpls: route get supportRoopa Prabhu1-1/+162
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-05-31mpls: fix clearing of dead nh_flags on link upRoopa Prabhu1-1/+1
2017-05-30net: mpls: remove unnecessary initialization of errDavid Ahern1-2/+0
2017-05-30net: mpls: Make nla_get_via in af_mpls.cDavid Ahern2-50/+48
2017-05-30net: mpls: Add extack messages for route add and delete failuresDavid Ahern2-40/+87
2017-05-30net: mpls: Pull common label check into helperDavid Ahern1-15/+17
2017-05-30net: Fill in extack for mpls lwt encapDavid Ahern3-16/+47
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern1-2/+3
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-4/+1
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-3/+6
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg2-3/+4
2017-04-01net: mpls: Increase max number of labels for lwt encapDavid Ahern3-8/+15
2017-04-01net: mpls: bump maximum number of labelsDavid Ahern2-34/+71
2017-04-01net: mpls: Limit memory allocation for mpls_routeDavid Ahern1-10/+21
2017-04-01net: mpls: change mpls_route layoutDavid Ahern2-31/+51
2017-04-01net: mpls: Convert number of nexthops to u8David Ahern2-13/+20
2017-04-01net: mpls: rt_nhn_alive and nh_flags should be accessed using READ_ONCEDavid Ahern2-11/+33
2017-03-29net: mpls: Update lfib_nlmsg_size to skip deleted nexthopsDavid Ahern1-0/+2
2017-03-28net: mpls: Send netconf messages on device register and unregisterDavid Ahern1-5/+11
2017-03-28net:mpls: Refactor mpls_netconf_notify_devconf to take eventDavid Ahern1-7/+5
2017-03-27net: mpls: Delete route when all nexthops have been deletedDavid Ahern1-1/+8
2017-03-27net: mpls: Don't show nexthop if device has been deletedDavid Ahern1-3/+5
2017-03-24net: mpls: Fix setting ttl_propagate for rt2David Ahern1-1/+1
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+10
2017-03-16net: mpls: Fix nexthop alive tracking on down eventsDavid Ahern1-3/+10
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-03-13mpls: allow TTL propagation from IP packets to be configuredRobert Shearman2-13/+71
2017-03-13mpls: allow TTL propagation to IP packets to be configuredRobert Shearman2-8/+86
2017-03-12mpls: Do not decrement alive counter for unregister eventsDavid Ahern1-1/+2
2017-03-12mpls: Send route delete notifications when router module is unloadedDavid Ahern1-0/+1
2017-02-20net: mpls: Add support for netconfDavid Ahern2-3/+211
2017-01-30lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern1-1/+1
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-23/+26
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman1-0/+1
2017-01-23net: mpls: Fix multipath selection for LSR use caseDavid Ahern1-23/+25
2017-01-17mpls: Packet statsRobert Shearman3-28/+222
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-12-05net: af_mpls.c add space before open parenthesisSuraj Deshmukh1-1/+1
2016-10-23lwt: Remove unused len fieldThomas Graf1-4/+1
2016-10-03mpls: move mpls_hdr to a common locationJiri Benc1-9/+1
2016-09-01mpls: get rid of trivial returnsstephen hemminger1-5/+0
2016-08-30net: mpls: Fixups for GSODavid Ahern2-11/+33
2016-08-30net: lwtunnel: Handle fragmentationRoopa Prabhu1-4/+5
2016-07-09mpls: allow routes on ipip and sit devicesSimon Horman1-2/+4
2016-06-16mpls: allow routes on ipgre devicesSimon Horman1-3/+4
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner1-1/+1
2016-05-20gso: Remove arbitrary checks for unsupported GSOTom Herbert1-10/+1
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck1-0/+1
2016-04-08mpls: find_outdev: check for err ptr in addition to NULL checkRoopa Prabhu1-0/+3
2016-02-21mpls: autoload lwt moduleRobert Shearman1-0/+1
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+33
2015-12-12mpls: make via address optional for multipath routesRobert Shearman1-9/+13
2015-12-12mpls: fix out-of-bounds access when via address not specifiedRobert Shearman1-5/+12
2015-12-12mpls: don't dump RTA_VIA attribute if not specifiedRobert Shearman1-2/+6
2015-12-12mpls: validate L2 via address lengthRobert Shearman1-0/+4
2015-12-11mpls_iptunnel: add static qualifier to mpls_outputRoopa Prabhu1-1/+1
2015-12-07mpls: fix sending of local encapped packetsRobert Shearman1-2/+2
2015-12-03mpls: support for dead routesRoopa Prabhu2-28/+159
2015-10-27mpls: reduce memory usage of routesRobert Shearman2-38/+111
2015-10-27mpls: fix forwarding using v4/v6 explicit nullRobert Shearman1-0/+2
2015-10-23mpls: flow-based multipath selectionRobert Shearman1-4/+83
2015-10-23mpls: multipath route supportRoopa Prabhu2-148/+400
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-1/+1
2015-08-31mpls: fix mpls_net_init memory leakNikolay Aleksandrov1-1/+3
2015-08-24lwt: Add cfg argument to build_stateTom Herbert1-0/+1
2015-08-20route: move lwtunnel state to dst_entryJiri Benc1-5/+2
2015-08-09mpls: Enforce payload type of traffic sent using explicit NULLRobert Shearman1-27/+44
2015-08-06af_mpls: add null dev check in find_outdevRoopa Prabhu1-0/+3
2015-08-06mpls: small cleanup in inet/inet6_fib_lookup_dev()Dan Carpenter1-9/+4
2015-08-03mpls: Use definition for reserved label checksRobert Shearman1-10/+11
2015-07-31af_mpls: fix undefined reference to ip6_route_outputRoopa Prabhu1-8/+33
2015-07-22mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereferenceRoopa Prabhu1-1/+1
2015-07-21mpls: make RTA_OIF optionalRoopa Prabhu1-1/+66
2015-07-21mpls: ip tunnel supportRoopa Prabhu3-1/+241
2015-07-21mpls: export mpls functions for use by mpls iptunnelsRoopa Prabhu2-5/+15
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+11
2015-06-11mpls: handle device renames for per-device sysctlsRobert Shearman1-0/+11
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+2
2015-06-07mpls: fix possible use after free of deviceRobert Shearman2-1/+2
2015-06-01net: Add priority to packet_offload objects.David S. Miller1-0/+2
2015-05-09mpls: Change reserved label names to be consistent with netbsdTom Herbert1-9/+9
2015-05-05mpls: Move reserved label definitionsTom Herbert2-19/+9
2015-04-22mpls: Prevent use of implicit NULL label as outgoing labelRobert Shearman1-0/+9
2015-04-22mpls: Per-device enabling of packet inputRobert Shearman2-2/+69
2015-04-22mpls: Per-device MPLS stateRobert Shearman2-2/+51
2015-03-12mpls: In mpls_egress verify the packet length.Eric W. Biederman1-1/+16
2015-03-11mpls: Allow mpls_gso and mpls_router to be built as modulesRobert Shearman2-4/+6
2015-03-09mpls: Spelling: s/conceved/conceived/, s/as/a/Geert Uytterhoeven1-2/+2
2015-03-08neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman1-13/+22
2015-03-08mpls: Correct the ttl decrement.Eric W. Biederman1-1/+1
2015-03-08mpls: Better error code for unsupported option.Eric W. Biederman1-1/+1
2015-03-08mpls: Cleanup the rcu usage in the code.Eric W. Biederman1-26/+47
2015-03-08mpls: Fix the kzalloc argument order in mpls_rt_allocEric W. Biederman1-1/+1
2015-03-06mpls: Properly validate RTA_VIA payload lengthRobert Shearman1-1/+4
2015-03-05mpls: using vzalloc requires including vmalloc.hStephen Rothwell1-0/+1
2015-03-04mpls: rtm_mpls_policy[] can be staticWu Fengguang1-1/+1
2015-03-04mpls: Multicast route table change notificationsEric W. Biederman1-0/+60
2015-03-04mpls: Netlink commands to add, remove, and dump routesEric W. Biederman1-0/+229
2015-03-04mpls: Functions for reading and wrinting mpls labels over netlinkEric W. Biederman2-0/+60
2015-03-04mpls: Basic support for adding and removing routesEric W. Biederman1-0/+133
2015-03-04mpls: Add a sysctl to control the size of the mpls label tableEric W. Biederman1-0/+146
2015-03-04mpls: Basic routing supportEric W. Biederman4-0/+411
2015-03-04mpls: Refactor how the mpls module is builtEric W. Biederman1-1/+17
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann1-2/+2
2014-12-23mpls: Fix allowed protocols for mpls gsoPravin B Shelar1-4/+1
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar1-2/+1
2014-10-31mpls: Allow mpls_gso to be built as modulePravin B Shelar1-1/+1
2014-10-31mpls: Fix mpls_gso handler.Pravin B Shelar1-2/+1
2014-10-20net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal1-1/+1
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert1-7/+0
2014-06-04gre: Call gso_make_checksumTom Herbert1-0/+1
2013-10-19ipip: add GSO/TSO supportEric Dumazet1-0/+1
2013-05-27MPLS: Add limited GSO supportSimon Horman3-0/+121