summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: change parameters of call/branch offset adjustmentJakub Kicinski2019-01-231-19/+21
* selftests/bpf: don't hardcode iptables/nc path in test_tcpnotify_userStanislav Fomichev2019-01-231-3/+3
* libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song2019-01-233-12/+48
* bpf: btf: add btf documentationYonghong Song2019-01-222-0/+877
* Merge branch 'bpftool-probes'Alexei Starovoitov2019-01-2216-3/+1147
|\
| * tools: bpftool: add bash completion for bpftool probesQuentin Monnet2019-01-221-0/+19
| * tools: bpftool: add probes for a network deviceQuentin Monnet2019-01-222-14/+73
| * tools: bpftool: add C-style "#define" output for probesQuentin Monnet2019-01-222-30/+133
| * tools: bpftool: add probes for eBPF helper functionsQuentin Monnet2019-01-225-0/+121
| * tools: bpftool: add probes for eBPF map typesQuentin Monnet2019-01-226-1/+118
| * tools: bpftool: add probes for eBPF program typesQuentin Monnet2019-01-225-2/+159
| * tools: bpftool: add probes for kernel configuration optionsQuentin Monnet2019-01-221-0/+182
| * tools: bpftool: add probes for /proc/ eBPF parametersQuentin Monnet2019-01-221-0/+187
| * tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet2019-01-2210-1/+200
|/
* bpf: fix a (false) compiler warningPeter Oskolkov2019-01-171-1/+2
* Merge branch 'bpf-bpftool-queue-stack'Daniel Borkmann2019-01-173-90/+254
|\
| * bpftool: add bash completion for peek/push/enqueue/pop/dequeueStanislav Fomichev2019-01-171-18/+73
| * bpftool: add pop and dequeue commandsStanislav Fomichev2019-01-172-35/+98
| * bpftool: add push and enqueue commandsStanislav Fomichev2019-01-172-1/+14
| * bpftool: add peek commandStanislav Fomichev2019-01-172-1/+7
| * bpftool: don't print empty key/value for mapsStanislav Fomichev2019-01-171-19/+28
| * bpftool: make key optional in lookup commandStanislav Fomichev2019-01-172-9/+5
| * bpftool: make key and value optional in update commandStanislav Fomichev2019-01-172-9/+31
|/
* Merge branch 'bpf-int128-btf'Daniel Borkmann2019-01-163-68/+418
|\
| * tools/bpf: support __int128 in bpftool map pretty dumperYonghong Song2019-01-161-12/+86
| * tools/bpf: add bpffs pretty print test for int128Yonghong Song2019-01-161-0/+79
| * tools/bpf: refactor test_btf pretty printing for multiple map value formatsYonghong Song2019-01-161-37/+75
| * tools/bpf: add int128 raw test in test_btfYonghong Song2019-01-161-0/+93
| * bpf: btf: support 128 bit integer typeYonghong Song2019-01-161-19/+85
|/
* libbpf: don't define CC and ARStanislav Fomichev2019-01-161-16/+1
* networking: Documentation: fix snmp_counters.rst Sphinx warningsRandy Dunlap2019-01-161-27/+86
* net, decnet: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-161-1/+1
* mlxsw: spectrum_nve: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-161-2/+2
* mlxsw: spectrum_acl_bloom_filter: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-161-2/+2
* dt-bindings: net: dsa: ksz9477: fix indentation for switch spi bindingsSergio Paracuellos2019-01-151-51/+51
* Fix ERROR:do not initialise statics to 0 in af_vsock.cLepton Wu2019-01-151-1/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-01-1518-284/+1446
|\
| * ice: add const qualifier to mac_addr parameterJacob Keller2019-01-152-4/+4
| * ice: Add support for new PHY typesAnirudh Venkataramanan2019-01-157-23/+418
| * ice: Offload SCTP checksumAnirudh Venkataramanan2019-01-154-0/+9
| * ice: Allow for software timestampingTony Nguyen2019-01-151-0/+1
| * ice: Implement getting and setting ethtool coalesceBrett Creeley2019-01-153-0/+261
| * ice: Add support for adaptive interrupt moderationBrett Creeley2019-01-155-23/+120
| * ice: Move aggregator list into ice_hw instanceAnirudh Venkataramanan2019-01-154-14/+26
| * ice: Rework queue management code for reuseAnirudh Venkataramanan2019-01-155-123/+159
| * ice: Add ethtool private flag to make forcing link down optionalBruce Allan2019-01-153-6/+95
| * ice: Set physical link up/down when an interface is set up/downBrett Creeley2019-01-152-5/+96
| * ice: Implement support for normal get_eeprom[_len] ethtool opsBruce Allan2019-01-153-0/+134
| * ice: Add ethtool set_phys_id handlerAnirudh Venkataramanan2019-01-154-0/+68
| * ice: Configure RSS LUT and HASH KEY in rebuild pathMd Fahad Iqbal Polash2019-01-151-0/+6