Age | Commit message (Expand) | Author | Files | Lines |
2019-10-11 | bpf: Track contents of read-only maps as scalars |  Andrii Nakryiko | 1 | -2/+55 |
2019-10-09 | scripts/bpf: Fix xdp_md forward declaration typo |  Andrii Nakryiko | 1 | -1/+1 |
2019-10-09 | libbpf: Fix passing uninitialized bytes to setsockopt |  Ilya Maximets | 1 | -0/+1 |
2019-10-09 | selftests/bpf: Fix btf_dump padding test case |  Andrii Nakryiko | 1 | -1/+4 |
2019-10-09 | selftests/bpf: Convert test_btf_dump into test_progs test |  Andrii Nakryiko | 2 | -55/+35 |
2019-10-09 | libbpf: Fix struct end padding in btf_dump |  Andrii Nakryiko | 1 | -1/+7 |
2019-10-08 | selftests/bpf: Add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro tests |  Andrii Nakryiko | 3 | -3/+68 |
2019-10-08 | libbpf: Add BPF_CORE_READ/BPF_CORE_READ_INTO helpers |  Andrii Nakryiko | 12 | -24/+187 |
2019-10-08 | libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf |  Andrii Nakryiko | 8 | -13/+17 |
2019-10-08 | selftests/bpf: Split off tracing-only helpers into bpf_tracing.h |  Andrii Nakryiko | 18 | -190/+211 |
2019-10-08 | selftests/bpf: Adjust CO-RE reloc tests for new bpf_core_read() macro |  Andrii Nakryiko | 10 | -40/+58 |
2019-10-08 | selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.h |  Andrii Nakryiko | 14 | -70/+91 |
2019-10-08 | selftests/bpf: Undo GCC-specific bpf_helpers.h changes |  Andrii Nakryiko | 1 | -8/+0 |
2019-10-07 | samples: bpf: Add max_pckt_size option at xdp_adjust_tail |  Daniel T. Lee | 2 | -11/+25 |
2019-10-07 | selftests/bpf: add test for BPF flow dissector in the root namespace |  Stanislav Fomichev | 1 | -6/+42 |
2019-10-07 | bpf/flow_dissector: add mode to enforce global BPF flow dissector |  Stanislav Fomichev | 2 | -4/+37 |
2019-10-07 | samples/bpf: Trivial - fix spelling mistake in usage |  Anton Ivanov | 1 | -1/+1 |
2019-10-07 | bpftool: Fix bpftool build by switching to bpf_object__open_file() |  Andrii Nakryiko | 3 | -13/+15 |
2019-10-07 | selftests/bpf: Fix dependency ordering for attach_probe test |  Andrii Nakryiko | 1 | -2/+2 |
2019-10-06 | libbpf: auto-generate list of BPF helper definitions |  Andrii Nakryiko | 3 | -264/+9 |
2019-10-06 | scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitions |  Andrii Nakryiko | 1 | -1/+154 |
2019-10-06 | uapi/bpf: fix helper docs |  Andrii Nakryiko | 2 | -32/+32 |
2019-10-05 | libbpf: Add cscope and tags targets to Makefile |  Toke Høiland-Jørgensen | 2 | -1/+14 |
2019-10-05 | selftests/bpf: switch tests to new bpf_object__open_{file, mem}() APIs |  Andrii Nakryiko | 3 | -8/+59 |
2019-10-05 | libbpf: fix bpf_object__name() to actually return object name |  Andrii Nakryiko | 1 | -1/+1 |
2019-10-05 | libbpf: add bpf_object__open_{file, mem} w/ extensible opts |  Andrii Nakryiko | 4 | -22/+146 |
2019-10-05 | libbpf: stop enforcing kern_version, populate it for users |  Andrii Nakryiko | 6 | -83/+23 |
2019-10-05 | libbpf: Fix BTF-defined map's __type macro handling of arrays |  Andrii Nakryiko | 2 | -3/+2 |
2019-10-04 | bpf: Add loop test case with 32 bit reg comparison against 0 |  Daniel Borkmann | 1 | -0/+17 |
2019-10-04 | bpf, x86: Small optimization in comparing against imm0 |  Daniel Borkmann | 1 | -0/+10 |
2019-10-03 | selftests/bpf: Correct path to include msg + path |  Ivan Khoronzhuk | 1 | -1/+1 |
2019-10-03 | selftests/bpf: Add static to enable_all_controllers() |  Ivan Khoronzhuk | 1 | -1/+1 |
2019-10-02 | libbpf: Bump current version to v0.0.6 |  Andrii Nakryiko | 1 | -0/+3 |
2019-10-01 | dt-bindings: sh_eth convert bindings to json-schema |  Simon Horman | 3 | -70/+115 |
2019-10-01 | net: usb: ax88179_178a: allow optionally getting mac address from device tree |  Peter Fink | 1 | -4/+27 |
2019-10-01 | ipv6: minor code reorg in inet6_fill_ifla6_attrs() |  Nicolas Dichtel | 1 | -4/+3 |
2019-10-01 | net: rtnetlink: add possibility to use alternative names as message handle |  Jiri Pirko | 1 | -11/+18 |
2019-10-01 | net: rtnetlink: introduce helper to get net_device instance by ifname |  Jiri Pirko | 1 | -20/+25 |
2019-10-01 | net: rtnetlink: unify the code in __rtnl_newlink get dev with the rest |  Jiri Pirko | 1 | -6/+4 |
2019-10-01 | net: rtnetlink: put alternative names to getlink message |  Jiri Pirko | 1 | -0/+53 |
2019-10-01 | net: rtnetlink: add linkprop commands to add and delete alternative ifnames |  Jiri Pirko | 7 | -2/+177 |
2019-10-01 | net: introduce name_node struct to be used in hashlist |  Jiri Pirko | 2 | -20/+87 |
2019-10-01 | net: procfs: use index hashlist instead of name hashlist |  Jiri Pirko | 1 | -2/+2 |
2019-10-01 | tcp: add ipv6_addr_v4mapped_loopback() helper |  Eric Dumazet | 2 | -4/+7 |
2019-10-01 | net: core: dev: replace state xoff flag comparison by netif_xmit_stopped method |  Julio Faracco | 1 | -1/+1 |
2019-10-01 | r8152: Factor out OOB link list waits |  Prashant Malani | 1 | -52/+21 |
2019-09-28 | mm, page_alloc: allow hugepage fallback to remote nodes when madvised |  David Rientjes | 1 | -0/+11 |
2019-09-28 | mm, page_alloc: avoid expensive reclaim when compaction may not succeed |  David Rientjes | 1 | -0/+22 |
2019-09-28 | Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask"" |  David Rientjes | 4 | -22/+51 |
2019-09-28 | Revert "Revert "mm, thp: restore node-local hugepage allocations"" |  David Rientjes | 3 | -29/+17 |