summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-02-21Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-02-21Merge tag 'thermal-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-20net/mlx5e: Align IPsec ASO result memory to be as required by hardwareLeon Romanovsky
2023-02-20Merge tag 'mlx5-updates-2023-02-15' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2023-02-20net/mlx5e: TC, Set CT miss to the specific ct action instancePaul Blakey
2023-02-20net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REGPaul Blakey
2023-02-20net/mlx5: Refactor tc miss handling to a single functionPaul Blakey
2023-02-20net/mlx5: Kconfig: Make tc offload depend on tc skb extensionPaul Blakey
2023-02-20net/sched: Rename user cookie and act cookiePaul Blakey
2023-02-20Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski
2023-02-20sfc: fix builds without CONFIG_RTC_LIBAlejandro Lucero
2023-02-20sfc: clean up some inconsistent indentingsYang Li
2023-02-20net/mlx4_en: Introduce flexible array to silence overflow warningKees Cook
2023-02-20net: lan966x: Fix possible deadlock inside PTPHoratiu Vultur
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-02-20net: bcmgenet: Support wake-up from s2idleFlorian Fainelli
2023-02-20Merge tag 'linux-can-next-for-6.3-20230217' of git://git.kernel.org/pub/scm/l...David S. Miller
2023-02-20net: lan966x: Use automatic selection of VCAP rule actionsetHoratiu Vultur
2023-02-20Merge tag 'wireless-next-2023-02-17' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2023-02-20net: microchip: sparx5: reduce stack usageArnd Bergmann
2023-02-20sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOVArnd Bergmann
2023-02-20ice: properly alloc ICE_VSI_LBMichal Swiatkowski
2023-02-20sfc: Fix spelling mistake "creationg" -> "creating"Colin Ian King
2023-02-20octeontx2-af: Add NIX Errata workaround on CN10K siliconGeetha sowjanya
2023-02-20net: phy: Read EEE abilities when using .featuresAndrew Lunn
2023-02-20net: phy: Add locks to ethtool functionsAndrew Lunn
2023-02-20net: phy: marvell: Use the unlocked genphy_c45_ethtool_get_eee()Andrew Lunn
2023-02-20net: bcmgenet: fix MoCA LED controlDoug Berger
2023-02-20qede: fix interrupt coalescing configurationManish Chopra
2023-02-20net: ipa: add HW_PARAM_4 GSI registerAlex Elder
2023-02-20net: ipa: support different event ring encodingAlex Elder
2023-02-20net: ipa: avoid setting an undefined fieldAlex Elder
2023-02-20net: ipa: kill ev_ch_e_cntxt_1_length_encode()Alex Elder
2023-02-20net: ipa: kill gsi->virt_rawAlex Elder
2023-02-20net: ipa: fix an incorrect assignmentAlex Elder
2023-02-20net: dpaa2-eth: do not always set xsk support in xdp_features flagLorenzo Bianconi
2023-02-18net/mlx5e: RX, Remove doubtful unlikely callGal Pressman
2023-02-18net/mlx5e: Fix outdated TLS commentTariq Toukan
2023-02-18net/mlx5e: Remove unused function mlx5e_sq_xmit_simpleTariq Toukan
2023-02-18net/mlx5e: Allow offloading of ct 'new' matchVlad Buslov
2023-02-18net/mlx5e: Implement CT entry updateVlad Buslov
2023-02-18net/mlx5: Simplify eq list traversalParav Pandit
2023-02-18net/mlx5e: Remove redundant page argument in mlx5e_xdp_handle()Tariq Toukan
2023-02-18net/mlx5e: Remove redundant page argument in mlx5e_xmit_xdp_buff()Tariq Toukan
2023-02-18net/mlx5e: Switch to using napi_build_skb()Tariq Toukan