summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
16c0f792'>udp_tunnel: create a fastpath GRO lookup.Paolo Abeni 2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin 2023-10-23ipv6: add new arguments to udp_tunnel6_dst_lookup()Beniamino Galvani 2023-10-23ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()Beniamino Galvani 2023-10-23ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani 2023-10-16ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani 2023-10-16ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani 2023-10-16ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani 2023-10-03ipv6: mark address parameters of udp_tunnel6_xmit_skb() as constBeniamino Galvani 2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet 2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells 2022-09-01rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells 2021-02-04udp: call udp_encap_enable for v6 sockets when enabling encapXin Long 2021-01-07udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checksJakub Kicinski 2020-09-28udp_tunnel: add the ability to share port tablesJakub Kicinski 2020-08-03udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski 2020-07-10ethtool: add tunnel info interfaceJakub Kicinski 2020-07-10udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski 2020-07-10udp_tunnel: re-number the offload tunnel typesJakub Kicinski 2020-05-07net: bareudp: avoid uninitialized variable warningArnd Bergmann 2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern 2018-12-03udp_tunnel: add config option to bind to a deviceAlexis Bauvin 2018-11-08udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio 2018-11-07udp: implement complete book-keeping for encap_neededPaolo Abeni 2018-06-26net: Convert GRO SKB handling to list_head.David Miller 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-07-24net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca 2016-06-17vxlan: Add new UDP encapsulation offload type for VXLAN-GPEAlexander Duyck 2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck 2016-06-17net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck 2016-06-17vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck 2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2016-05-06udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme 2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck 2016-04-07udp: Add socket based GRO and configTom Herbert 2016-03-11ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann 2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree 2016-02-12net: enable LCO for udp_tunnel_handle_offloads() usersEdward Cree 2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar 2015-08-29vxlan: do not receive IPv4 packets on IPv6 socketJiri Benc 2015-08-27tunnel: introduce udp_tun_rx_dst()Pravin B Shelar