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