summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: Allow __sk_buff tstamp in BPF_PROG_TEST_RUNStanislav Fomichev2019-10-151-0/+9
* Merge branch 'libbpf-field-existence'Alexei Starovoitov2019-10-1517-85/+392
|\
| * selftests/bpf: Add field existence CO-RE relocs testsAndrii Nakryiko2019-10-1511-2/+233
| * libbpf: Add BPF-side definitions of supported field relocation kindsAndrii Nakryiko2019-10-151-1/+23
| * libbpf: Add support for field existance CO-RE relocationAndrii Nakryiko2019-10-152-17/+61
| * libbpf: Refactor bpf_object__open APIs to use common optsAndrii Nakryiko2019-10-151-36/+35
| * libbpf: Update BTF reloc support to latest Clang formatAndrii Nakryiko2019-10-154-29/+40
|/
* net: Update address for vrf and l3mdev in MAINTAINERSDavid Ahern2019-10-151-2/+2
* Merge branch 'Scatter-gather-SPI-for-SJA1105-DSA'David S. Miller2019-10-152-99/+85
|\
| * net: dsa: sja1105: Switch to scatter/gather API for SPIVladimir Oltean2019-10-152-81/+85
| * net: dsa: sja1105: Move sja1105_spi_transfer into sja1105_xferVladimir Oltean2019-10-151-33/+15
|/
* net: b44: remove redundant assignment to variable regColin Ian King2019-10-151-3/+0
* Merge branch 'PTP-driver-refactoring-for-SJA1105-DSA'David S. Miller2019-10-145-341/+386
|\
| * net: dsa: sja1105: Change the PTP command access patternVladimir Oltean2019-10-143-12/+18
| * net: dsa: sja1105: Move PTP data to its own private structureVladimir Oltean2019-10-144-296/+335
| * net: dsa: sja1105: Make all public PTP functions take dsa_switch as argumentVladimir Oltean2019-10-145-36/+37
| * net: dsa: sja1105: Get rid of global declaration of struct ptp_clock_infoVladimir Oltean2019-10-141-15/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-1485-1020/+1889
|\
| * Merge branch 'selftests-bpf-Makefile-cleanup'Alexei Starovoitov2019-10-121-49/+8
| |\
| | * selftests/bpf: Remove obsolete pahole/BTF support detectionAndrii Nakryiko2019-10-121-48/+6
| | * selftests/bpf: Enforce libbpf build before BPF programs are builtAndrii Nakryiko2019-10-121-1/+2
| |/
| * Merge branch 'samples-cross-compile'Alexei Starovoitov2019-10-125-99/+218
| |\
| | * samples/bpf: Add preparation steps and sysroot info to readmeIvan Khoronzhuk2019-10-121-5/+36
| | * samples/bpf: Add sysroot supportIvan Khoronzhuk2019-10-121-0/+5
| | * samples/bpf: Provide C/LDFLAGS to libbpfIvan Khoronzhuk2019-10-121-1/+2
| | * libbpf: Add C/LDFLAGS to libbpf.so and test_libpf targetsIvan Khoronzhuk2019-10-121-3/+4
| | * libbpf: Don't use cxx to test_libpf targetIvan Khoronzhuk2019-10-122-19/+13
| | * samples/bpf: Use target CC environment for HDR_PROBEIvan Khoronzhuk2019-10-121-3/+2
| | * samples/bpf: Use own flags but not HOSTCFLAGSIvan Khoronzhuk2019-10-121-2/+4
| | * samples/bpf: Base target programs rules on Makefile.targetIvan Khoronzhuk2019-10-121-66/+69
| | * samples/bpf: Add makefile.target for separate CC target buildIvan Khoronzhuk2019-10-121-0/+75
| | * samples/bpf: Drop unnecessarily inclusion for bpf_loadIvan Khoronzhuk2019-10-121-1/+1
| | * samples/bpf: Use __LINUX_ARM_ARCH__ selector for armIvan Khoronzhuk2019-10-121-0/+8
| | * samples/bpf: Use own EXTRA_CFLAGS for clang commandsIvan Khoronzhuk2019-10-121-4/+5
| | * samples/bpf: Use --target from cross-compileIvan Khoronzhuk2019-10-121-1/+1
| | * samples/bpf: Fix cookie_uid_helper_example obj buildIvan Khoronzhuk2019-10-121-1/+0
| | * samples/bpf: Fix HDR_PROBE "echo"Ivan Khoronzhuk2019-10-121-1/+1
| |/
| * libbpf: Handle invalid typedef emitted by old GCCAndrii Nakryiko2019-10-111-0/+11
| * libbpf: Generate more efficient BPF_CORE_READ codeAndrii Nakryiko2019-10-111-2/+2
| * xdp: Trivial, fix spelling in function descriptionAnton Ivanov2019-10-111-1/+1
| * bpf: Fix cast to pointer from integer of different size warningAndrii Nakryiko2019-10-111-1/+1
| * selftests/bpf: Check that flow dissector can be re-attachedJakub Sitnicki2019-10-111-0/+127
| * flow_dissector: Allow updating the flow dissector program atomicallyJakub Sitnicki2019-10-111-3/+7
| * bpf: Align struct bpf_prog_statsEric Dumazet2019-10-111-1/+1
| * Merge branch 'bpf-romap-known-scalars'Daniel Borkmann2019-10-113-2/+237
| |\
| | * selftests/bpf: Add read-only map values propagation testsAndrii Nakryiko2019-10-112-0/+182
| | * bpf: Track contents of read-only maps as scalarsAndrii Nakryiko2019-10-111-2/+55
| |/
| * scripts/bpf: Fix xdp_md forward declaration typoAndrii Nakryiko2019-10-091-1/+1
| * libbpf: Fix passing uninitialized bytes to setsockoptIlya Maximets2019-10-091-0/+1
| * Merge branch 'btf2c-padding'Alexei Starovoitov2019-10-094-57/+46
| |\