summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * i40e: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer2018-06-031-2/+8
| | | * xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-039-11/+32
| | |/
| | * Merge branch 'misc-BPF-improvements'Alexei Starovoitov2018-06-0313-70/+421
| | |\
| | | * bpf, doc: add missing patchwork url and libbpf to maintainersDaniel Borkmann2018-06-031-0/+2
| | | * bpf: sync bpf uapi header with toolsDaniel Borkmann2018-06-031-2/+20
| | | * bpf: fix context access in tracing progs on 32 bit archsDaniel Borkmann2018-06-033-9/+34
| | | * bpf: fix cbpf parser bug for octal numbersDaniel Borkmann2018-06-031-1/+1
| | | * bpf: make sure to clear unused fields in tunnel/xfrm state fetchDaniel Borkmann2018-06-032-1/+8
| | | * bpf: add bpf_skb_cgroup_id helperDaniel Borkmann2018-06-032-3/+45
| | | * bpf: avoid retpoline for lookup/update/delete calls on mapsDaniel Borkmann2018-06-033-22/+61
| | | * bpf: show prog and map id in fdinfoDaniel Borkmann2018-06-031-4/+8
| | | * bpf: fixup error message from gpl helpers on license mismatchDaniel Borkmann2018-06-031-1/+1
| | | * bpf: add also cbpf long jump test cases with heavy expansionDaniel Borkmann2018-06-031-0/+63
| | | * bpf: test case for map pointer poison with calls/branchesDaniel Borkmann2018-06-033-27/+178
| | |/
| | * Merge branch 'btf-fixes'Alexei Starovoitov2018-06-022-1/+70
| | |\
| | | * bpf: btf: Ensure t->type == 0 for BTF_KIND_FWDMartin KaFai Lau2018-06-022-1/+42
| | | * bpf: btf: Check array t->sizeMartin KaFai Lau2018-06-022-0/+28
| | |/
| | * Merge branch 'bpf-sockmap-test-fixes'Daniel Borkmann2018-06-021-20/+67
| | |\
| | | * selftests/bpf: test_sockmap, print additional test optionsPrashant Bhole2018-06-021-9/+19
| | | * selftests/bpf: test_sockmap, fix data verificationPrashant Bhole2018-06-021-1/+13
| | | * selftests/bpf: test_sockmap, timing improvementsPrashant Bhole2018-06-021-4/+9
| | | * selftests/bpf: test_sockmap, join cgroup in selftest modePrashant Bhole2018-06-021-0/+5
| | | * selftests/bpf: test_sockmap, check test failurePrashant Bhole2018-06-021-6/+21
| | |/
| | * bpf: Change bpf_fib_lookup to return -EAFNOSUPPORT for unsupported address fa...David Ahern2018-05-301-2/+2
| | * bpf: devmap: remove redundant assignment of dev = devColin Ian King2018-05-301-1/+1
| | * bpftool: Support sendmsg{4,6} attach typesAndrey Ignatov2018-05-303-5/+13
| | * Merge branch 'bpf-ir-decoder'Daniel Borkmann2018-05-3022-22/+984
| | |\
| | | * bpf: add selftest for lirc_mode2 type programSean Young2018-05-3010-17/+494
| | | * media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young2018-05-3010-3/+479
| | | * bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not foundSean Young2018-05-302-2/+11
| | |/
| | * bpf: Verify flags in bpf_fib_lookupDavid Ahern2018-05-291-0/+6
| | * bpf: Drop mpls from bpf_fib_lookupDavid Ahern2018-05-291-13/+13
| | * bpf: hide the unused 'off' variableYueHaibing2018-05-291-0/+2
| | * bpf: clean up eBPF helpers documentationQuentin Monnet2018-05-292-22/+20
| | * Merge branch 'bpf-sendmsg-hook'Daniel Borkmann2018-05-2814-196/+1215
| | |\
| | | * selftests/bpf: Selftest for sys_sendmsg hooksAndrey Ignatov2018-05-284-1/+628
| | | * selftests/bpf: Prepare test_sock_addr for extensionAndrey Ignatov2018-05-281-195/+460
| | | * libbpf: Support guessing sendmsg{4,6} progsAndrey Ignatov2018-05-281-0/+2
| | | * bpf: Sync bpf.h to tools/Andrey Ignatov2018-05-281-0/+8
| | | * bpf: Hooks for sys_sendmsgAndrey Ignatov2018-05-288-9/+125
| | | * bpf: Define cgroup_bpf_enabled for CONFIG_CGROUP_BPF=nAndrey Ignatov2018-05-281-0/+1
| | |/
| | * selftests/bpf: missing headers test_lwt_seg6localMathieu Xhonneux2018-05-282-0/+135
| | * bpf: avoid -Wmaybe-uninitialized warningArnd Bergmann2018-05-281-4/+3
| | * bpf: btf: avoid -Wreturn-type warningArnd Bergmann2018-05-281-1/+1
| | * libbpf: Install btf.h with libbpfAndrey Ignatov2018-05-281-0/+1
| * | Merge branch 'devlink-extack'David S. Miller2018-06-059-32/+60
| |\ \
| | * | mlxsw: Add extack messages for port_{un, }split failuresDavid Ahern2018-06-053-9/+25
| | * | netdevsim: Add extack error message for devlink reloadDavid Ahern2018-06-053-6/+10
| | * | devlink: Add extack to reload and port_{un, }split operationsDavid Ahern2018-06-055-17/+25
| |/ /
| * | net: metrics: add proper netlink validationEric Dumazet2018-06-052-0/+4