| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-01-26 | tools/bpf: add a multithreaded stress test in bpf selftests test_lpm_map |  Yonghong Song | 2 | -1/+96 |
| 2018-01-26 | bpf: fix kernel page fault in lpm map trie_get_next_key |  Yonghong Song | 1 | -15/+11 |
| 2018-01-26 | Merge branch 'bpf-improvements-and-fixes' |  Alexei Starovoitov | 13 | -246/+546 |
| 2018-01-26 | bpf: add further test cases around div/mod and others |  Daniel Borkmann | 2 | -15/+336 |
| 2018-01-26 | bpf, arm: remove obsolete exception handling from div/mod |  Daniel Borkmann | 1 | -8/+0 |
| 2018-01-26 | bpf, mips64: remove unneeded zero check from div/mod with k |  Daniel Borkmann | 1 | -15/+4 |
| 2018-01-26 | bpf, mips64: remove obsolete exception handling from div/mod |  Daniel Borkmann | 1 | -10/+0 |
| 2018-01-26 | bpf, sparc64: remove obsolete exception handling from div/mod |  Daniel Borkmann | 1 | -18/+0 |
| 2018-01-26 | bpf, ppc64: remove obsolete exception handling from div/mod |  Daniel Borkmann | 1 | -8/+0 |
| 2018-01-26 | bpf, s390x: remove obsolete exception handling from div/mod |  Daniel Borkmann | 1 | -10/+0 |
| 2018-01-26 | bpf, arm64: remove obsolete exception handling from div/mod |  Daniel Borkmann | 1 | -13/+0 |
| 2018-01-26 | bpf, x86_64: remove obsolete exception handling from div/mod |  Daniel Borkmann | 1 | -20/+0 |
| 2018-01-26 | bpf: fix subprog verifier bypass by div/mod by 0 exception |  Daniel Borkmann | 3 | -17/+38 |
| 2018-01-26 | bpf: make unknown opcode handling more robust |  Daniel Borkmann | 3 | -105/+154 |
| 2018-01-26 | bpf: improve dead code sanitizing |  Daniel Borkmann | 1 | -5/+12 |
| 2018-01-26 | bpf: xor of a/x in cbpf can be done in 32 bit alu |  Daniel Borkmann | 1 | -2/+2 |
| 2018-01-26 | samples/bpf: Partially fixes the bpf.o build |  Mickaël Salaün | 1 | -1/+4 |
| 2018-01-26 | bpf: clean up from test_tcpbpf_kern.c |  Lawrence Brakmo | 1 | -3/+0 |
| 2018-01-25 | bpf: Use the IS_FD_ARRAY() macro in map_update_elem() |  Mickaël Salaün | 1 | -4/+1 |
| 2018-01-25 | Merge branch 'bpf-more-sock_ops-callbacks' |  Alexei Starovoitov | 17 | -39/+925 |
| 2018-01-25 | bpf: add selftest for tcpbpf |  Lawrence Brakmo | 8 | -6/+480 |
| 2018-01-25 | bpf: Add BPF_SOCK_OPS_STATE_CB |  Lawrence Brakmo | 2 | -1/+52 |
| 2018-01-25 | bpf: Add BPF_SOCK_OPS_RETRANS_CB |  Lawrence Brakmo | 2 | -1/+12 |
| 2018-01-25 | bpf: Add sock_ops R/W access to tclass |  Lawrence Brakmo | 1 | -2/+45 |
| 2018-01-25 | bpf: Add support for reading sk_state and more |  Lawrence Brakmo | 2 | -11/+154 |
| 2018-01-25 | bpf: Add sock_ops RTO callback |  Lawrence Brakmo | 2 | -1/+14 |
| 2018-01-25 | bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock |  Lawrence Brakmo | 3 | -1/+61 |
| 2018-01-25 | bpf: Support passing args to sock_ops bpf function |  Lawrence Brakmo | 6 | -10/+42 |
| 2018-01-25 | bpf: Add write access to tcp_sock and sock fields |  Lawrence Brakmo | 3 | -1/+58 |
| 2018-01-25 | bpf: Make SOCK_OPS_GET_TCP struct independent |  Lawrence Brakmo | 1 | -10/+10 |
| 2018-01-25 | bpf: Make SOCK_OPS_GET_TCP size independent |  Lawrence Brakmo | 1 | -5/+8 |
| 2018-01-25 | bpf: Only reply field should be writeable |  Lawrence Brakmo | 1 | -2/+1 |
| 2018-01-24 | bpf, doc: Correct one wrong value in "Register value tracking" |  Wang YanQing | 1 | -1/+1 |
| 2018-01-24 | Merge branch 'bpf-samples-sockmap-improvements' |  Daniel Borkmann | 1 | -52/+340 |
| 2018-01-24 | bpf: sockmap set rlimit |  John Fastabend | 1 | -0/+7 |
| 2018-01-24 | bpf: sockmap put client sockets in blocking mode |  John Fastabend | 1 | -1/+1 |
| 2018-01-24 | bpf: sockmap sample add base test without any BPF for comparison |  John Fastabend | 1 | -5/+21 |
| 2018-01-24 | bpf: sockmap sample, report bytes/sec |  John Fastabend | 1 | -5/+42 |
| 2018-01-24 | bpf: sockmap sample, use fork() for send and recv |  John Fastabend | 1 | -15/+38 |
| 2018-01-24 | bpf: add sendmsg option for testing BPF programs |  John Fastabend | 1 | -3/+145 |
| 2018-01-24 | bpf: refactor sockmap sample program update for arg parsing |  John Fastabend | 1 | -51/+114 |
| 2018-01-24 | selftests/bpf: make 'dubious pointer arithmetic' test useful |  Alexei Starovoitov | 1 | -7/+23 |
| 2018-01-23 | bpf: test_maps: cleanup sockmaps when test ends |  Prashant Bhole | 1 | -4/+12 |
| 2018-01-23 | selftests/bpf: fix test_dev_cgroup |  Alexei Starovoitov | 1 | -1/+1 |
| 2018-01-23 | selftests/bpf: speedup test_maps |  Alexei Starovoitov | 1 | -6/+10 |
| 2018-01-23 | tools/bpf: fix a test failure in selftests prog test_verifier |  Yonghong Song | 1 | -0/+1 |
| 2018-01-23 | bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu region |  Yonghong Song | 1 | -1/+1 |
| 2018-01-23 | net: aquantia: make symbol hw_atl_boards static |  Wei Yongjun | 1 | -1/+1 |
| 2018-01-23 | net: aquantia: Fix error return code in aq_pci_probe() |  Wei Yongjun | 1 | -1/+3 |
| 2018-01-23 | nfp: fix error return code in nfp_pci_probe() |  Wei Yongjun | 1 | -0/+1 |