| Commit message (Expand) | Author | Age | Files | Lines |
* | qtnfmac: use new function dev_fetch_sw_netstats | Heiner Kallweit | 2020-10-14 | 1 | -22/+1 |
* | net: usbnet: use new function dev_fetch_sw_netstats | Heiner Kallweit | 2020-10-14 | 1 | -23/+1 |
* | net: usb: qmi_wwan: use new function dev_fetch_sw_netstats | Heiner Kallweit | 2020-10-14 | 1 | -23/+1 |
* | net: macsec: use new function dev_fetch_sw_netstats | Heiner Kallweit | 2020-10-14 | 1 | -21/+1 |
* | IB/hfi1: use new function dev_fetch_sw_netstats | Heiner Kallweit | 2020-10-14 | 1 | -33/+1 |
* | net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstats | Heiner Kallweit | 2020-10-14 | 2 | -0/+36 |
* | virtio-net: ethtool configurable RXCSUM | Tonghao Zhang | 2020-10-14 | 1 | -12/+36 |
* | net/af_unix: Remove unused old_pid variable | Or Cohen | 2020-10-14 | 1 | -2/+0 |
* | net/tls: use semicolons rather than commas to separate statements | Julia Lawall | 2020-10-14 | 1 | -1/+1 |
* | net/ipv6: use semicolons rather than commas to separate statements | Julia Lawall | 2020-10-14 | 1 | -1/+1 |
* | tcp: use semicolons rather than commas to separate statements | Julia Lawall | 2020-10-14 | 2 | -5/+6 |
* | net: mscc: ocelot: remove duplicate ocelot_port_dev_check | Vladimir Oltean | 2020-10-14 | 1 | -8/+3 |
* | Merge branch 'macb-support-the-2-deep-Tx-queue-on-at91' | Jakub Kicinski | 2020-10-14 | 2 | -20/+56 |
|\ |
|
| * | macb: support the two tx descriptors on at91rm9200 | Willy Tarreau | 2020-10-14 | 2 | -8/+40 |
| * | macb: prepare at91 to use a 2-frame TX queue | Willy Tarreau | 2020-10-14 | 2 | -16/+18 |
| * | macb: add RM9200's interrupt flag TBRE | Willy Tarreau | 2020-10-14 | 1 | -0/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2020-10-13 | 73 | -772/+4339 |
|\ |
|
| * | Merge branch 'bpf, sockmap: allow verdict only sk_skb progs' | Alexei Starovoitov | 2020-10-12 | 4 | -29/+142 |
| |\ |
|
| | * | bpf, selftests: Add three new sockmap tests for verdict only programs | John Fastabend | 2020-10-12 | 1 | -1/+18 |
| | * | bpf, selftests: Add option to test_sockmap to omit adding parser program | John Fastabend | 2020-10-12 | 1 | -14/+21 |
| | * | bpf, sockmap: Allow skipping sk_skb parser program | John Fastabend | 2020-10-12 | 3 | -7/+95 |
| | * | bpf, sockmap: Check skb_verdict and skb_parser programs explicitly | John Fastabend | 2020-10-12 | 1 | -7/+8 |
| |/ |
|
| * | Merge branch 'sockmap/sk_skb program memory acct fixes' | Alexei Starovoitov | 2020-10-12 | 1 | -38/+45 |
| |\ |
|
| | * | bpf, sockmap: Add memory accounting so skbs on ingress lists are visible | John Fastabend | 2020-10-12 | 1 | -16/+15 |
| | * | bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup | John Fastabend | 2020-10-12 | 1 | -7/+7 |
| | * | bpf, sockmap: Remove dropped data on errors in redirect case | John Fastabend | 2020-10-12 | 1 | -14/+14 |
| | * | bpf, sockmap: Remove skb_set_owner_w wmem will be taken later from sendpage | John Fastabend | 2020-10-12 | 1 | -2/+0 |
| | * | bpf, sockmap: On receive programs try to fast track SK_PASS ingress | John Fastabend | 2020-10-12 | 1 | -2/+15 |
| | * | bpf, sockmap: Skb verdict SK_PASS to self already checked rmem limits | John Fastabend | 2020-10-12 | 1 | -9/+6 |
| |/ |
|
| * | bpf: Migrate from patchwork.ozlabs.org to patchwork.kernel.org. | Alexei Starovoitov | 2020-10-11 | 1 | -2/+2 |
| * | bpf: Always return target ifindex in bpf_fib_lookup | Toke Høiland-Jørgensen | 2020-10-11 | 1 | -1/+2 |
| * | Merge branch 'samples: bpf: Refactor XDP programs with libbpf' | Alexei Starovoitov | 2020-10-11 | 6 | -161/+230 |
| |\ |
|
| | * | samples: bpf: Refactor XDP kern program maps with BTF-defined map | Daniel T. Lee | 2020-10-11 | 3 | -39/+36 |
| | * | samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu | Daniel T. Lee | 2020-10-11 | 2 | -82/+73 |
| | * | samples: bpf: Refactor xdp_monitor with libbpf | Daniel T. Lee | 2020-10-11 | 2 | -40/+121 |
| |/ |
|
| * | Merge branch 'Follow-up BPF helper improvements' | Alexei Starovoitov | 2020-10-11 | 17 | -225/+489 |
| |\ |
|
| | * | bpf, selftests: Add redirect_peer selftest | Daniel Borkmann | 2020-10-11 | 2 | -9/+61 |
| | * | bpf, selftests: Make redirect_neigh test more extensible | Daniel Borkmann | 2020-10-11 | 3 | -186/+219 |
| | * | bpf, selftests: Add test for different array inner map size | Daniel Borkmann | 2020-10-11 | 2 | -10/+72 |
| | * | bpf: Allow for map-in-map with dynamic inner array map entries | Daniel Borkmann | 2020-10-11 | 7 | -13/+26 |
| | * | bpf: Add redirect_peer helper | Daniel Borkmann | 2020-10-11 | 6 | -10/+106 |
| | * | bpf: Improve bpf_redirect_neigh helper description | Daniel Borkmann | 2020-10-11 | 2 | -6/+14 |
| |/ |
|
| * | Merge branch 'bpf-llvm-reg-alloc-patterns' | Daniel Borkmann | 2020-10-09 | 11 | -10/+1591 |
| |\ |
|
| | * | selftests/bpf: Asm tests for the verifier regalloc tracking. | Alexei Starovoitov | 2020-10-09 | 1 | -0/+243 |
| | * | selftests/bpf: Add profiler test | Alexei Starovoitov | 2020-10-09 | 7 | -0/+1274 |
| | * | bpf: Track spill/fill of bounded scalars. | Yonghong Song | 2020-10-09 | 1 | -1/+15 |
| | * | bpf: Propagate scalar ranges through register assignments. | Alexei Starovoitov | 2020-10-09 | 3 | -9/+59 |
| |/ |
|
| * | bpf: Add tcp_notsent_lowat bpf setsockopt | Nikita V. Shirokov | 2020-10-09 | 4 | -2/+25 |
| * | xsk: Introduce padding between ring pointers | Magnus Karlsson | 2020-10-09 | 1 | -0/+4 |
| * | Merge branch 'libbpf: auto-resize relocatable LOAD/STORE instructions' | Alexei Starovoitov | 2020-10-08 | 3 | -9/+539 |
| |\ |
|