summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-09scripts/bpf: Fix xdp_md forward declaration typoAndrii Nakryiko1-1/+1
2019-10-09libbpf: Fix passing uninitialized bytes to setsockoptIlya Maximets1-0/+1
2019-10-09Merge branch 'btf2c-padding'Alexei Starovoitov4-57/+46
2019-10-09selftests/bpf: Fix btf_dump padding test caseAndrii Nakryiko1-1/+4
2019-10-09selftests/bpf: Convert test_btf_dump into test_progs testAndrii Nakryiko2-55/+35
2019-10-09libbpf: Fix struct end padding in btf_dumpAndrii Nakryiko1-1/+7
2019-10-08Merge branch 'bpf-libbpf-helpers'Daniel Borkmann47-186/+470
2019-10-08selftests/bpf: Add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro testsAndrii Nakryiko3-3/+68
2019-10-08libbpf: Add BPF_CORE_READ/BPF_CORE_READ_INTO helpersAndrii Nakryiko12-24/+187
2019-10-08libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpfAndrii Nakryiko8-13/+17
2019-10-08selftests/bpf: Split off tracing-only helpers into bpf_tracing.hAndrii Nakryiko18-190/+211
2019-10-08selftests/bpf: Adjust CO-RE reloc tests for new bpf_core_read() macroAndrii Nakryiko10-40/+58
2019-10-08selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.hAndrii Nakryiko14-70/+91
2019-10-08selftests/bpf: Undo GCC-specific bpf_helpers.h changesAndrii Nakryiko1-8/+0
2019-10-07samples: bpf: Add max_pckt_size option at xdp_adjust_tailDaniel T. Lee2-11/+25
2019-10-07Merge branch 'enforce-global-flow-dissector'Alexei Starovoitov3-10/+79
2019-10-07selftests/bpf: add test for BPF flow dissector in the root namespaceStanislav Fomichev1-6/+42
2019-10-07bpf/flow_dissector: add mode to enforce global BPF flow dissectorStanislav Fomichev2-4/+37
2019-10-07samples/bpf: Trivial - fix spelling mistake in usageAnton Ivanov1-1/+1
2019-10-07bpftool: Fix bpftool build by switching to bpf_object__open_file()Andrii Nakryiko3-13/+15
2019-10-07selftests/bpf: Fix dependency ordering for attach_probe testAndrii Nakryiko1-2/+2
2019-10-06Merge branch 'autogen-bpf-helpers'Alexei Starovoitov6-297/+195
2019-10-06libbpf: auto-generate list of BPF helper definitionsAndrii Nakryiko3-264/+9
2019-10-06scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitionsAndrii Nakryiko1-1/+154
2019-10-06uapi/bpf: fix helper docsAndrii Nakryiko2-32/+32
2019-10-05libbpf: Add cscope and tags targets to MakefileToke Høiland-Jørgensen2-1/+14
2019-10-05Merge branch 'libbpf-api'Alexei Starovoitov11-111/+226
2019-10-05selftests/bpf: switch tests to new bpf_object__open_{file, mem}() APIsAndrii Nakryiko3-8/+59
2019-10-05libbpf: fix bpf_object__name() to actually return object nameAndrii Nakryiko1-1/+1
2019-10-05libbpf: add bpf_object__open_{file, mem} w/ extensible optsAndrii Nakryiko4-22/+146
2019-10-05libbpf: stop enforcing kern_version, populate it for usersAndrii Nakryiko6-83/+23
2019-10-05libbpf: Fix BTF-defined map's __type macro handling of arraysAndrii Nakryiko2-3/+2
2019-10-04bpf: Add loop test case with 32 bit reg comparison against 0Daniel Borkmann1-0/+17
2019-10-04bpf, x86: Small optimization in comparing against imm0Daniel Borkmann1-0/+10
2019-10-03selftests/bpf: Correct path to include msg + pathIvan Khoronzhuk1-1/+1
2019-10-03selftests/bpf: Add static to enable_all_controllers()Ivan Khoronzhuk1-1/+1
2019-10-02libbpf: Bump current version to v0.0.6Andrii Nakryiko1-0/+3
2019-10-01dt-bindings: sh_eth convert bindings to json-schemaSimon Horman3-70/+115
2019-10-01net: usb: ax88179_178a: allow optionally getting mac address from device treePeter Fink1-4/+27
2019-10-01ipv6: minor code reorg in inet6_fill_ifla6_attrs()Nicolas Dichtel1-4/+3
2019-10-01Merge branch 'netdev-altnames'David S. Miller8-43/+348
2019-10-01net: rtnetlink: add possibility to use alternative names as message handleJiri Pirko1-11/+18
2019-10-01net: rtnetlink: introduce helper to get net_device instance by ifnameJiri Pirko1-20/+25
2019-10-01net: rtnetlink: unify the code in __rtnl_newlink get dev with the restJiri Pirko1-6/+4
2019-10-01net: rtnetlink: put alternative names to getlink messageJiri Pirko1-0/+53
2019-10-01net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko7-2/+177
2019-10-01net: introduce name_node struct to be used in hashlistJiri Pirko2-20/+87
2019-10-01net: procfs: use index hashlist instead of name hashlistJiri Pirko1-2/+2
2019-10-01tcp: add ipv6_addr_v4mapped_loopback() helperEric Dumazet2-4/+7
2019-10-01net: core: dev: replace state xoff flag comparison by netif_xmit_stopped methodJulio Faracco1-1/+1