Age | Commit message (Expand) | Author | Files | Lines |
2020-10-14 | macb: add RM9200's interrupt flag TBRE | Willy Tarreau | 1 | -0/+2 |
2020-10-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 73 | -772/+4339 |
2020-10-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | Jakub Kicinski | 11 | -76/+282 |
2020-10-13 | Merge branch 'bnxt_en-Updates-for-net-next' | Jakub Kicinski | 6 | -62/+164 |
2020-10-13 | bnxt_en: Add stored FW version info to devlink info_get cb. | Vasundhara Volam | 1 | -2/+45 |
2020-10-13 | bnxt_en: Refactor bnxt_dl_info_get(). | Vasundhara Volam | 2 | -48/+71 |
2020-10-13 | bnxt_en: Add bnxt_hwrm_nvm_get_dev_info() to query NVM info. | Vasundhara Volam | 4 | -0/+31 |
2020-10-13 | bnxt_en: Log unknown link speed appropriately. | Michael Chan | 1 | -1/+5 |
2020-10-13 | bnxt_en: Log event_data1 and event_data2 when handling RESET_NOTIFY event. | Michael Chan | 1 | -0/+3 |
2020-10-13 | bnxt_en: Simplify bnxt_async_event_process(). | Michael Chan | 1 | -9/+3 |
2020-10-13 | bnxt_en: Set driver default message level. | Michael Chan | 1 | -1/+3 |
2020-10-13 | bnxt_en: Enable online self tests for multi-host/NPAR mode. | Vasundhara Volam | 1 | -4/+4 |
2020-10-13 | bnxt_en: Return -EROFS to user space, if NVM writes are not permitted. | Vasundhara Volam | 1 | -0/+2 |
2020-10-12 | Merge tag 'linux-can-next-for-5.10-20201012' of git://git.kernel.org/pub/scm/... | Jakub Kicinski | 10 | -42/+14 |
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 | Merge branch 'bpf, sockmap: allow verdict only sk_skb progs' | Alexei Starovoitov | 4 | -29/+142 |
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 | Merge branch 'sockmap/sk_skb program memory acct fixes' | Alexei Starovoitov | 1 | -38/+45 |
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 | Merge branch 'samples: bpf: Refactor XDP programs with libbpf' | Alexei Starovoitov | 6 | -161/+230 |
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 | Merge branch 'Offload-tc-vlan-mangle-to-mscc_ocelot-switch' | Jakub Kicinski | 4 | -6/+119 |
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 | Merge branch 'enetc-Migrate-to-PHYLINK-and-PCS_LYNX' | Jakub Kicinski | 8 | -203/+243 |
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 |