summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-24bonding: do not assume skb mac_header is setEric Dumazet1-1/+1
2023-06-24net: bcmgenet: Ensure MDIO unregistration has clocks enabledFlorian Fainelli1-0/+2
2023-06-23net/mlx5: Remove pointless vport lookup from mlx5_esw_check_port_type()Jiri Pirko1-6/+0
2023-06-23net/mlx5: Remove redundant check from mlx5_esw_query_vport_vhca_id()Jiri Pirko1-3/+0
2023-06-23net/mlx5: Remove redundant is_mdev_switchdev_mode() check from is_ib_rep_supp...Jiri Pirko1-3/+0
2023-06-23net/mlx5: Remove redundant MLX5_ESWITCH_MANAGER() check from is_ib_rep_suppor...Jiri Pirko1-3/+0
2023-06-23net/mlx5e: E-Switch, Fix shared fdb error flowRoi Dayan1-0/+4
2023-06-23net/mlx5e: Remove redundant commentRoi Dayan1-1/+0
2023-06-23net/mlx5e: E-Switch, Pass other_vport flag if vport is not 0Roi Dayan1-3/+6
2023-06-23net/mlx5e: E-Switch, Use xarray for devcom paired device indexRoi Dayan2-7/+25
2023-06-23net/mlx5e: E-Switch, Add peer fdb miss rules for vport manager or ecpfRoi Dayan1-1/+9
2023-06-23net/mlx5e: Use vhca_id for device index in vport rx rulesRoi Dayan1-3/+3
2023-06-23net/mlx5: Lag, Remove duplicate code checking lag is supportedRoi Dayan3-15/+14
2023-06-23net/mlx5: Fix error code in mlx5_is_reset_now_capable()Dan Carpenter1-1/+1
2023-06-23net/mlx5: Fix UAF in mlx5_eswitch_cleanup()Shay Drory1-10/+8
2023-06-23net: hns3: clear hns unused parameter alarmPeiyang Wang8-51/+33
2023-06-23net: hns3: fix strncpy() not using dest-buf length as length issueHao Chen2-12/+48
2023-06-23net: hns3: refine the tcam key convert handleJian Shen1-8/+3
2023-06-23Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski204-3704/+4908
2023-06-23Merge tag 'linux-can-next-for-6.5-20230622' of git://git.kernel.org/pub/scm/l...Jakub Kicinski14-826/+593
2023-06-23sfc: keep alive neighbour entries while a TC encap action is using themEdward Cree4-1/+81
2023-06-23net: dsa: qca8k: add support for additional modes for netdev triggerChristian Marangi1-0/+20
2023-06-23igb: Fix igb_down hung on surprise removalYing Hsu1-0/+5
2023-06-23net: dsa: microchip: fix writes to phy registers >= 0x10Rasmus Villemoes1-1/+17
2023-06-23net: dsa: microchip: add ksz_prmw32() helperRasmus Villemoes1-0/+7
2023-06-23net: dsa: microchip: simplify ksz_prmw8()Rasmus Villemoes1-11/+2
2023-06-23net: txgbe: remove unused buffer in txgbe_calc_eeprom_checksumZhengchao Shao1-21/+11
2023-06-23net: phy: dp83td510: fix kernel stall during netboot in DP83TD510E PHY driverOleksij Rempel1-18/+5
2023-06-23net: macb: update PCS driver to use neg_modeRussell King (Oracle)1-3/+5
2023-06-23net: dsa: mt7530: update PCS driver to use neg_modeRussell King (Oracle)1-1/+2
2023-06-23net: dsa: b53: update PCS driver to use neg_modeRussell King (Oracle)1-1/+2
2023-06-23net: sparx5: update PCS driver to use neg_modeRussell King (Oracle)2-4/+5
2023-06-23net: qca8k: update PCS driver to use neg_modeRussell King (Oracle)1-7/+6
2023-06-23net: prestera: update PCS driver to use neg_modeRussell King (Oracle)1-8/+3
2023-06-23net: mvpp2: update PCS driver to use neg_modeRussell King (Oracle)1-6/+8
2023-06-23net: mvneta: update PCS driver to use neg_modeRussell King (Oracle)1-3/+4
2023-06-23net: lan966x: update PCS driver to use neg_modeRussell King (Oracle)2-4/+4
2023-06-23net: pcs: lynx: update PCS driver to use neg_modeRussell King (Oracle)1-18/+18
2023-06-23net: pcs: lynxi: update PCS driver to use neg_modeRussell King (Oracle)1-23/+16
2023-06-23net: pcs: xpcs: update PCS driver to use neg_modeRussell King (Oracle)2-28/+29
2023-06-23net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()Russell King (Oracle)4-16/+24
2023-06-23net: phylink: convert phylink_mii_c22_pcs_config() to neg_modeRussell King (Oracle)1-5/+4
2023-06-23net: phylink: add PCS negotiation modeRussell King (Oracle)1-11/+34
2023-06-23i40e, xsk: fix comment typoYueh-Shun Li1-1/+1
2023-06-23net: stmmac: fix double serdes powerdownBartosz Golaszewski1-6/+0
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski34-79/+278
2023-06-22ice: use ice_down_up() where applicableMaciej Fijalkowski1-15/+3
2023-06-22ice: Remove managed memory usage in ice_get_fw_log_cfg()Christophe JAILLET1-2/+2
2023-06-22ice: remove null checks before devm_kfree() callsPrzemek Kitszel6-75/+29
2023-06-22ice: clean up freeing SR-IOV VFsPrzemek Kitszel1-3/+2