summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: ISO: use correct CIS order in Set CIG Parameters eventPauli Virtanen2023-06-062-19/+28
* Bluetooth: ISO: don't try to remove CIG if there are bound CIS leftPauli Virtanen2023-06-061-0/+2
* Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu2023-06-061-0/+4
* Bluetooth: hci_qca: fix debugfs registrationJohan Hovold2023-06-061-1/+5
* Bluetooth: fix debugfs registrationJohan Hovold2023-06-062-0/+4
* Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang2023-06-063-6/+17
* Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz2023-06-061-4/+4
* Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIGPauli Virtanen2023-06-061-7/+6
* Bluetooth: ISO: consider right CIS when removing CIG at cleanupPauli Virtanen2023-06-061-2/+5
* Merge branch 'mptcp-addr-adv-fixes'David S. Miller2023-06-055-6/+95
|\
| * mptcp: update userspace pm infosGeliang Tang2023-06-052-4/+24
| * selftests: mptcp: update userspace pm subflow testsGeliang Tang2023-06-051-1/+2
| * mptcp: add address into userspace pm listGeliang Tang2023-06-051-0/+41
| * selftests: mptcp: update userspace pm addr testsGeliang Tang2023-06-051-0/+8
| * mptcp: only send RM_ADDR in nl_cmd_removeGeliang Tang2023-06-053-1/+20
|/
* net: stmmac: dwmac-qcom-ethqos: fix a regression on EMAC < 3Bartosz Golaszewski2023-06-051-1/+2
* Merge tag 'linux-can-fixes-for-6.4-20230605' of git://git.kernel.org/pub/scm/...David S. Miller2023-06-052-11/+18
|\
| * Merge patch series "can: j1939: avoid possible use-after-free when j1939_can_...Marc Kleine-Budde2023-06-051-11/+13
| |\
| | * can: j1939: avoid possible use-after-free when j1939_can_rx_register failsFedor Pchelkin2023-06-051-1/+3
| | * can: j1939: change j1939_netdev_lock type to mutexFedor Pchelkin2023-06-051-11/+11
| |/
| * can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...Oleksij Rempel2023-06-051-0/+5
* | net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesEric Dumazet2023-06-051-1/+7
|/
* net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINEMin-Hua Chen2023-06-041-0/+2
* Merge branch 'enetc-fixes'David S. Miller2023-06-041-1/+15
|\
| * net: enetc: correct rx_bytes statistics of XDPWei Fang2023-06-041-0/+8
| * net: enetc: correct the statistics of rx bytesWei Fang2023-06-041-1/+7
|/
* net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu2023-06-031-2/+2
* Fix gitignore for recently added usptream self testsWeihao Gao2023-06-031-0/+3
* net: phylink: actually fix ksettings_set() ethtool callRussell King (Oracle)2023-06-031-5/+10
* Merge branch 'net-ipv6-skip_notify_on_dev_down-fix'Jakub Kicinski2023-06-032-3/+3
|\
| * net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet2023-06-032-3/+3
| * net/ipv6: fix bool/int mismatch for skip_notify_on_dev_downEric Dumazet2023-06-031-1/+1
|/
* net: dsa: qca8k: add CONFIG_LEDS_TRIGGERS dependencyArnd Bergmann2023-06-021-0/+1
* net: systemport: Replace platform_get_irq with platform_get_irq_optionalJiasheng Jiang2023-06-021-2/+2
* net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda2023-06-023-11/+7
* net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methodsAlexander Sverdlin2023-06-021-4/+0
* neighbour: fix unaligned access to pneigh_entryQingfang DENG2023-06-021-1/+1
* Merge tag 'net-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-06-0172-429/+649
|\
| * Merge tag 'mlx5-fixes-2023-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-06-013-14/+12
| |\
| | * net/mlx5: Read embedded cpu after init bit clearedMoshe Shemesh2023-06-011-1/+1
| | * net/mlx5e: Fix error handling in mlx5e_refresh_tirsSaeed Mahameed2023-06-011-7/+4
| | * net/mlx5: Ensure af_desc.mask is properly initializedChuck Lever2023-06-011-1/+1
| | * net/mlx5: Fix setting of irq->map.index for static IRQ caseNiklas Schnelle2023-06-011-4/+5
| | * net/mlx5: Remove rmap also in case dynamic MSIX not supportedShay Drory2023-06-011-1/+1
| * | Merge branch 'mptcp-fixes-for-connect-timeout-access-annotations-and-subflow-...Jakub Kicinski2023-06-013-95/+88
| |\ \
| | * | mptcp: fix active subflow finalizationPaolo Abeni2023-06-011-9/+14
| | * | mptcp: add annotations around sk->sk_shutdown accessesPaolo Abeni2023-06-011-13/+16
| | * | mptcp: fix data race around msk->first accessPaolo Abeni2023-06-011-3/+3
| | * | mptcp: consolidate passive msk socket initializationPaolo Abeni2023-06-013-38/+33
| | * | mptcp: add annotations around msk->subflow accessesPaolo Abeni2023-06-012-9/+15