summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-11-12mlxsw: spectrum_router: Introduce FIB entry update opJiri Pirko2-5/+12
2020-11-12mlxsw: spectrum_router: Track FIB entry committed state and skip uncommitted ...Jiri Pirko2-0/+12
2020-11-12mlxsw: spectrum_router: Introduce fib_entry priv for low-level opsJiri Pirko4-44/+176
2020-11-12mlxsw: spectrum_router: Have FIB entry op context allocated for the instanceJiri Pirko2-30/+114
2020-11-12mlxsw: spectrum_router: Prepare work context for possible bulkingJiri Pirko2-2/+14
2020-11-12mlxsw: spectrum: Push RALUE packing and writing into low-level router opsJiri Pirko4-55/+107
2020-11-12mlxsw: spectrum_router: Use RALUE pack helper from abort functionJiri Pirko1-2/+2
2020-11-12mlxsw: reg: Allow to pass NULL pointer to mlxsw_reg_ralue_pack4/6()Jiri Pirko1-2/+4
2020-11-12mlxsw: spectrum_router: Pass destination IP as a pointer to mlxsw_reg_ralue_p...Jiri Pirko2-5/+3
2020-11-12mlxsw: spectrum: Export RALUE pack helper and use it from IPIPJiri Pirko3-16/+8
2020-11-12mlxsw: spectrum_router: Push out RALUE pack into separate helperJiri Pirko1-20/+29
2020-11-12mlxsw: spectrum: Propagate context from work handler containing RALUE payloadJiri Pirko4-63/+103
2020-11-12mlxsw: spectrum_router: Introduce FIB event queue instead of separate worksJiri Pirko2-91/+119
2020-11-12mlxsw: spectrum_router: Use RALUE-independent op argJiri Pirko4-21/+52
2020-11-12mlxsw: spectrum_router: Pass non-register proto enum to __mlxsw_sp_router_set...Jiri Pirko1-6/+8
2020-11-12drivers: net: smsc: Add COMPILE_TEST supportAndrew Lunn1-3/+3
2020-11-12drivers: net: smc911x: Fix cast from pointer to integer of different sizeAndrew Lunn1-3/+3
2020-11-12drivers: net: smc911x: Fix passing wrong number of parameters to DBG() macroAndrew Lunn1-2/+0
2020-11-12drivers: net: smc911x: Fix set but unused status because of DBG macroAndrew Lunn1-1/+4
2020-11-12drivers: net: smc911x: Work around set but unused statusAndrew Lunn1-2/+2
2020-11-12drivers: net: smc91x: Fix missing kerneldoc reported by W=1Andrew Lunn1-0/+6
2020-11-12drivers: net: smc91x: Fix set but unused W=1 warningAndrew Lunn1-1/+2
2020-11-12drivers: net: xilinx_emaclite: Add COMPILE_TEST supportAndrew Lunn1-1/+1
2020-11-12drivers: net: xilinx_emaclite: Fix -Wpointer-to-int-cast warnings with W=1Andrew Lunn1-6/+7
2020-11-12drivers: net: xilinx_emaclite: Add missing parameter kerneldocAndrew Lunn1-0/+1
2020-11-12nfp: Fix passing zero to 'PTR_ERR'YueHaibing1-3/+1
2020-11-11drivers: net: sky2: Fix -Wstringop-truncation with W=1Andrew Lunn1-1/+1
2020-11-11net: stmmac: dwc-qos: Change the dwc_eth_dwmac_data's .probe prototypeJisheng Zhang1-27/+19
2020-11-10net: pch_gbe: remove unneeded variable retval in __pch_gbe_suspendKaixu Xia1-2/+1
2020-11-10net: atlantic: Remove unnecessary conversion to boolKaixu Xia1-1/+1
2020-11-09net/mlx4: Assign boolean values to a bool variableKaixu Xia1-1/+1
2020-11-07stmmac: intel: change all EHL/TGL to auto detect phy addrVoon Weifeng1-5/+1
2020-11-07net: macb: fix NULL dereference due to no pcs_config methodParshuram Thombare1-2/+15
2020-11-07cxgb4: Fix the -Wmisleading-indentation warningKaixu Xia1-1/+1
2020-11-07net: xilinx: axiethernet: Enable dynamic MDIO MDCClayton Rayment2-23/+25
2020-11-07net: xilinx: axiethernet: Introduce helper functions for MDC enable/disableRadhey Shyam Pandey2-5/+26
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-60/+110
2020-11-06Revert ibmvnic merge do_change_param_reset into do_resetDany Madden1-43/+104
2020-11-06Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds14-55/+106
2020-11-05Merge tag 'mlx5-updates-2020-11-03' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski19-467/+591
2020-11-05net: mlx5: Replace in_irq() usageSebastian Andrzej Siewior1-7/+11
2020-11-05net/mlx5: Cleanup kernel-doc warningsSaeed Mahameed1-3/+5
2020-11-05net/mlx4: Cleanup kernel-doc warningsSaeed Mahameed1-1/+1
2020-11-05net/mlx5e: Validate stop_room size upon user inputVladyslav Tarasiuk8-36/+57
2020-11-05net/mlx5: DR, Free unused buddy ICM memoryYevgeny Kliteynik2-4/+11
2020-11-05net/mlx5: DR, ICM memory pools sync optimizationYevgeny Kliteynik2-18/+6
2020-11-05net/mlx5: DR, Sync chunks only during freeYevgeny Kliteynik1-6/+8
2020-11-05net/mlx5: DR, Handle ICM memory via buddy allocation instead of bucketsYevgeny Kliteynik2-314/+211
2020-11-05net/mlx5: DR, Add buddy allocator utilitiesYevgeny Kliteynik3-1/+204
2020-11-05net/mlx5: DR, Rename matcher functions to be more HW agnosticYevgeny Kliteynik3-37/+33