summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-06-08net: txgbe: Support phylink MAC layerJiawen Wu4-15/+154
2023-06-08net: txgbe: Implement phylink pcsJiawen Wu3-2/+93
2023-06-08net: txgbe: Support GPIO to SFP socketJiawen Wu6-19/+283
2023-06-08net: txgbe: Add SFP module identifyJiawen Wu3-0/+32
2023-06-08net: txgbe: Register I2C platform deviceJiawen Wu3-0/+77
2023-06-08net: txgbe: Register fixed rate clockJiawen Wu3-0/+44
2023-06-08net: txgbe: Add software nodes to support phylinkJiawen Wu6-1/+171
2023-06-07net: dwmac_socfpga: initialize local data for mdio regmap configurationMaxime Chevallier1-6/+9
2023-06-07net: altera_tse: explicitly disable autoscan on the regmap-mdio busMaxime Chevallier1-0/+1
2023-06-07net: stmmac: make the pcs_lynx cleanup sequence specific to dwmac_socfpgaMaxime Chevallier3-5/+13
2023-06-07net: altera_tse: Use the correct Kconfig option for the PCS_LYNX dependencyMaxime Chevallier1-1/+1
2023-06-07net: altera-tse: Initialize local structs before using itMaxime Chevallier1-0/+2
2023-06-07net: txgbe: Avoid passing uninitialised parameter to pci_wake_from_d3()Simon Horman1-5/+3
2023-06-07net: liquidio: fix mixed module-builtin objectMasahiro Yamada14-3/+89
2023-06-06Merge tag 'mlx5-updates-2023-05-31' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski24-271/+603
2023-06-05mlxsw: spectrum_router: Do not query MAX_VRS on each iterationPetr Machata1-4/+8
2023-06-05mlxsw: spectrum_router: Do not query MAX_RIFS on each iterationPetr Machata1-2/+4
2023-06-05mlxsw: spectrum_router: Use extack in mlxsw_sp~_rif_ipip_lb_configure()Petr Machata1-2/+2
2023-06-05mlxsw: spectrum_router: Clarify a commentPetr Machata1-2/+2
2023-06-05net: stmmac: dwmac-sogfpga: use the lynx pcs driverMaxime Chevallier8-316/+83
2023-06-05net: ethernet: altera-tse: Convert to mdio-regmap and use PCS LynxMaxime Chevallier2-9/+50
2023-06-02net/mlx5: Devcom, extend mlx5_devcom_send_event to work with more than two de...Shay Drory3-4/+19
2023-06-02net/mlx5: Devcom, introduce devcom_for_each_peer_entrySaeed Mahameed7-99/+209
2023-06-02net/mlx5: E-switch, mark devcom as not ready when all eswitches are unpairedShay Drory2-1/+8
2023-06-02net/mlx5: Devcom, Rename paired to readyShay Drory6-22/+22
2023-06-02net/mlx5: DR, handle more than one peer domainShay Drory12-30/+42
2023-06-02net/mlx5: E-switch, generalize shared FDB creationShay Drory5-26/+66
2023-06-02net/mlx5: E-switch, Handle multiple master egress rulesShay Drory3-36/+79
2023-06-02net/mlx5: E-switch, refactor FDB miss rule add/removeShay Drory2-5/+6
2023-06-02net/mlx5: E-switch, enlarge peer miss group tableShay Drory1-3/+4
2023-06-02net/mlx5e: Handle offloads flows per peerShay Drory4-11/+34
2023-06-02net/mlx5e: en_tc, re-factor query route portMark Bloch1-19/+13
2023-06-02net/mlx5e: rep, store send to vport rules per peerMark Bloch3-26/+98
2023-06-02net/mlx5e: tc, Refactor peer add/del flowShay Drory1-31/+34
2023-06-02net/mlx5e: en_tc, Extend peer flows to a listMark Bloch2-17/+28
2023-06-02net: lan743x: Remove extranous gotosMoritz Fischer1-15/+5
2023-06-02r8169: use dev_err_probe in all appropriate places in rtl_init_one()Heiner Kallweit1-25/+15
2023-06-02devlink: bring port new reply backJiri Pirko2-4/+8
2023-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski28-221/+290
2023-06-01Merge tag 'mlx5-fixes-2023-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-14/+12
2023-06-01ice: recycle/free all of the fragments from multi-buffer frameMaciej Fijalkowski1-1/+1
2023-06-01net: renesas: rswitch: Fix return value in error path of xmitYoshihiro Shimoda1-1/+1
2023-06-01chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-102/+7
2023-06-01chelsio: Support MSG_SPLICE_PAGESDavid Howells1-1/+11
2023-06-01net: txgbe: Implement vlan add and remove opsMengyuan Lou2-0/+5
2023-06-01net: txgbe: Add netdev features supportMengyuan Lou1-3/+18
2023-06-01net: ngbe: Implement vlan add and remove opsMengyuan Lou2-0/+4
2023-06-01net: ngbe: Add netdev features supportMengyuan Lou1-5/+12
2023-06-01net: libwx: Implement xx_set_features opsMengyuan Lou3-0/+23
2023-06-01net: wangxun: Implement vlan add and kill functionsMengyuan Lou4-2/+316