Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | treewide: Fix typos in printk | Masanari Iida | 2017-03-24 | 1 | -1/+1 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-05-02 | 22 | -91/+1947 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | selftests: bpf: Use bpf_endian.h in test_xdp.c | David S. Miller | 2017-05-02 | 1 | -9/+8 | |
| * | | | | | | | | | | | bpf: Include bpf_endian.h in test_progs.c too. | David S. Miller | 2017-05-01 | 1 | -0/+1 | |
| * | | | | | | | | | | | bpf: Move endianness BPF helpers out of bpf_util.h | David S. Miller | 2017-05-01 | 4 | -21/+25 | |
| * | | | | | | | | | | | bpf: enhance verifier to understand stack pointer arithmetic | Yonghong Song | 2017-05-01 | 1 | -6/+12 | |
| * | | | | | | | | | | | bpf: provide a generic macro for percpu values for selftests | Daniel Borkmann | 2017-04-28 | 2 | -17/+27 | |
| * | | | | | | | | | | | bpf: fix _htons occurences in test_progs | Daniel Borkmann | 2017-04-28 | 4 | -15/+31 | |
| * | | | | | | | | | | | bpf: add various test cases to verifier selftests | Daniel Borkmann | 2017-04-28 | 1 | -0/+137 | |
| * | | | | | | | | | | | bpf: map_get_next_key to return first key on NULL | Teng Qin | 2017-04-25 | 1 | -4/+25 | |
| * | | | | | | | | | | | selftests/net: Fix broken test case in psock_fanout | Mike Maloney | 2017-04-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | selftests/net: add tests for PACKET_FANOUT_FLAG_UNIQUEID | Mike Maloney | 2017-04-24 | 1 | -11/+84 | |
| * | | | | | | | | | | | selftests/net: cleanup unused parameter in psock_fanout | Mike Maloney | 2017-04-24 | 1 | -9/+9 | |
| * | | | | | | | | | | | bpf: Add sparc support to tools and samples. | David S. Miller | 2017-04-22 | 2 | -0/+5 | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-21 | 3 | -14/+25 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | bpf: add napi_id read access to __sk_buff | Daniel Borkmann | 2017-04-21 | 2 | -0/+4 | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-20 | 1 | -0/+117 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4 | Martin KaFai Lau | 2017-04-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | bpf: lru: Cleanup test_lru_map.c | Martin KaFai Lau | 2017-04-17 | 1 | -23/+9 | |
| * | | | | | | | | | | | | bpf: lru: Add test_lru_sanity6 for BPF_F_NO_COMMON_LRU | Martin KaFai Lau | 2017-04-17 | 1 | -5/+65 | |
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-15 | 5 | -18/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | tools: bpf_jit_disasm: Add option to dump JIT image to a file. | David Daney | 2017-04-13 | 1 | -4/+36 | |
| * | | | | | | | | | | | | bpf: fix comment typo | Alexander Alemayhu | 2017-04-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | selftests/bpf: fix merge conflict | Alexei Starovoitov | 2017-04-06 | 1 | -5/+0 | |
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-06 | 3 | -6/+308 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | selftests: add a generic testsuite for ethernet device | LABBE Corentin | 2017-04-05 | 2 | -1/+201 | |
| * | | | | | | | | | | | | | selftests/bpf: add l4 load balancer test based on sched_cls | Alexei Starovoitov | 2017-04-01 | 3 | -1/+563 | |
| * | | | | | | | | | | | | | selftests/bpf: add a test for basic XDP functionality | Alexei Starovoitov | 2017-04-01 | 4 | -1/+332 | |
| * | | | | | | | | | | | | | selftests/bpf: add a test for overlapping packet range checks | Alexei Starovoitov | 2017-04-01 | 3 | -4/+215 | |
| * | | | | | | | | | | | | | tools/lib/bpf: expose bpf_program__set_type() | Alexei Starovoitov | 2017-04-01 | 2 | -2/+3 | |
| * | | | | | | | | | | | | | tools/lib/bpf: add support for BPF_PROG_TEST_RUN command | Alexei Starovoitov | 2017-04-01 | 3 | -1/+51 | |
| * | | | | | | | | | | | | | Add a eBPF helper function to retrieve socket uid | Chenbo Feng | 2017-03-23 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | Add a helper function to get socket cookie in eBPF | Chenbo Feng | 2017-03-23 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-03-23 | 3 | -13/+37 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | bpf: Add tests for map-in-map | Martin KaFai Lau | 2017-03-22 | 4 | -13/+140 | |
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-03-15 | 25 | -67/+399 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | tools: hv: Add clean up function for Ubuntu config | Haiyang Zhang | 2017-03-06 | 1 | -0/+18 | |
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-05-01 | 2 | -2/+49 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | x86/mpx, selftests: Only check bounds-vs-shadow when we keep shadow | Joerg Roedel | 2017-04-12 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | Merge branch 'x86/boot' into x86/mm, to avoid conflict | Ingo Molnar | 2017-04-11 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch | Ingo Molnar | 2017-04-03 | 3 | -13/+37 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug | Andy Lutomirski | 2017-03-23 | 1 | -0/+46 | |
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-05-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branch | Ingo Molnar | 2017-04-11 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up... | Ingo Molnar | 2017-03-01 | 373 | -2249/+13471 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_" | Ingo Molnar | 2017-01-28 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | x86/boot/e820: Rename everything to e820_table | Ingo Molnar | 2017-01-28 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | x86/boot/e820: Rename 'e820_map' variables to 'e820_array' | Ingo Molnar | 2017-01-28 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's... | Ingo Molnar | 2017-01-28 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2017-05-01 | 325 | -1753/+7363 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |