| Commit message (Expand) | Author | Age | Files | Lines |
* | net: fixup build after bpf header changes | Jakub Kicinski | 2022-01-04 | 2 | -0/+3 |
* | net: lantiq_xrx200: add ingress SG DMA support | Aleksander Jan Bajkowski | 2022-01-04 | 1 | -7/+40 |
* | phy: nxp-c45-tja11xx: add extts and perout support | Radu Pirea (NXP OSS) | 2022-01-04 | 1 | -0/+220 |
* | net/mlx5: CT: Set flow source hint from provided tuple device | Paul Blakey | 2022-01-04 | 3 | -5/+49 |
* | net: mdio: Demote probed message to debug print | Florian Fainelli | 2022-01-03 | 1 | -1/+1 |
* | net: vxge: Use dma_set_mask_and_coherent() and simplify code | Christophe JAILLET | 2022-01-03 | 1 | -23/+4 |
* | ethernet: s2io: Use dma_set_mask_and_coherent() and simplify code | Christophe JAILLET | 2022-01-03 | 2 | -16/+3 |
* | net: vertexcom: default to disabled on kbuild | Saeed Mahameed | 2022-01-03 | 1 | -1/+1 |
* | net: pcs: lynx: use a common naming scheme for all lynx_pcs variables | Colin Foster | 2022-01-02 | 1 | -7/+7 |
* | net: ethernet: enetc: name change for clarity from pcs to mdio_device | Colin Foster | 2022-01-02 | 1 | -7/+7 |
* | net: dsa: seville: name change for clarity from pcs to mdio_device | Colin Foster | 2022-01-02 | 1 | -5/+5 |
* | net: dsa: felix: name change for clarity from pcs to mdio_device | Colin Foster | 2022-01-02 | 1 | -5/+5 |
* | net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcs | Colin Foster | 2022-01-02 | 9 | -41/+66 |
* | enic: Remove usage of the deprecated "pci-dma-compat.h" API | Christophe JAILLET | 2022-01-02 | 1 | -1/+1 |
* | qed: Use dma_set_mask_and_coherent() and simplify code | Christophe JAILLET | 2022-01-02 | 1 | -23/+5 |
* | chelsio: cxgb: Use dma_set_mask_and_coherent() and simplify code | Christophe JAILLET | 2022-01-02 | 1 | -15/+4 |
* | sun/cassini: Use dma_set_mask_and_coherent() and simplify code | Christophe JAILLET | 2022-01-02 | 1 | -20/+6 |
* | tehuti: Use dma_set_mask_and_coherent() and simplify code | Christophe JAILLET | 2022-01-02 | 1 | -18/+10 |
* | enic: Use dma_set_mask_and_coherent() | Christophe JAILLET | 2022-01-02 | 1 | -14/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2021-12-31 | 65 | -37/+71 |
|\ |
|
| * | net: Add includes masked by netdevice.h including uapi/bpf.h | Jakub Kicinski | 2021-12-29 | 5 | -0/+7 |
| * | net: Don't include filter.h from net/sock.h | Jakub Kicinski | 2021-12-29 | 28 | -0/+34 |
| * | xsk: Wipe out dead zero_copy_allocator declarations | Maciej Fijalkowski | 2021-12-14 | 2 | -3/+0 |
| * | bpf: Let bpf_warn_invalid_xdp_action() report more info | Paolo Abeni | 2021-12-13 | 32 | -34/+34 |
* | | Merge tag 'mlx5-updates-2021-12-28' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 2021-12-31 | 19 | -273/+1291 |
|\ \ |
|
| * | | net/mlx5: Set SMFS as a default steering mode if device supports it | Yevgeny Kliteynik | 2021-12-31 | 1 | -0/+5 |
| * | | net/mlx5: DR, Ignore modify TTL if device doesn't support it | Yevgeny Kliteynik | 2021-12-31 | 1 | -3/+18 |
| * | | net/mlx5: DR, Improve steering for empty or RX/TX-only matchers | Yevgeny Kliteynik | 2021-12-31 | 4 | -130/+156 |
| * | | net/mlx5: DR, Add support for matching on geneve_tlv_option_0_exist field | Yevgeny Kliteynik | 2021-12-31 | 7 | -1/+86 |
| * | | net/mlx5: DR, Support matching on tunnel headers 0 and 1 | Muhammad Sammar | 2021-12-31 | 7 | -1/+79 |
| * | | net/mlx5: DR, Add misc5 to match_param structs | Muhammad Sammar | 2021-12-31 | 4 | -1/+61 |
| * | | net/mlx5: Add misc5 flow table match parameters | Muhammad Sammar | 2021-12-31 | 1 | -1/+1 |
| * | | net/mlx5: DR, Warn on failure to destroy objects due to refcount | Yevgeny Kliteynik | 2021-12-31 | 4 | -4/+4 |
| * | | net/mlx5: DR, Add support for UPLINK destination type | Yevgeny Kliteynik | 2021-12-31 | 4 | -10/+34 |
| * | | net/mlx5: DR, Add support for dumping steering info | Muhammad Sammar | 2021-12-31 | 8 | -8/+688 |
| * | | net/mlx5: DR, Add missing reserved fields to dr_match_param | Muhammad Sammar | 2021-12-31 | 1 | -89/+124 |
| * | | net/mlx5: DR, Add check for flex parser ID value | Yevgeny Kliteynik | 2021-12-31 | 2 | -2/+2 |
| * | | net/mlx5: DR, Rename list field in matcher struct to list_node | Yevgeny Kliteynik | 2021-12-31 | 3 | -15/+15 |
| * | | net/mlx5: DR, Remove unused struct member in matcher | Yevgeny Kliteynik | 2021-12-31 | 1 | -1/+0 |
| * | | net/mlx5: DR, Fix lower case macro prefix "mlx5_" to "MLX5_" | Yevgeny Kliteynik | 2021-12-31 | 2 | -2/+2 |
| * | | net/mlx5: DR, Fix error flow in creating matcher | Yevgeny Kliteynik | 2021-12-31 | 1 | -21/+32 |
* | | | net: hns3: delete the hclge_cmd.c and hclgevf_cmd.c | Jie Wang | 2021-12-31 | 5 | -66/+42 |
* | | | net: hns3: refactor VF cmdq init and uninit APIs with new common APIs | Jie Wang | 2021-12-31 | 5 | -204/+36 |
* | | | net: hns3: refactor PF cmdq init and uninit APIs with new common APIs | Jie Wang | 2021-12-31 | 5 | -197/+27 |
* | | | net: hns3: create common cmdq init and uninit APIs | Jie Wang | 2021-12-31 | 2 | -0/+163 |
* | | | net: hns3: refactor VF cmdq resource APIs with new common APIs | Jie Wang | 2021-12-31 | 2 | -231/+19 |
* | | | net: hns3: refactor PF cmdq resource APIs with new common APIs | Jie Wang | 2021-12-31 | 5 | -323/+63 |
* | | | net: hns3: create common cmdq resource allocate/free/query APIs | Jie Wang | 2021-12-31 | 2 | -1/+311 |
* | | | net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send API | Jie Wang | 2021-12-31 | 5 | -360/+82 |
* | | | net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send API | Jie Wang | 2021-12-31 | 8 | -373/+100 |