summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-30Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz20-664/+49
2024-05-30Bluetooth: hci_event: Remove code to removed CONFIG_BT_HSLukas Bulwahn1-163/+0
2024-05-30Bluetooth: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2-6/+7
2024-05-30Bluetooth: ISO: Make iso_get_sock_listen genericIulia Tanasescu2-34/+43
2024-05-30Bluetooth: ISO: Clean up returns values in iso_connect_ind()Dan Carpenter1-6/+3
2024-05-30Bluetooth: ISO: Add hcon for listening bis skIulia Tanasescu3-19/+60
2024-05-30Bluetooth: qca: Fix error code in qca_read_fw_build_info()Dan Carpenter1-1/+3
2024-05-30Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban3-26/+132
2024-05-30net: micrel: Fix receiving the timestamp in the frame for lan8841Horatiu Vultur1-1/+2
2024-05-30net: stmmac: move the EST lock to struct stmmac_privXiaolei Wang4-13/+16
2024-05-30net: stmmac: Report taprio offload statusRohan G Thomas1-4/+58
2024-05-30net: stmmac: est: Per Tx-queue error count for HLBFRohan G Thomas2-0/+7
2024-05-30net: stmmac: Offload queueMaxSDU from tc-taprioRohan G Thomas4-0/+49
2024-05-30mptcp: fix full TCP keep-alive supportMatthieu Baerts (NGI0)2-0/+61
2024-05-30mptcp: cleanup SOL_TCP handlingPaolo Abeni1-45/+30
2024-05-30mptcp: implement TCP_NOTSENT_LOWAT supportPaolo Abeni3-6/+73
2024-05-30mptcp: avoid some duplicate code in socket option handlingPaolo Abeni1-12/+8
2024-05-30mptcp: cleanup writer wake-upPaolo Abeni2-22/+9
2024-05-30mptcp: SO_KEEPALIVE: fix getsockopt supportMatthieu Baerts (NGI0)1-2/+0
2024-05-30net: fec: remove .ndo_poll_controller to avoid deadlocksWei Fang1-26/+0
2024-05-30dpll: fix return value check for kmemdupChen Ni1-1/+1
2024-05-30ax25: Fix reference count leak issue of net_deviceDuoming Zhou1-6/+1
2024-05-30ax25: Fix reference count leak issues of ax25_devDuoming Zhou1-2/+1
2024-05-30ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou2-27/+16
2024-05-30riscv, bpf: make some atomic operations fully orderedPuranjay Mohan1-10/+10
2024-05-30s390/bpf: Emit a barrier for BPF_FETCH instructionsIlya Leoshkevich1-2/+6
2024-05-30net/mlx5: Discard command completions in internal errorAkiva Goldberger1-0/+3
2024-05-30net/mlx5: Add a timeout to acquire the command queue semaphoreAkiva Goldberger2-9/+33
2024-05-30net/mlx5: Reload only IB representors upon lag disable/enableMaher Sanalla4-17/+25
2024-05-30net/mlx5: Fix peer devlink set for SF representor devlink portShay Drory2-20/+13
2024-05-30ipv6: sr: fix invalid unregister error pathHangbin Liu1-0/+2
2024-05-30ipv6: sr: fix incorrect unregister orderHangbin Liu1-1/+1
2024-05-30ipv6: sr: add missing seg6_local_exitHangbin Liu1-0/+1
2024-05-30net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets1-1/+2
2024-05-30net: usb: smsc95xx: stop lying about skb->truesizeEric Dumazet1-8/+7
2024-05-30af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao1-1/+1
2024-05-30net: ethernet: cortina: Locking fixesLinus Walleij1-2/+10
2024-05-30ice: Fix package download algorithmDan Nowlin1-4/+4
2024-05-30net: ethernet: mediatek: use ADMAv1 instead of ADMAv2.0 on MT7981 and MT7986Daniel Golle1-23/+23
2024-05-30net: ethernet: mediatek: split tx and rx fields in mtk_soc_data structLorenzo Bianconi2-100/+139
2024-05-30selftests: net: move amt to socat for better compatibilityJakub Kicinski1-6/+6
2024-05-30selftests: net: add missing config for amt.shJakub Kicinski1-0/+1
2024-05-30eth: sungem: remove .ndo_poll_controller to avoid deadlocksJakub Kicinski1-14/+0
2024-05-30net: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang1-1/+1
2024-05-30ptp: ocp: fix DPLL functionsVadim Fedorenko1-3/+3
2024-05-30dm-delay: fix max_delay calculationsBenjamin Marzinski1-3/+2
2024-05-30dm-delay: fix hung task introduced by kthread modeJoel Colledge1-2/+1
2024-05-30dm-delay: fix workqueue delay_timer raceBenjamin Marzinski1-2/+4
2024-05-30m68k: mac: Fix reboot hang on Mac IIciFinn Thain1-18/+18
2024-05-30m68k: Fix spinlock race in kernel thread creationMichael Schmitz1-1/+3