summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | video: of_display_timing.h: include errno.hHsin-Yi Wang2022-07-061-0/+2
| * | | | | | | | | | fbdev: fbmem: Fix logo center image dx issueGuiling Deng2022-07-061-1/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'loongarch-fixes-5.19-4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-07-078-19/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | LoongArch: Fix section mismatch warningTiezhu Yang2022-07-071-1/+0
| * | | | | | | | | | LoongArch: Fix build errors for tinyconfigHuacai Chen2022-07-072-0/+2
| * | | | | | | | | | LoongArch: Remove obsolete mentions of vcsrQi Hu2022-07-074-14/+0
| * | | | | | | | | | LoongArch: Drop these obsolete selects in KconfigLukas Bulwahn2022-07-071-4/+0
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-07-0765-524/+1089
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'wireguard-patches-for-5-19-rc6'Jakub Kicinski2022-07-0613-134/+157
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | wireguard: Kconfig: select CRYPTO_CHACHA_S390Vladis Dronov2022-07-061-0/+1
| | * | | | | | | | | | crypto: s390 - do not depend on CRYPTO_HW for SIMD implementationsJason A. Donenfeld2022-07-062-115/+114
| | * | | | | | | | | | wireguard: selftests: use microvm on x86Jason A. Donenfeld2022-07-063-8/+16
| | * | | | | | | | | | wireguard: selftests: always call kernel makefileJason A. Donenfeld2022-07-061-3/+2
| | * | | | | | | | | | wireguard: selftests: use virt machine on m68kJason A. Donenfeld2022-07-062-8/+6
| | * | | | | | | | | | wireguard: selftests: set fake real time in initJason A. Donenfeld2022-07-068-0/+18
| |/ / / / / / / / / /
| * | | | | | | | | | r8169: fix accessing unset transport headerHeiner Kallweit2022-07-061-6/+4
| * | | | | | | | | | net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou2022-07-061-2/+2
| * | | | | | | | | | usbnet: fix memory leak in error caseOliver Neukum2022-07-061-5/+12
| * | | | | | | | | | Revert "tls: rx: move counting TlsDecryptErrors for sync"Gal Pressman2022-07-061-4/+4
| * | | | | | | | | | Merge branch 'mptcp-path-manager-fixes'David S. Miller2022-07-067-31/+192
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | mptcp: update MIB_RMSUBFLOW in cmd_sf_destroyGeliang Tang2022-07-061-0/+2
| | * | | | | | | | | | mptcp: fix local endpoint accountingPaolo Abeni2022-07-061-1/+2
| | * | | | | | | | | | selftests: mptcp: userspace PM support for MP_PRIO signalsKishen Maloor2022-07-062-2/+103
| | * | | | | | | | | | mptcp: netlink: issue MP_PRIO signals from userspace PMsKishen Maloor2022-07-063-6/+62
| | * | | | | | | | | | mptcp: Acquire the subflow socket lock before modifying MP_PRIO flagsMat Martineau2022-07-063-3/+12
| | * | | | | | | | | | mptcp: Avoid acquiring PM lock for subflow priority changesMat Martineau2022-07-062-6/+5
| | * | | | | | | | | | mptcp: fix locking in mptcp_nl_cmd_sf_destroy()Paolo Abeni2022-07-061-13/+6
| |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'act_police-continue-offload-fix'David S. Miller2022-07-063-8/+8
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | net/mlx5e: Fix matchall police parameters validationVlad Buslov2022-07-061-7/+6
| | * | | | | | | | | | net/sched: act_police: allow 'continue' action offloadVlad Buslov2022-07-062-1/+2
| |/ / / / / / / / / /
| * | | | | | | | | | net: lan966x: hardcode the number of external portsMichael Walle2022-07-052-6/+3
| * | | | | | | | | | Merge tag 'for-net-2022-07-05' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-07-052-1/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk2022-07-052-1/+3
| |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'fix-bridge_vlan_aware-sh-and-bridge_vlan_unaware-sh-with-iff_un...Paolo Abeni2022-07-051-1/+5
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | selftests: forwarding: fix error message in learning_testVladimir Oltean2022-07-051-1/+1
| | * | | | | | | | | | selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLTVladimir Oltean2022-07-051-0/+2
| | * | | | | | | | | | selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLTVladimir Oltean2022-07-051-0/+2
| |/ / / / / / / / / /
| * | | | | | | | | | Merge tag 'linux-can-fixes-for-5.19-20220704' of git://git.kernel.org/pub/scm...Jakub Kicinski2022-07-0412-216/+304
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix endianness conversionMarc Kleine-Budde2022-07-041-1/+2
| | * | | | | | | | | | can: mcp251xfd: mcp251xfd_register_get_dev_id(): use correct length to read d...Marc Kleine-Budde2022-07-041-1/+1
| | * | | | | | | | | | can: mcp251xfd: mcp251xfd_stop(): add missing hrtimer_cancel()Marc Kleine-Budde2022-07-041-0/+1
| | * | | | | | | | | | can: mcp251xfd: mcp251xfd_regmap_crc_read(): update workaround broken CRC on ...Thomas Kopp2022-07-041-6/+3
| | * | | | | | | | | | can: mcp251xfd: mcp251xfd_regmap_crc_read(): improve workaround handling for ...Thomas Kopp2022-07-041-5/+8
| | * | | | | | | | | | can: kvaser_usb: kvaser_usb_leaf: fix bittiming limitsJimmy Assarsson2022-07-043-35/+47
| | * | | | | | | | | | can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regressionJimmy Assarsson2022-07-043-21/+38
| | * | | | | | | | | | can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_infoJimmy Assarsson2022-07-043-148/+172
| | * | | | | | | | | | can: m_can: m_can_{read_fifo,echo_tx_event}(): shift timestamp to full 32 bitsMarc Kleine-Budde2022-07-041-2/+2
| | * | | | | | | | | | can: m_can: m_can_chip_config(): actually enable internal timestampingMarc Kleine-Budde2022-07-041-1/+3
| | * | | | | | | | | | can: grcan: grcan_probe(): remove extra of_node_get()Liang He2022-07-041-1/+0
| | * | | | | | | | | | can: gs_usb: gs_usb_open/close(): fix memory leakRhett Aultman2022-07-041-2/+21