- b2327c1 samples/bpf: Add sysroot support by Ivan Khoronzhuk · 5 years ago
- d8ceae9 samples/bpf: Provide C/LDFLAGS to libbpf by Ivan Khoronzhuk · 5 years ago
- 793a349 libbpf: Add C/LDFLAGS to libbpf.so and test_libpf targets by Ivan Khoronzhuk · 5 years ago
- 5c26f9a libbpf: Don't use cxx to test_libpf target by Ivan Khoronzhuk · 5 years ago
- a833eff samples/bpf: Use target CC environment for HDR_PROBE by Ivan Khoronzhuk · 5 years ago
- 10cb3d8 samples/bpf: Use own flags but not HOSTCFLAGS by Ivan Khoronzhuk · 5 years ago
- 1d97c6c samples/bpf: Base target programs rules on Makefile.target by Ivan Khoronzhuk · 5 years ago
- 752677e samples/bpf: Add makefile.target for separate CC target build by Ivan Khoronzhuk · 5 years ago
- 54b7fbd samples/bpf: Drop unnecessarily inclusion for bpf_load by Ivan Khoronzhuk · 5 years ago
- 0e865ae samples/bpf: Use __LINUX_ARM_ARCH__ selector for arm by Ivan Khoronzhuk · 5 years ago
- 2a560df samples/bpf: Use own EXTRA_CFLAGS for clang commands by Ivan Khoronzhuk · 5 years ago
- 518c134 samples/bpf: Use --target from cross-compile by Ivan Khoronzhuk · 5 years ago
- 39e0c36 samples/bpf: Fix cookie_uid_helper_example obj build by Ivan Khoronzhuk · 5 years ago
- cdd5b2d samples/bpf: Fix HDR_PROBE "echo" by Ivan Khoronzhuk · 5 years ago
- e78dcbf libbpf: Handle invalid typedef emitted by old GCC by Andrii Nakryiko · 5 years ago
- 4090178 libbpf: Generate more efficient BPF_CORE_READ code by Andrii Nakryiko · 5 years ago
- baead85 xdp: Trivial, fix spelling in function description by Anton Ivanov · 5 years ago
- 2dedd7d bpf: Fix cast to pointer from integer of different size warning by Andrii Nakryiko · 5 years ago
- f97eea1 selftests/bpf: Check that flow dissector can be re-attached by Jakub Sitnicki · 5 years ago
- 719b78a5 flow_dissector: Allow updating the flow dissector program atomically by Jakub Sitnicki · 5 years ago
- 84a081f bpf: Align struct bpf_prog_stats by Eric Dumazet · 5 years ago
- 6309855 Merge branch 'bpf-romap-known-scalars' by Daniel Borkmann · 5 years ago
- 666b2c1 selftests/bpf: Add read-only map values propagation tests by Andrii Nakryiko · 5 years ago
- a23740e bpf: Track contents of read-only maps as scalars by Andrii Nakryiko · 5 years ago
- e0b68fb scripts/bpf: Fix xdp_md forward declaration typo by Andrii Nakryiko · 5 years ago
- 25bfef4 libbpf: Fix passing uninitialized bytes to setsockopt by Ilya Maximets · 5 years ago
- f117710 Merge branch 'btf2c-padding' by Alexei Starovoitov · 5 years ago
- 76790c7 selftests/bpf: Fix btf_dump padding test case by Andrii Nakryiko · 5 years ago
- 6e05abc selftests/bpf: Convert test_btf_dump into test_progs test by Andrii Nakryiko · 5 years ago
- b409976 libbpf: Fix struct end padding in btf_dump by Andrii Nakryiko · 5 years ago
- f05c200 Merge branch 'bpf-libbpf-helpers' by Daniel Borkmann · 5 years ago
- ee2eb06 selftests/bpf: Add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro tests by Andrii Nakryiko · 5 years ago
- 7db3822 libbpf: Add BPF_CORE_READ/BPF_CORE_READ_INTO helpers by Andrii Nakryiko · 5 years ago
- e01a75c libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf by Andrii Nakryiko · 5 years ago
- 3ac4dbe selftests/bpf: Split off tracing-only helpers into bpf_tracing.h by Andrii Nakryiko · 5 years ago
- 694731e selftests/bpf: Adjust CO-RE reloc tests for new bpf_core_read() macro by Andrii Nakryiko · 5 years ago
- 36b5d47 selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.h by Andrii Nakryiko · 5 years ago
- cf0e971 selftests/bpf: Undo GCC-specific bpf_helpers.h changes by Andrii Nakryiko · 5 years ago
- 8fdf5b7 samples: bpf: Add max_pckt_size option at xdp_adjust_tail by Daniel T. Lee · 5 years ago
- 72ccd92 Merge branch 'enforce-global-flow-dissector' by Alexei Starovoitov · 5 years ago
- 1d9626d selftests/bpf: add test for BPF flow dissector in the root namespace by Stanislav Fomichev · 5 years ago
- a11c397 bpf/flow_dissector: add mode to enforce global BPF flow dissector by Stanislav Fomichev · 5 years ago
- 4564a8bb samples/bpf: Trivial - fix spelling mistake in usage by Anton Ivanov · 5 years ago
- 32e3e58 bpftool: Fix bpftool build by switching to bpf_object__open_file() by Andrii Nakryiko · 5 years ago
- dcb5f40 selftests/bpf: Fix dependency ordering for attach_probe test by Andrii Nakryiko · 5 years ago
- 05949f6 Merge branch 'autogen-bpf-helpers' by Alexei Starovoitov · 5 years ago
- 24f2576 libbpf: auto-generate list of BPF helper definitions by Andrii Nakryiko · 5 years ago
- 7a387be scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitions by Andrii Nakryiko · 5 years ago
- 5f0e541 uapi/bpf: fix helper docs by Andrii Nakryiko · 5 years ago
- a9eb048 libbpf: Add cscope and tags targets to Makefile by Toke Høiland-Jørgensen · 5 years ago
- b84fbfe Merge branch 'libbpf-api' by Alexei Starovoitov · 5 years ago
- 928ca75 selftests/bpf: switch tests to new bpf_object__open_{file, mem}() APIs by Andrii Nakryiko · 5 years ago
- c9e4c30 libbpf: fix bpf_object__name() to actually return object name by Andrii Nakryiko · 5 years ago
- 2ce8450 libbpf: add bpf_object__open_{file, mem} w/ extensible opts by Andrii Nakryiko · 5 years ago
- 5e61f27 libbpf: stop enforcing kern_version, populate it for users by Andrii Nakryiko · 5 years ago
- a53ba15 libbpf: Fix BTF-defined map's __type macro handling of arrays by Andrii Nakryiko · 5 years ago
- 4bbbf16 bpf: Add loop test case with 32 bit reg comparison against 0 by Daniel Borkmann · 5 years ago
- 38f51c0 bpf, x86: Small optimization in comparing against imm0 by Daniel Borkmann · 5 years ago
- c588146 selftests/bpf: Correct path to include msg + path by Ivan Khoronzhuk · 5 years ago
- fb27dcd selftests/bpf: Add static to enable_all_controllers() by Ivan Khoronzhuk · 5 years ago
- 03bd477 libbpf: Bump current version to v0.0.6 by Andrii Nakryiko · 5 years ago
- 37a2fce dt-bindings: sh_eth convert bindings to json-schema by Simon Horman · 5 years ago
- 9fb137a net: usb: ax88179_178a: allow optionally getting mac address from device tree by Peter Fink · 5 years ago
- 0d7982c ipv6: minor code reorg in inet6_fill_ifla6_attrs() by Nicolas Dichtel · 5 years ago
- 7a56493f Merge branch 'netdev-altnames' by David S. Miller · 5 years ago
- 76c9ac0 net: rtnetlink: add possibility to use alternative names as message handle by Jiri Pirko · 5 years ago
- cc6090e net: rtnetlink: introduce helper to get net_device instance by ifname by Jiri Pirko · 5 years ago
- 7af12cb net: rtnetlink: unify the code in __rtnl_newlink get dev with the rest by Jiri Pirko · 5 years ago
- 88f4fb0 net: rtnetlink: put alternative names to getlink message by Jiri Pirko · 5 years ago
- 36fbf1e net: rtnetlink: add linkprop commands to add and delete alternative ifnames by Jiri Pirko · 5 years ago
- ff92741 net: introduce name_node struct to be used in hashlist by Jiri Pirko · 5 years ago
- 6958c97 net: procfs: use index hashlist instead of name hashlist by Jiri Pirko · 5 years ago
- be2644a tcp: add ipv6_addr_v4mapped_loopback() helper by Eric Dumazet · 5 years ago
- 5be5515 net: core: dev: replace state xoff flag comparison by netif_xmit_stopped method by Julio Faracco · 5 years ago
- 5f71c84 r8152: Factor out OOB link list waits by Prashant Malani · 5 years ago
- 02dc96e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
- edf445a Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes) by Linus Torvalds · 5 years ago
- 76e654c mm, page_alloc: allow hugepage fallback to remote nodes when madvised by David Rientjes · 5 years ago
- b39d0ee mm, page_alloc: avoid expensive reclaim when compaction may not succeed by David Rientjes · 5 years ago
- 19deb76 Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask"" by David Rientjes · 5 years ago
- ac79f78 Revert "Revert "mm, thp: restore node-local hugepage allocations"" by David Rientjes · 5 years ago
- a2953204 Merge tag 'powerpc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
- f19e00e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 9c5efe9 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
- f1f2f61 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
- 298fb76 Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 5 years ago
- 8f744bd Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 5 years ago
- 9977b1a Merge tag '9p-for-5.4' of git://github.com/martinetd/linux by Linus Torvalds · 5 years ago
- 568d850 Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
- 70570a6 Merge tag 'nios2-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 5 years ago
- 8bbe0de Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
- e37e3bc Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 5 years ago
- 738f531 Merge tag 'for-5.4/io_uring-2019-09-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
- faeacb6 net: tap: clean up an indentation issue by Colin Ian King · 5 years ago
- 47db9b9 Merge tag 'for-linus-2019-09-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
- 78beef6 nfp: abm: fix memory leak in nfp_abm_u32_knode_replace by Navid Emamdoost · 5 years ago
- a41e8a8 tcp: better handle TCP_USER_TIMEOUT in SYN_SENT state by Eric Dumazet · 5 years ago
- 174e238 sk_buff: drop all skb extensions on free and skb scrubbing by Florian Westphal · 5 years ago
- 6b3656a tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidth by Kevin(Yudong) Yang · 5 years ago