summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: usb: fix use-after-free in mt76u_free_rx_queueLorenzo Bianconi2023-02-261-0/+1
* wifi: ath11k: allow system suspend to survive ath11kLen Brown2023-02-221-1/+1
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-221823-43114/+155979
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-2110-90/+119
| |\
| | * sefltests: netdevsim: wait for devlink instance after netns removalJiri Pirko2023-02-211-0/+18
| | * selftest: fib_tests: Always cleanup before exitRoxana Nicolescu2023-02-211-0/+2
| | * net: lan966x: Fix possible deadlock inside PTPHoratiu Vultur2023-02-211-2/+2
| | * MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154Stefan Schmidt2023-02-211-0/+1
| | * MAINTAINERS: Switch maintenance for mrf24j40 driver overStefan Schmidt2023-02-211-2/+2
| | * MAINTAINERS: Switch maintenance for mcr20a driver overStefan Schmidt2023-02-211-2/+2
| | * MAINTAINERS: Switch maintenance for cc2520 driver overStefan Schmidt2023-02-211-2/+2
| | * net: bcmgenet: fix MoCA LED controlDoug Berger2023-02-201-9/+2
| | * l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()Shigeru Yoshida2023-02-201-58/+67
| | * selftests/net: Interpret UDP_GRO cmsg data as an int valueJakub Sitnicki2023-02-201-4/+2
| | * qede: fix interrupt coalescing configurationManish Chopra2023-02-201-2/+9
| | * net/smc: fix application data exceptionD. Wythe2023-02-201-9/+8
| | * net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe2023-02-201-0/+2
| * | page_pool: add a comment explaining the fragment counter usageIlias Apalodimas2023-02-211-0/+10
| * | net: ethtool: fix __ethtool_dev_mm_supported() implementationVladimir Oltean2023-02-211-1/+1
| * | ethtool: pse-pd: Fix double word in commentsBo Liu2023-02-211-1/+1
| * | xsk: add linux/vmalloc.h to xsk.cXuan Zhuo2023-02-211-0/+1
| * | net/mlx5e: Align IPsec ASO result memory to be as required by hardwareLeon Romanovsky2023-02-211-1/+1
| * | Merge tag 'mlx5-updates-2023-02-15' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-02-219-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
| * | | Merge branch 'net-sched-cls_api-support-hardware-miss-to-tc-action'Jakub Kicinski2023-02-2120-359/+636
| |\ \ \
| | * | | net/mlx5e: TC, Set CT miss to the specific ct action instancePaul Blakey2023-02-215-24/+82
| | * | | net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REGPaul Blakey2023-02-215-14/+14
| | * | | net/mlx5: Refactor tc miss handling to a single functionPaul Blakey2023-02-214-227/+231
| | * | | net/mlx5: Kconfig: Make tc offload depend on tc skb extensionPaul Blakey2023-02-215-15/+2
| | * | | net/sched: flower: Support hardware miss to tc actionPaul Blakey2023-02-211-1/+12
| | * | | net/sched: flower: Move filter handle initialization earlierPaul Blakey2023-02-211-27/+35
| | * | | net/sched: cls_api: Support hardware miss to tc actionPaul Blakey2023-02-217-27/+236
| | * | | net/sched: Rename user cookie and act cookiePaul Blakey2023-02-216-32/+32
| |/ / /
| * | | Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski2023-02-2123-231/+1368
| |\ \ \
| | * | | ieee802154: Drop device trackersMiquel Raynal2023-02-181-20/+4
| | * | | mac802154: Fix an always true conditionMiquel Raynal2023-02-181-3/+2
| | * | | mac802154: Send beacons using the MLME Tx pathMiquel Raynal2023-02-181-1/+19
| | * | | ieee802154: Change error code on monitor scan netlink requestMiquel Raynal2023-02-181-1/+1
| | * | | ieee802154: Convert scan error messages to extackMiquel Raynal2023-02-181-6/+13
| | * | | ieee802154: Use netlink policies when relevant on scan parametersMiquel Raynal2023-02-181-56/+28
| | * | | ieee802154: at86rf230: switch to using gpiod APIDmitry Torokhov2023-02-011-26/+26
| | * | | ieee802154: at86rf230: drop support for platform dataDmitry Torokhov2023-02-012-51/+11