summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | qede: fix interrupt coalescing configurationManish Chopra2023-02-201-2/+9
| * | | | | | | net/mlx5e: Align IPsec ASO result memory to be as required by hardwareLeon Romanovsky2023-02-201-1/+1
| * | | | | | | Merge tag 'mlx5-updates-2023-02-15' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-02-209-49/+145
| |\ \ \ \ \ \ \
| | * | | | | | | net/mlx5e: RX, Remove doubtful unlikely callGal Pressman2023-02-181-1/+1
| | * | | | | | | net/mlx5e: Fix outdated TLS commentTariq Toukan2023-02-181-1/+1
| | * | | | | | | net/mlx5e: Remove unused function mlx5e_sq_xmit_simpleTariq Toukan2023-02-182-16/+0
| | * | | | | | | net/mlx5e: Allow offloading of ct 'new' matchVlad Buslov2023-02-181-12/+9
| | * | | | | | | net/mlx5e: Implement CT entry updateVlad Buslov2023-02-181-1/+117
| | * | | | | | | net/mlx5: Simplify eq list traversalParav Pandit2023-02-181-4/+4
| | * | | | | | | net/mlx5e: Remove redundant page argument in mlx5e_xdp_handle()Tariq Toukan2023-02-184-11/+9
| | * | | | | | | net/mlx5e: Remove redundant page argument in mlx5e_xmit_xdp_buff()Tariq Toukan2023-02-181-2/+3
| | * | | | | | | net/mlx5e: Switch to using napi_build_skb()Tariq Toukan2023-02-181-1/+1
| * | | | | | | | net/mlx5e: TC, Set CT miss to the specific ct action instancePaul Blakey2023-02-205-24/+82
| * | | | | | | | net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REGPaul Blakey2023-02-205-14/+14
| * | | | | | | | net/mlx5: Refactor tc miss handling to a single functionPaul Blakey2023-02-204-227/+231
| * | | | | | | | net/mlx5: Kconfig: Make tc offload depend on tc skb extensionPaul Blakey2023-02-205-15/+2
| * | | | | | | | net/sched: Rename user cookie and act cookiePaul Blakey2023-02-202-2/+2
| * | | | | | | | Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski2023-02-202-154/+72
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ieee802154: at86rf230: switch to using gpiod APIDmitry Torokhov2023-02-011-26/+26
| | * | | | | | | | ieee802154: at86rf230: drop support for platform dataDmitry Torokhov2023-02-011-31/+11
| | * | | | | | | | Revert "at86rf230: convert to gpio descriptors"Stefan Schmidt2023-02-011-25/+57
| | * | | | | | | | cc2520: move to gpio descriptorsArnd Bergmann2023-01-311-99/+37
| | * | | | | | | | at86rf230: convert to gpio descriptorsArnd Bergmann2023-01-281-57/+25
| * | | | | | | | | sfc: fix builds without CONFIG_RTC_LIBAlejandro Lucero2023-02-201-1/+1
| * | | | | | | | | sfc: clean up some inconsistent indentingsYang Li2023-02-201-2/+2
| * | | | | | | | | net/mlx4_en: Introduce flexible array to silence overflow warningKees Cook2023-02-201-11/+11
| * | | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-02-205-91/+140
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ice: Micro-optimize .ndo_xdp_xmit() pathAlexander Lobakin2023-02-133-15/+20
| | * | | | | | | | | ice: Fix freeing XDP frames backed by Page PoolAlexander Lobakin2023-02-134-11/+43
| | * | | | | | | | | ice: Robustify cleaning/completing XDP Tx buffersAlexander Lobakin2023-02-134-36/+63
| | * | | | | | | | | ice: Remove two impossible branches on XDP Tx cleaningAlexander Lobakin2023-02-132-8/+2
| | * | | | | | | | | ice: Fix XDP Tx ring overrunAlexander Lobakin2023-02-131-7/+12
| | * | | | | | | | | ice: fix ice_tx_ring:: Xdp_tx_active underflowAlexander Lobakin2023-02-131-2/+3
| * | | | | | | | | | net: bcmgenet: Support wake-up from s2idleFlorian Fainelli2023-02-201-2/+6
| * | | | | | | | | | Merge tag 'linux-can-next-for-6.3-20230217' of git://git.kernel.org/pub/scm/l...David S. Miller2023-02-202-33/+41
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | can: esd_usb: Improve readability on decoding ESD_EV_CAN_ERROR_EXT messagesFrank Jungclaus2023-02-161-5/+13
| | * | | | | | | | | | can: esd_usb: Make use of can_change_state() and relocate checking skb for NULLFrank Jungclaus2023-02-161-25/+25
| | * | | | | | | | | | can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a bu...Frank Jungclaus2023-02-161-1/+3
| | * | | | | | | | | | can: ctucanfd: ctucan_platform_probe(): use devm_platform_ioremap_resource()Yang Li2023-02-161-3/+1
| * | | | | | | | | | | net: lan966x: Use automatic selection of VCAP rule actionsetHoratiu Vultur2023-02-202-4/+1
| * | | | | | | | | | | Merge tag 'wireless-next-2023-02-17' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2023-02-209-34/+43
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | wifi: rtl8xxxu: add LEDS_CLASS dependencyArnd Bergmann2023-02-171-0/+1
| | * | | | | | | | | | | wifi: iwlegacy: avoid fortify warningJohannes Berg2023-02-171-1/+1
| | * | | | | | | | | | | wifi: iwlwifi: mvm: remove unused iwl_dbgfs_is_match()Johannes Berg2023-02-171-7/+0
| | * | | | | | | | | | | wifi: rtw89: fix AP mode authentication transmission failedPo-Hao Huang2023-02-171-21/+26
| | * | | | | | | | | | | wifi: rtw88: use RTW_FLAG_POWERON flag to prevent to power on/off twicePing-Ke Shih2023-02-175-5/+15
| * | | | | | | | | | | | net: microchip: sparx5: reduce stack usageArnd Bergmann2023-02-201-14/+12
| * | | | | | | | | | | | sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOVArnd Bergmann2023-02-201-17/+10
| * | | | | | | | | | | | ice: properly alloc ICE_VSI_LBMichal Swiatkowski2023-02-201-0/+1
| * | | | | | | | | | | | sfc: Fix spelling mistake "creationg" -> "creating"Colin Ian King2023-02-201-1/+1