aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/lib.mk (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-12selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.hAndrey Ignatov1-0/+19
2019-04-12bpf: Sync bpf.h to tools/Andrey Ignatov1-1/+50
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov4-1/+187
2019-04-12bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov2-0/+31
2019-04-12selftests/bpf: Test file_pos field in bpf_sysctl ctxAndrey Ignatov1-0/+64
2019-04-12selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov1-0/+222
2019-04-12selftests/bpf: Test sysctl_get_current_value helperAndrey Ignatov1-0/+228
2019-04-12selftests/bpf: Test bpf_sysctl_get_name helperAndrey Ignatov1-0/+222
2019-04-12selftests/bpf: Test BPF_CGROUP_SYSCTLAndrey Ignatov2-1/+293
2019-04-12selftests/bpf: Test sysctl section nameAndrey Ignatov1-0/+5
2019-04-12libbpf: Support sysctl hookAndrey Ignatov2-0/+4
2019-04-12bpf: Sync bpf.h to tools/Andrey Ignatov1-1/+89
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov5-8/+63
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov5-10/+142
2019-04-12bpf: Introduce bpf_sysctl_get_current_value helperAndrey Ignatov3-1/+88
2019-04-12bpf: Introduce bpf_sysctl_get_name helperAndrey Ignatov2-2/+90
2019-04-12bpf: Sysctl hookAndrey Ignatov8-0/+141
2019-04-12bpf: Add base proto function for cgroup-bpf programsAndrey Ignatov1-1/+7
2019-04-12net/smc: improve smc_conn_create reason codesKarsten Graul4-59/+58
2019-04-12net/smc: improve smc_listen_work reason codesKarsten Graul2-46/+54
2019-04-12net/smc: code cleanup smc_listen_workKarsten Graul1-15/+14
2019-04-12net/smc: cleanup of get vlan idKarsten Graul3-6/+10
2019-04-12net/smc: consolidate function parametersKarsten Graul7-141/+139
2019-04-12net/smc: check for ip prefix and subnetKarsten Graul2-3/+10
2019-04-12net/smc: fallback to TCP after connect problemsKarsten Graul1-4/+4
2019-04-12net/smc: nonblocking connect reworkUrsula Braun2-42/+47
2019-04-12xen-netback: add reference from xenvif to backend_info to facilitate coredump analysisDongli Zhang2-16/+19
2019-04-11sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller3-20/+13
2019-04-11sctp: Make sctp_enqueue_event tak an skb list.David Miller2-15/+39
2019-04-11sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_eventDavid Miller1-1/+10
2019-04-11sctp: Always pass skbs on a list to sctp_ulpq_tail_event().David Miller1-6/+10
2019-04-11sctp: Remove superfluous test in sctp_ulpq_reasm_drain().David Miller1-1/+1
2019-04-11net: sched: flower: fix filter net reference countingVlad Buslov1-11/+6
2019-04-11selftests: Add debugging options to pmtu.shDavid Ahern1-89/+124
2019-04-12bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUNStanislav Fomichev1-0/+6
2019-04-11tools: add smp_* barrier variants to include infrastructureDaniel Borkmann2-2/+15
2019-04-11ipv6: Refactor __ip6_route_redirectDavid Ahern1-23/+33
2019-04-11ipv6: Refactor rt6_device_matchDavid Ahern1-13/+25
2019-04-11ipv6: Move fib6_multipath_select down in ip6_pol_routeDavid Ahern1-3/+3
2019-04-11ipv6: Be smarter with null_entry handling in ip6_pol_route_lookupDavid Ahern1-12/+13
2019-04-11ipv6: Refactor find_rr_leafDavid Ahern1-36/+30
2019-04-11ipv6: Refactor find_matchDavid Ahern1-18/+32
2019-04-11ipv6: Pass fib6_nh and flags to rt6_score_routeDavid Ahern1-8/+10
2019-04-11ipv6: Change rt6_probe to take a fib6_nhDavid Ahern2-12/+12
2019-04-11ipv6: Remove rt6_check_devDavid Ahern1-11/+4
2019-04-11ipv6: Only call rt6_check_neigh for nexthop with gatewayDavid Ahern1-9/+7
2019-04-11dns: remove redundant zero length namelen checkColin Ian King1-2/+0
2019-04-11selftests_bpf: add L2 encap to test_tc_tunnelAlan Maguire3-59/+277
2019-04-11bpf: sync bpf.h to tools/ for BPF_F_ADJ_ROOM_ENCAP_L2Alan Maguire1-0/+10
2019-04-11bpf: add layer 2 encap support to bpf_skb_adjust_roomAlan Maguire2-4/+18