aboutsummaryrefslogtreecommitdiffstats
path: root/net/mpls/af_mpls.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-7/+6
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-2/+2
2024-04-11mpls: no longer hold RTNL in mpls_netconf_dump_devconf()Eric Dumazet1-37/+22
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault1-1/+1
2024-02-26inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet1-1/+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 Dumazet1-0/+1
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 Kicinski1-35/+62
2021-11-29net: mpls: Make for_nexthops iterator constBenjamin Poirier1-4/+4
2021-11-29net: mpls: Remove rcu protection from nh_devBenjamin Poirier1-24/+15
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
2020-11-03mpls: drop skb's dst in mpls_forward()Guillaume Nault1-0/+2
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-05-22mpls: Add support for IPv6 tunnelsVadim Fedorenko1-1/+2
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-3/+2
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-4/+3
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-6/+4
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-12/+14
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-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern1-1/+1
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-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-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-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 Ahern1-48/+48
2017-05-30net: mpls: Add extack messages for route add and delete failuresDavid Ahern1-39/+86
2017-05-30net: mpls: Pull common label check into helperDavid Ahern1-15/+17
2017-05-30net: Fill in extack for mpls lwt encapDavid Ahern1-10/+39
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 Berg1-2/+3
2017-04-01net: mpls: Increase max number of labels for lwt encapDavid Ahern1-5/+0
2017-04-01net: mpls: bump maximum number of labelsDavid Ahern1-33/+70
2017-04-01net: mpls: Limit memory allocation for mpls_routeDavid Ahern1-10/+21
2017-04-01net: mpls: change mpls_route layoutDavid Ahern1-16/+21
2017-04-01net: mpls: Convert number of nexthops to u8David Ahern1-11/+17
2017-04-01net: mpls: rt_nhn_alive and nh_flags should be accessed using READ_ONCEDavid Ahern1-11/+25
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 Shearman1-0/+11
2017-03-13mpls: allow TTL propagation to IP packets to be configuredRobert Shearman1-8/+79
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 Ahern1-2/+210
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-23/+25
2017-01-23net: mpls: Fix multipath selection for LSR use caseDavid Ahern1-23/+25
2017-01-17mpls: Packet statsRobert Shearman1-23/+158
2016-12-05net: af_mpls.c add space before open parenthesisSuraj Deshmukh1-1/+1
2016-09-01mpls: get rid of trivial returnsstephen hemminger1-5/+0
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-04-08mpls: find_outdev: check for err ptr in addition to NULL checkRoopa Prabhu1-0/+3
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+31
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-03mpls: support for dead routesRoopa Prabhu1-28/+157
2015-10-27mpls: reduce memory usage of routesRobert Shearman1-35/+86
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 Prabhu1-147/+349
2015-08-31mpls: fix mpls_net_init memory leakNikolay Aleksandrov1-1/+3
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-21mpls: make RTA_OIF optionalRoopa Prabhu1-1/+66
2015-07-21mpls: export mpls functions for use by mpls iptunnelsRoopa Prabhu1-3/+8
2015-06-11mpls: handle device renames for per-device sysctlsRobert Shearman1-0/+11
2015-06-07mpls: fix possible use after free of deviceRobert Shearman1-1/+1
2015-05-09mpls: Change reserved label names to be consistent with netbsdTom Herbert1-9/+9
2015-05-05mpls: Move reserved label definitionsTom Herbert1-9/+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 Shearman1-2/+66
2015-04-22mpls: Per-device MPLS stateRobert Shearman1-2/+48
2015-03-12mpls: In mpls_egress verify the packet length.Eric W. Biederman1-1/+16
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. Biederman1-0/+57
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. Biederman1-0/+349