| Commit message (Expand) | Author | Files | Lines |
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 |
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 |
2020-10-11 | arm64: dts: fsl-ls1028a-rdb: Specify in-band mode for ENETC port 0 | Claudiu Manoil | 1 | -0/+1 |
2020-10-11 | enetc: Clean up serdes configuration | Claudiu Manoil | 1 | -53/+48 |
2020-10-11 | enetc: Clean up MAC and link configuration | Claudiu Manoil | 1 | -48/+67 |
2020-10-11 | bpf, selftests: Add redirect_peer selftest | Daniel Borkmann | 2 | -9/+61 |
2020-10-11 | bpf, selftests: Make redirect_neigh test more extensible | Daniel Borkmann | 3 | -186/+219 |
2020-10-11 | bpf, selftests: Add test for different array inner map size | Daniel Borkmann | 2 | -10/+72 |
2020-10-11 | bpf: Allow for map-in-map with dynamic inner array map entries | Daniel Borkmann | 7 | -13/+26 |
2020-10-11 | bpf: Add redirect_peer helper | Daniel Borkmann | 6 | -10/+106 |
2020-10-11 | bpf: Improve bpf_redirect_neigh helper description | Daniel Borkmann | 2 | -6/+14 |
2020-10-10 | drivers/net/wan/hdlc_fr: Move the skb_headroom check out of fr_hard_header | Xie He | 1 | -13/+17 |
2020-10-10 | net: dsa: rtl8366rb: Roof MTU for switch | Linus Walleij | 3 | -5/+39 |
2020-10-10 | net: phy: Move of_mdio from drivers/of to drivers/net/mdio | Calvin Johnson | 6 | -9/+11 |