| Commit message (Expand) | Author | Files | Lines |
2020-10-14 | mac80211: use new function dev_fetch_sw_netstats | Heiner Kallweit | 1 | -22/+1 |
2020-10-14 | iptunnel: use new function dev_fetch_sw_netstats | Heiner Kallweit | 1 | -22/+1 |
2020-10-14 | net: dsa: use new function dev_fetch_sw_netstats | Heiner Kallweit | 1 | -20/+1 |
2020-10-14 | net: bridge: use new function dev_fetch_sw_netstats | Heiner Kallweit | 1 | -20/+1 |
2020-10-14 | qtnfmac: use new function dev_fetch_sw_netstats | Heiner Kallweit | 1 | -22/+1 |
2020-10-14 | net: usbnet: use new function dev_fetch_sw_netstats | Heiner Kallweit | 1 | -23/+1 |
2020-10-14 | net: usb: qmi_wwan: use new function dev_fetch_sw_netstats | Heiner Kallweit | 1 | -23/+1 |
2020-10-14 | net: macsec: use new function dev_fetch_sw_netstats | Heiner Kallweit | 1 | -21/+1 |
2020-10-14 | IB/hfi1: use new function dev_fetch_sw_netstats | Heiner Kallweit | 1 | -33/+1 |
2020-10-14 | net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstats | Heiner Kallweit | 2 | -0/+36 |
2020-10-14 | virtio-net: ethtool configurable RXCSUM | Tonghao Zhang | 1 | -12/+36 |
2020-10-14 | net/af_unix: Remove unused old_pid variable | Or Cohen | 1 | -2/+0 |
2020-10-14 | net/tls: use semicolons rather than commas to separate statements | Julia Lawall | 1 | -1/+1 |
2020-10-14 | net/ipv6: use semicolons rather than commas to separate statements | Julia Lawall | 1 | -1/+1 |
2020-10-14 | tcp: use semicolons rather than commas to separate statements | Julia Lawall | 2 | -5/+6 |
2020-10-14 | net: mscc: ocelot: remove duplicate ocelot_port_dev_check | Vladimir Oltean | 1 | -8/+3 |
2020-10-14 | macb: support the two tx descriptors on at91rm9200 | Willy Tarreau | 2 | -8/+40 |
2020-10-14 | macb: prepare at91 to use a 2-frame TX queue | Willy Tarreau | 2 | -16/+18 |
2020-10-14 | 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-12 | bpf, selftests: Add three new sockmap tests for verdict only programs | John Fastabend | 1 | -1/+18 |
2020-10-12 | bpf, selftests: Add option to test_sockmap to omit adding parser program | John Fastabend | 1 | -14/+21 |
2020-10-12 | bpf, sockmap: Allow skipping sk_skb parser program | John Fastabend | 3 | -7/+95 |
2020-10-12 | bpf, sockmap: Check skb_verdict and skb_parser programs explicitly | John Fastabend | 1 | -7/+8 |
2020-10-12 | bpf, sockmap: Add memory accounting so skbs on ingress lists are visible | John Fastabend | 1 | -16/+15 |
2020-10-12 | bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup | John Fastabend | 1 | -7/+7 |
2020-10-12 | bpf, sockmap: Remove dropped data on errors in redirect case | John Fastabend | 1 | -14/+14 |
2020-10-12 | bpf, sockmap: Remove skb_set_owner_w wmem will be taken later from sendpage | John Fastabend | 1 | -2/+0 |
2020-10-12 | bpf, sockmap: On receive programs try to fast track SK_PASS ingress | John Fastabend | 1 | -2/+15 |
2020-10-12 | 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 |