summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-02-26ice: remove unnecessary CONFIG_ICE_GNSSJacob Keller3-6/+4
2023-02-25ibmvnic: Assign XPS map to correct queue indexNick Child1-2/+2
2023-02-24net/mlx5e: Remove hairpin write debugfs filesGal Pressman1-59/+0
2023-02-24octeontx2-pf: Use correct struct reference in test conditionDeepak R Varma1-1/+1
2023-02-23net: sunhme: Fix region requestSean Anderson1-2/+4
2023-02-23octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync packetGeetha sowjanya1-19/+57
2023-02-23net: phy: c45: genphy_c45_ethtool_set_eee: validate EEE link modesOleksij Rempel1-2/+13
2023-02-23net: phy: do not force EEE supportOleksij Rempel2-7/+36
2023-02-23net: phy: c45: add genphy_c45_an_config_eee_aneg() functionOleksij Rempel2-2/+11
2023-02-23net: phy: c45: use "supported_eee" instead of supported for access validationOleksij Rempel1-3/+3
2023-02-23net/mlx5: Fix memory leak in IPsec RoCE creationPatrisious Haddad1-5/+8
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds893-21883/+109829
2023-02-22Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-4/+4
2023-02-22Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+2
2023-02-21Merge tag 'thermal-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-255/+68
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-13/+13
2023-02-21net/mlx5e: Align IPsec ASO result memory to be as required by hardwareLeon Romanovsky1-1/+1
2023-02-21Merge tag 'mlx5-updates-2023-02-15' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski9-49/+145
2023-02-21net/mlx5e: TC, Set CT miss to the specific ct action instancePaul Blakey5-24/+82
2023-02-21net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REGPaul Blakey5-14/+14
2023-02-21net/mlx5: Refactor tc miss handling to a single functionPaul Blakey4-227/+231
2023-02-21net/mlx5: Kconfig: Make tc offload depend on tc skb extensionPaul Blakey5-15/+2
2023-02-21net/sched: Rename user cookie and act cookiePaul Blakey2-2/+2
2023-02-21Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski2-154/+72
2023-02-21sfc: fix builds without CONFIG_RTC_LIBAlejandro Lucero1-1/+1
2023-02-21sfc: clean up some inconsistent indentingsYang Li1-2/+2
2023-02-21net/mlx4_en: Introduce flexible array to silence overflow warningKees Cook1-11/+11
2023-02-21net: lan966x: Fix possible deadlock inside PTPHoratiu Vultur1-2/+2
2023-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-91/+140
2023-02-20net: bcmgenet: Support wake-up from s2idleFlorian Fainelli1-2/+6
2023-02-20Merge tag 'linux-can-next-for-6.3-20230217' of git://git.kernel.org/pub/scm/l...David S. Miller2-33/+41
2023-02-20net: lan966x: Use automatic selection of VCAP rule actionsetHoratiu Vultur2-4/+1
2023-02-20Merge tag 'wireless-next-2023-02-17' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller9-34/+43
2023-02-20net: microchip: sparx5: reduce stack usageArnd Bergmann1-14/+12
2023-02-20sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOVArnd Bergmann1-17/+10
2023-02-20ice: properly alloc ICE_VSI_LBMichal Swiatkowski1-0/+1
2023-02-20sfc: Fix spelling mistake "creationg" -> "creating"Colin Ian King1-1/+1
2023-02-20octeontx2-af: Add NIX Errata workaround on CN10K siliconGeetha sowjanya4-0/+33
2023-02-20net: phy: Read EEE abilities when using .featuresAndrew Lunn1-1/+3
2023-02-20net: phy: Add locks to ethtool functionsAndrew Lunn1-18/+66
2023-02-20net: phy: marvell: Use the unlocked genphy_c45_ethtool_get_eee()Andrew Lunn1-1/+1
2023-02-20net: bcmgenet: fix MoCA LED controlDoug Berger1-9/+2
2023-02-20qede: fix interrupt coalescing configurationManish Chopra1-2/+9
2023-02-20net: ipa: add HW_PARAM_4 GSI registerAlex Elder2-2/+14
2023-02-20net: ipa: support different event ring encodingAlex Elder2-2/+6
2023-02-20net: ipa: avoid setting an undefined fieldAlex Elder2-2/+2
2023-02-20net: ipa: kill ev_ch_e_cntxt_1_length_encode()Alex Elder8-26/+43
2023-02-20net: ipa: kill gsi->virt_rawAlex Elder10-181/+141