aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-26tools/bpf: add a multithreaded stress test in bpf selftests test_lpm_mapYonghong Song2-1/+96
2018-01-26bpf: fix kernel page fault in lpm map trie_get_next_keyYonghong Song1-15/+11
2018-01-26Merge branch 'bpf-improvements-and-fixes'Alexei Starovoitov13-246/+546
2018-01-26bpf: add further test cases around div/mod and othersDaniel Borkmann2-15/+336
2018-01-26bpf, arm: remove obsolete exception handling from div/modDaniel Borkmann1-8/+0
2018-01-26bpf, mips64: remove unneeded zero check from div/mod with kDaniel Borkmann1-15/+4
2018-01-26bpf, mips64: remove obsolete exception handling from div/modDaniel Borkmann1-10/+0
2018-01-26bpf, sparc64: remove obsolete exception handling from div/modDaniel Borkmann1-18/+0
2018-01-26bpf, ppc64: remove obsolete exception handling from div/modDaniel Borkmann1-8/+0
2018-01-26bpf, s390x: remove obsolete exception handling from div/modDaniel Borkmann1-10/+0
2018-01-26bpf, arm64: remove obsolete exception handling from div/modDaniel Borkmann1-13/+0
2018-01-26bpf, x86_64: remove obsolete exception handling from div/modDaniel Borkmann1-20/+0
2018-01-26bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann3-17/+38
2018-01-26bpf: make unknown opcode handling more robustDaniel Borkmann3-105/+154
2018-01-26bpf: improve dead code sanitizingDaniel Borkmann1-5/+12
2018-01-26bpf: xor of a/x in cbpf can be done in 32 bit aluDaniel Borkmann1-2/+2
2018-01-26samples/bpf: Partially fixes the bpf.o buildMickaël Salaün1-1/+4
2018-01-26bpf: clean up from test_tcpbpf_kern.cLawrence Brakmo1-3/+0
2018-01-25bpf: Use the IS_FD_ARRAY() macro in map_update_elem()Mickaël Salaün1-4/+1
2018-01-25Merge branch 'bpf-more-sock_ops-callbacks'Alexei Starovoitov17-39/+925
2018-01-25bpf: add selftest for tcpbpfLawrence Brakmo8-6/+480
2018-01-25bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo2-1/+52
2018-01-25bpf: Add BPF_SOCK_OPS_RETRANS_CBLawrence Brakmo2-1/+12
2018-01-25bpf: Add sock_ops R/W access to tclassLawrence Brakmo1-2/+45
2018-01-25bpf: Add support for reading sk_state and moreLawrence Brakmo2-11/+154
2018-01-25bpf: Add sock_ops RTO callbackLawrence Brakmo2-1/+14
2018-01-25bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo3-1/+61
2018-01-25bpf: Support passing args to sock_ops bpf functionLawrence Brakmo6-10/+42
2018-01-25bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo3-1/+58
2018-01-25bpf: Make SOCK_OPS_GET_TCP struct independentLawrence Brakmo1-10/+10
2018-01-25bpf: Make SOCK_OPS_GET_TCP size independentLawrence Brakmo1-5/+8
2018-01-25bpf: Only reply field should be writeableLawrence Brakmo1-2/+1
2018-01-24bpf, doc: Correct one wrong value in "Register value tracking"Wang YanQing1-1/+1
2018-01-24Merge branch 'bpf-samples-sockmap-improvements'Daniel Borkmann1-52/+340
2018-01-24bpf: sockmap set rlimitJohn Fastabend1-0/+7
2018-01-24bpf: sockmap put client sockets in blocking modeJohn Fastabend1-1/+1
2018-01-24bpf: sockmap sample add base test without any BPF for comparisonJohn Fastabend1-5/+21
2018-01-24bpf: sockmap sample, report bytes/secJohn Fastabend1-5/+42
2018-01-24bpf: sockmap sample, use fork() for send and recvJohn Fastabend1-15/+38
2018-01-24bpf: add sendmsg option for testing BPF programsJohn Fastabend1-3/+145
2018-01-24bpf: refactor sockmap sample program update for arg parsingJohn Fastabend1-51/+114
2018-01-24selftests/bpf: make 'dubious pointer arithmetic' test usefulAlexei Starovoitov1-7/+23
2018-01-23bpf: test_maps: cleanup sockmaps when test endsPrashant Bhole1-4/+12
2018-01-23selftests/bpf: fix test_dev_cgroupAlexei Starovoitov1-1/+1
2018-01-23selftests/bpf: speedup test_mapsAlexei Starovoitov1-6/+10
2018-01-23tools/bpf: fix a test failure in selftests prog test_verifierYonghong Song1-0/+1
2018-01-23bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu regionYonghong Song1-1/+1
2018-01-23net: aquantia: make symbol hw_atl_boards staticWei Yongjun1-1/+1
2018-01-23net: aquantia: Fix error return code in aq_pci_probe()Wei Yongjun1-1/+3
2018-01-23nfp: fix error return code in nfp_pci_probe()Wei Yongjun1-0/+1