| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-01-31 | ice: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb |  Alexander Lobakin | 1 | -3/+1 |
| 2022-01-31 | ice: respect metadata in legacy-rx/ice_construct_skb() |  Alexander Lobakin | 1 | -4/+11 |
| 2022-01-31 | i40e: respect metadata on XSK Rx to skb |  Alexander Lobakin | 1 | -4/+10 |
| 2022-01-31 | i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb |  Alexander Lobakin | 1 | -3/+1 |
| 2022-01-31 | net: mana: Reuse XDP dropped page |  Haiyang Zhang | 2 | -2/+14 |
| 2022-01-31 | net: mana: Add counter for XDP_TX |  Haiyang Zhang | 3 | -5/+15 |
| 2022-01-31 | net: mana: Add counter for packet dropped by XDP |  Haiyang Zhang | 3 | -29/+49 |
| 2022-01-31 | sh_eth: sh_eth_close() always returns 0 |  Sergey Shtylyov | 1 | -3/+1 |
| 2022-01-31 | ravb: ravb_close() always returns 0 |  Sergey Shtylyov | 1 | -4/+1 |
| 2022-01-31 | net/fsl: xgmac_mdio: fix return value check in xgmac_mdio_probe() |  Wei Yongjun | 1 | -2/+2 |
| 2022-01-31 | r8169: add rtl_disable_exit_l1() |  Heiner Kallweit | 1 | -5/+16 |
| 2022-01-31 | phy: make phy_set_max_speed() *void* |  Sergey Shtylyov | 2 | -15/+3 |
| 2022-01-29 | net: macb: Added ZynqMP-specific initialization |  Robert Hancock | 2 | -3/+64 |
| 2022-01-28 | net: stmmac: dwmac-sun8i: make clk really gated during rpm suspended |  Jisheng Zhang | 1 | -19/+11 |
| 2022-01-28 | net: stmmac: properly handle with runtime pm in stmmac_dvr_remove() |  Jisheng Zhang | 1 | -2/+4 |
| 2022-01-28 | gve: fix the wrong AdminQ buffer queue index check |  Haiyue Wang | 1 | -1/+1 |
| 2022-01-28 | net/fsl: xgmac_mdio: Fix spelling mistake "frequecy" -> "frequency" |  Colin Ian King | 1 | -1/+1 |
| 2022-01-28 | octeontx2-pf: Change receive buffer size using ethtool |  Subbaraya Sundeep | 5 | -1/+33 |
| 2022-01-28 | bnxt: report header-data split state |  Jakub Kicinski | 1 | -0/+3 |
| 2022-01-28 | net: mvneta: remove unnecessary if condition in mvneta_xdp_submit_frame |  Lorenzo Bianconi | 1 | -4/+2 |
| 2022-01-28 | net: stmmac: dwmac-visconti: No change to ETHER_CLOCK_SEL for unexpected speed request. |  Yuji Ishikawa | 1 | -2/+7 |
| 2022-01-28 | net: sparx5: use .mac_select_pcs() interface |  Russell King (Oracle) | 2 | -1/+10 |
| 2022-01-27 | mlxsw: spectrum_acl: Allocate default actions for internal TCAM regions |  Ido Schimmel | 2 | -1/+13 |
| 2022-01-27 | mlxsw: spectrum: Guard against invalid local ports |  Amit Cohen | 4 | -7/+10 |
| 2022-01-27 | mlxsw: core: Consolidate trap groups to a single event group |  Jiri Pirko | 4 | -9/+8 |
| 2022-01-27 | mlxsw: core: Move functions to register/unregister array of traps to core.c |  Jiri Pirko | 3 | -49/+58 |
| 2022-01-27 | mlxsw: core: Move basic trap group initialization from spectrum.c |  Jiri Pirko | 3 | -31/+21 |
| 2022-01-27 | mlxsw: core: Move basic_trap_groups_set() call out of EMAD init code |  Jiri Pirko | 1 | -6/+10 |
| 2022-01-27 | mlxsw: spectrum: Set basic trap groups from an array |  Jiri Pirko | 1 | -29/+18 |
| 2022-01-27 | net: amd-xgbe: ensure to reset the tx_timer_active flag |  Raju Rangoju | 1 | -0/+2 |
| 2022-01-27 | Merge tag 'mlx5-updates-2022-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux |  Jakub Kicinski | 39 | -352/+440 |
| 2022-01-27 | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue |  Jakub Kicinski | 10 | -112/+49 |
| 2022-01-27 | net: amd-xgbe: Fix skb data length underflow |  Shyam Sundar S K | 1 | -1/+11 |
| 2022-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 19 | -70/+81 |
| 2022-01-27 | net/mlx5: VLAN push on RX, pop on TX |  Dima Chumak | 1 | -1/+3 |
| 2022-01-27 | net/mlx5: Introduce software defined steering capabilities |  Dima Chumak | 5 | -0/+51 |
| 2022-01-27 | net/mlx5e: CT, Remove redundant flow args from tc ct calls |  Roi Dayan | 4 | -23/+13 |
| 2022-01-27 | net/mlx5e: TC, Store mapped tunnel id on flow attr |  Roi Dayan | 6 | -23/+10 |
| 2022-01-27 | net/mlx5e: Test CT and SAMPLE on flow attr |  Roi Dayan | 7 | -32/+82 |
| 2022-01-27 | net/mlx5e: Refactor eswitch attr flags to just attr flags |  Roi Dayan | 10 | -40/+40 |
| 2022-01-27 | net/mlx5e: CT, Don't set flow flag CT for ct clear flow |  Roi Dayan | 3 | -74/+6 |
| 2022-01-27 | net/mlx5e: TC, Hold sample_attr on stack instead of pointer |  Roi Dayan | 5 | -16/+10 |
| 2022-01-27 | net/mlx5e: TC, Reject rules with multiple CT actions |  Roi Dayan | 2 | -0/+11 |
| 2022-01-27 | net/mlx5e: TC, Refactor mlx5e_tc_add_flow_mod_hdr() to get flow attr |  Roi Dayan | 3 | -9/+9 |
| 2022-01-27 | net/mlx5e: TC, Pass attr to tc_act can_offload() |  Roi Dayan | 19 | -34/+53 |
| 2022-01-27 | net/mlx5e: TC, Split pedit offloads verify from alloc_tc_pedit_action() |  Roi Dayan | 1 | -11/+22 |
| 2022-01-27 | net/mlx5e: TC, Move pedit_headers_action to parse_attr |  Roi Dayan | 8 | -34/+19 |
| 2022-01-27 | net/mlx5e: Move counter creation call to alloc_flow_attr_counter() |  Roi Dayan | 1 | -13/+20 |
| 2022-01-27 | net/mlx5e: Pass attr arg for attaching/detaching encaps |  Roi Dayan | 3 | -13/+20 |
| 2022-01-27 | net/mlx5e: Move code chunk setting encap dests into its own function |  Roi Dayan | 1 | -51/+93 |