summaryrefslogtreecommitdiffstats
path: root/io_uring/io-wq.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-12net: dsa: microchip: KSZ9896 register regmap alignment to 32 bit boundariesJesse Van Gavere1-24/+18
2024-12-12net: renesas: rswitch: fix initial MPIC register settingNikita Yushchenko2-13/+28
2024-12-12Bluetooth: btmtk: avoid UAF in btmtk_process_coredumpThadeu Lima de Souza Cascardo1-8/+12
2024-12-12Bluetooth: iso: Fix circular lock in iso_conn_big_syncIulia Tanasescu1-7/+27
2024-12-12Bluetooth: iso: Fix circular lock in iso_listen_bisIulia Tanasescu1-2/+12
2024-12-12Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis2-14/+16
2024-12-12Bluetooth: iso: Fix recursive locking warningIulia Tanasescu1-2/+6
2024-12-12Bluetooth: iso: Always release hdev at the end of iso_listen_bisIulia Tanasescu1-2/+1
2024-12-12Bluetooth: hci_event: Fix using rcu_read_(un)lock while iteratingLuiz Augusto von Dentz1-22/+11
2024-12-12Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz6-57/+97
2024-12-12team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann1-1/+2
2024-12-12team: Fix initial vlan_feature set in __team_compute_featuresDaniel Borkmann1-2/+3
2024-12-12bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann1-0/+1
2024-12-12bonding: Fix initial {vlan,mpls}_feature set in bond_compute_featuresDaniel Borkmann1-2/+3
2024-12-12net, team, bonding: Add netdev_base_features helperDaniel Borkmann3-5/+9
2024-12-12perf probe: Fix uninitialized variableJames Clark1-1/+1
2024-12-12net/sched: netem: account for backlog updates from child qdiscMartin Ottens1-6/+16
2024-12-12net: dsa: felix: fix stuck CPU-injected packets with short taprio windowsVladimir Oltean1-6/+11
2024-12-12splice: do not checksum AF_UNIX socketsFrederik Deweerdt1-0/+1
2024-12-12net: usb: qmi_wwan: add Telit FE910C04 compositionsDaniele Palmas1-0/+3
2024-12-12net: mana: Fix irq_contexts memory leak in mana_gd_setup_irqsMaxim Levitsky1-2/+3
2024-12-12net: mana: Fix memory leak in mana_gd_setup_irqsMaxim Levitsky1-0/+1
2024-12-12MAINTAINERS: Add ethtool.h to NETWORKING [GENERAL]Simon Horman1-0/+2
2024-12-11netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal2-21/+15
2024-12-11netfilter: IDLETIMER: Fix for possible ABBA deadlockPhil Sutter1-24/+28
2024-12-11selftests: netfilter: Stabilize rpath.shPhil Sutter1-2/+16
2024-12-11Revert "unicode: Don't special case ignorable code points"Linus Torvalds2-3346/+3427
2024-12-11libperf: evlist: Fix --cpu argument on hybrid platformJames Clark1-2/+16
2024-12-11perf test expr: Fix system_tsc_freq for only x86Ian Rogers1-7/+12
2024-12-11selftests/ftrace: adjust offset for kprobe syntax error testHari Bathini1-1/+1
2024-12-11Bluetooth: Improve setsockopt() handling of malformed user inputMichal Luczaj6-40/+33
2024-12-11net: renesas: rswitch: handle stop vs interrupt raceNikita Yushchenko1-15/+18
2024-12-11net: renesas: rswitch: avoid use-after-put for a device tree nodeNikita Yushchenko1-1/+2
2024-12-11net: renesas: rswitch: fix leaked pointer on error pathNikita Yushchenko1-0/+1
2024-12-11net: renesas: rswitch: fix race window between tx start and completeNikita Yushchenko1-8/+8
2024-12-11net: renesas: rswitch: fix possible early skb releaseNikita Yushchenko1-2/+3
2024-12-11tcp: check space before adding MPTCP SYN optionsMoYuanhao1-2/+4
2024-12-11Documentation: networking: Add a caveat to nexthop_compat_mode sysctlPetr Machata1-0/+6
2024-12-11bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chipsMichael Chan1-3/+3
2024-12-11ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon1-7/+3
2024-12-11ksmbd: fix racy issue from session lookup and expireNamjae Jeon4-16/+23
2024-12-11ksmbd: retry iterate_dir in smb2_query_dirHobin Woo2-1/+12
2024-12-10udp: fix l4 hash after reconnectPaolo Abeni1-3/+5
2024-12-10openrisc: Fix misalignments in head.SGeert Uytterhoeven1-13/+13
2024-12-10openrisc: place exception table at the head of vmlinuxMasahiro Yamada4-5/+7
2024-12-10virtio_net: ensure netdev_tx_reset_queue is called on bind xsk for txKoichiro Den1-1/+2
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_reset()Koichiro Den3-4/+9
2024-12-10virtio_net: ensure netdev_tx_reset_queue is called on tx ring resizeKoichiro Den1-1/+11
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_resize()Koichiro Den3-4/+9
2024-12-10virtio_net: replace vq2rxq with vq2txq where appropriateKoichiro Den1-1/+1