Age | Commit message (Expand) | Author | Files | Lines |
2020-10-13 | net: macsec: use new function dev_fetch_sw_netstats |  Heiner Kallweit | 1 | -21/+1 |
2020-10-13 | IB/hfi1: use new function dev_fetch_sw_netstats |  Heiner Kallweit | 1 | -33/+1 |
2020-10-13 | net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstats |  Heiner Kallweit | 2 | -0/+36 |
2020-10-13 | virtio-net: ethtool configurable RXCSUM |  Tonghao Zhang | 1 | -12/+36 |
2020-10-13 | net/af_unix: Remove unused old_pid variable |  Or Cohen | 1 | -2/+0 |
2020-10-13 | net/tls: use semicolons rather than commas to separate statements |  Julia Lawall | 1 | -1/+1 |
2020-10-13 | net/ipv6: use semicolons rather than commas to separate statements |  Julia Lawall | 1 | -1/+1 |
2020-10-13 | tcp: use semicolons rather than commas to separate statements |  Julia Lawall | 2 | -5/+6 |
2020-10-13 | net: mscc: ocelot: remove duplicate ocelot_port_dev_check |  Vladimir Oltean | 1 | -8/+3 |
2020-10-13 | macb: support the two tx descriptors on at91rm9200 |  Willy Tarreau | 2 | -8/+40 |
2020-10-13 | macb: prepare at91 to use a 2-frame TX queue |  Willy Tarreau | 2 | -16/+18 |
2020-10-13 | macb: add RM9200's interrupt flag TBRE |  Willy Tarreau | 1 | -0/+2 |
2020-10-12 | bnxt_en: Add stored FW version info to devlink info_get cb. |  Vasundhara Volam | 1 | -2/+45 |
2020-10-12 | bnxt_en: Refactor bnxt_dl_info_get(). |  Vasundhara Volam | 2 | -48/+71 |
2020-10-12 | bnxt_en: Add bnxt_hwrm_nvm_get_dev_info() to query NVM info. |  Vasundhara Volam | 4 | -0/+31 |
2020-10-12 | bnxt_en: Log unknown link speed appropriately. |  Michael Chan | 1 | -1/+5 |
2020-10-12 | bnxt_en: Log event_data1 and event_data2 when handling RESET_NOTIFY event. |  Michael Chan | 1 | -0/+3 |
2020-10-12 | bnxt_en: Simplify bnxt_async_event_process(). |  Michael Chan | 1 | -9/+3 |
2020-10-12 | bnxt_en: Set driver default message level. |  Michael Chan | 1 | -1/+3 |
2020-10-12 | bnxt_en: Enable online self tests for multi-host/NPAR mode. |  Vasundhara Volam | 1 | -4/+4 |
2020-10-12 | bnxt_en: Return -EROFS to user space, if NVM writes are not permitted. |  Vasundhara Volam | 1 | -0/+2 |
2020-10-12 | cx82310_eth: use netdev_err instead of dev_err |  Ondrej Zary | 1 | -16/+12 |
2020-10-12 | cx82310_eth: re-enable ethernet mode after router reboot |  Ondrej Zary | 1 | -6/+44 |
2020-10-12 | can: remove obsolete version strings |  Oliver Hartkopp | 8 | -33/+5 |
2020-10-12 | can: isotp: implement cleanups / improvements from review |  Oliver Hartkopp | 3 | -9/+9 |
2020-10-11 | bpf, selftests: Add three new sockmap tests for verdict only programs |  John Fastabend | 1 | -1/+18 |
2020-10-11 | bpf, selftests: Add option to test_sockmap to omit adding parser program |  John Fastabend | 1 | -14/+21 |
2020-10-11 | bpf, sockmap: Allow skipping sk_skb parser program |  John Fastabend | 3 | -7/+95 |
2020-10-11 | bpf, sockmap: Check skb_verdict and skb_parser programs explicitly |  John Fastabend | 1 | -7/+8 |
2020-10-11 | bpf, sockmap: Add memory accounting so skbs on ingress lists are visible |  John Fastabend | 1 | -16/+15 |
2020-10-11 | bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup |  John Fastabend | 1 | -7/+7 |
2020-10-11 | bpf, sockmap: Remove dropped data on errors in redirect case |  John Fastabend | 1 | -14/+14 |
2020-10-11 | bpf, sockmap: Remove skb_set_owner_w wmem will be taken later from sendpage |  John Fastabend | 1 | -2/+0 |
2020-10-11 | bpf, sockmap: On receive programs try to fast track SK_PASS ingress |  John Fastabend | 1 | -2/+15 |
2020-10-11 | bpf, sockmap: Skb verdict SK_PASS to self already checked rmem limits |  John Fastabend | 1 | -9/+6 |
2020-10-12 | netfilter: flowtable: reduce calls to pskb_may_pull() |  Pablo Neira Ayuso | 2 | -27/+30 |
2020-10-12 | netfilter: nf_tables: add inet ingress support |  Pablo Neira Ayuso | 5 | -8/+126 |
2020-10-12 | netfilter: add inet ingress support |  Pablo Neira Ayuso | 2 | -21/+83 |
2020-10-12 | netfilter: add nf_ingress_hook() helper function |  Pablo Neira Ayuso | 1 | -2/+7 |
2020-10-12 | netfilter: add nf_static_key_{inc,dec} |  Pablo Neira Ayuso | 1 | -6/+17 |
2020-10-12 | ipvs: inspect reply packets from DR/TUN real servers |  longguang.yue | 2 | -15/+22 |
2020-10-11 | bpf: Migrate from patchwork.ozlabs.org to patchwork.kernel.org. |  Alexei Starovoitov | 1 | -2/+2 |
2020-10-11 | bpf: Always return target ifindex in bpf_fib_lookup |  Toke Høiland-Jørgensen | 1 | -1/+2 |
2020-10-11 | samples: bpf: Refactor XDP kern program maps with BTF-defined map |  Daniel T. Lee | 3 | -39/+36 |
2020-10-11 | samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu |  Daniel T. Lee | 2 | -82/+73 |
2020-10-11 | samples: bpf: Refactor xdp_monitor with libbpf |  Daniel T. Lee | 2 | -40/+121 |
2020-10-11 | selftests: net: mscc: ocelot: add test for VLAN modify action |  Vladimir Oltean | 1 | -2/+45 |
2020-10-11 | net: dsa: tag_ocelot: use VLAN information from tagging header when available |  Vladimir Oltean | 1 | -0/+34 |
2020-10-11 | net: mscc: ocelot: offload VLAN mangle action to VCAP IS1 |  Vladimir Oltean | 2 | -4/+40 |
2020-10-11 | enetc: Migrate to PHYLINK and PCS_LYNX |  Claudiu Manoil | 7 | -166/+191 |