summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qtnfmac: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-141-22/+1
* net: usbnet: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-141-23/+1
* net: usb: qmi_wwan: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-141-23/+1
* net: macsec: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-141-21/+1
* IB/hfi1: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-141-33/+1
* net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstatsHeiner Kallweit2020-10-142-0/+36
* virtio-net: ethtool configurable RXCSUMTonghao Zhang2020-10-141-12/+36
* net/af_unix: Remove unused old_pid variableOr Cohen2020-10-141-2/+0
* net/tls: use semicolons rather than commas to separate statementsJulia Lawall2020-10-141-1/+1
* net/ipv6: use semicolons rather than commas to separate statementsJulia Lawall2020-10-141-1/+1
* tcp: use semicolons rather than commas to separate statementsJulia Lawall2020-10-142-5/+6
* net: mscc: ocelot: remove duplicate ocelot_port_dev_checkVladimir Oltean2020-10-141-8/+3
* Merge branch 'macb-support-the-2-deep-Tx-queue-on-at91'Jakub Kicinski2020-10-142-20/+56
|\
| * macb: support the two tx descriptors on at91rm9200Willy Tarreau2020-10-142-8/+40
| * macb: prepare at91 to use a 2-frame TX queueWilly Tarreau2020-10-142-16/+18
| * macb: add RM9200's interrupt flag TBREWilly Tarreau2020-10-141-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-1373-772/+4339
|\
| * Merge branch 'bpf, sockmap: allow verdict only sk_skb progs'Alexei Starovoitov2020-10-124-29/+142
| |\
| | * bpf, selftests: Add three new sockmap tests for verdict only programsJohn Fastabend2020-10-121-1/+18
| | * bpf, selftests: Add option to test_sockmap to omit adding parser programJohn Fastabend2020-10-121-14/+21
| | * bpf, sockmap: Allow skipping sk_skb parser programJohn Fastabend2020-10-123-7/+95
| | * bpf, sockmap: Check skb_verdict and skb_parser programs explicitlyJohn Fastabend2020-10-121-7/+8
| |/
| * Merge branch 'sockmap/sk_skb program memory acct fixes'Alexei Starovoitov2020-10-121-38/+45
| |\
| | * bpf, sockmap: Add memory accounting so skbs on ingress lists are visibleJohn Fastabend2020-10-121-16/+15
| | * bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanupJohn Fastabend2020-10-121-7/+7
| | * bpf, sockmap: Remove dropped data on errors in redirect caseJohn Fastabend2020-10-121-14/+14
| | * bpf, sockmap: Remove skb_set_owner_w wmem will be taken later from sendpageJohn Fastabend2020-10-121-2/+0
| | * bpf, sockmap: On receive programs try to fast track SK_PASS ingressJohn Fastabend2020-10-121-2/+15
| | * bpf, sockmap: Skb verdict SK_PASS to self already checked rmem limitsJohn Fastabend2020-10-121-9/+6
| |/
| * bpf: Migrate from patchwork.ozlabs.org to patchwork.kernel.org.Alexei Starovoitov2020-10-111-2/+2
| * bpf: Always return target ifindex in bpf_fib_lookupToke Høiland-Jørgensen2020-10-111-1/+2
| * Merge branch 'samples: bpf: Refactor XDP programs with libbpf'Alexei Starovoitov2020-10-116-161/+230
| |\
| | * samples: bpf: Refactor XDP kern program maps with BTF-defined mapDaniel T. Lee2020-10-113-39/+36
| | * samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpuDaniel T. Lee2020-10-112-82/+73
| | * samples: bpf: Refactor xdp_monitor with libbpfDaniel T. Lee2020-10-112-40/+121
| |/
| * Merge branch 'Follow-up BPF helper improvements'Alexei Starovoitov2020-10-1117-225/+489
| |\
| | * bpf, selftests: Add redirect_peer selftestDaniel Borkmann2020-10-112-9/+61
| | * bpf, selftests: Make redirect_neigh test more extensibleDaniel Borkmann2020-10-113-186/+219
| | * bpf, selftests: Add test for different array inner map sizeDaniel Borkmann2020-10-112-10/+72
| | * bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann2020-10-117-13/+26
| | * bpf: Add redirect_peer helperDaniel Borkmann2020-10-116-10/+106
| | * bpf: Improve bpf_redirect_neigh helper descriptionDaniel Borkmann2020-10-112-6/+14
| |/
| * Merge branch 'bpf-llvm-reg-alloc-patterns'Daniel Borkmann2020-10-0911-10/+1591
| |\
| | * selftests/bpf: Asm tests for the verifier regalloc tracking.Alexei Starovoitov2020-10-091-0/+243
| | * selftests/bpf: Add profiler testAlexei Starovoitov2020-10-097-0/+1274
| | * bpf: Track spill/fill of bounded scalars.Yonghong Song2020-10-091-1/+15
| | * bpf: Propagate scalar ranges through register assignments.Alexei Starovoitov2020-10-093-9/+59
| |/
| * bpf: Add tcp_notsent_lowat bpf setsockoptNikita V. Shirokov2020-10-094-2/+25
| * xsk: Introduce padding between ring pointersMagnus Karlsson2020-10-091-0/+4
| * Merge branch 'libbpf: auto-resize relocatable LOAD/STORE instructions'Alexei Starovoitov2020-10-083-9/+539
| |\