summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Bluetooth: hci_event: Fix parsing of CIS Established EventLuiz Augusto von Dentz2023-06-291-15/+34
| | * Bluetooth: hci_conn: Use kmemdup() to replace kzalloc + memcpyJiapeng Chong2023-06-291-3/+1
| | * Bluetooth: btusb: Add MT7922 bluetooth ID for the Asus AllyMatthew Anderson2023-06-291-0/+3
| | * Bluetooth: hci_sysfs: make bt_class a static const structureIvan Orlov2023-06-291-7/+7
| | * Bluetooth: ISO: Rework sync_interval to be sync_factorLuiz Augusto von Dentz2023-06-293-5/+5
| | * Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz2023-06-292-10/+6
| | * Bluetooth: hci_event: fix Set CIG Parameters error status handlingPauli Virtanen2023-06-291-1/+2
| | * Bluetooth: ISO: use hci_sync for setting CIG parametersPauli Virtanen2023-06-291-8/+39
| | * Bluetooth: hci_bcm: do not mark valid bd_addr as invalidJohan Hovold2023-06-291-1/+2
| | * Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cbSungwoo Kim2023-06-291-0/+2
| | * Bluetooth: fix use-bdaddr-property quirkJohan Hovold2023-06-291-5/+3
| | * Bluetooth: fix invalid-bdaddr quirk for non-persistent setupJohan Hovold2023-06-291-17/+11
| | * Bluetooth: L2CAP: Fix use-after-freeZhengping Jiang2023-06-291-0/+5
| | * Bluetooth: btqca: use le32_to_cpu for ver.soc_idMin-Hua Chen2023-06-291-1/+1
| | * Bluetooth: btusb: Add device 6655:8771 to device tablesDan Gora2023-06-291-0/+2
| | * Bluetooth: btrtl: Add missing MODULE_FIRMWARE declarationsDan Gora2023-06-291-2/+16
| |/
| * Add MODULE_FIRMWARE() for FIRMWARE_TG357766.Tobias Heider2023-06-291-0/+1
| * Merge branch 'fix-ptp-received-on-wrong-port-with-bridged-sja1105-dsa'Paolo Abeni2023-06-292-16/+31
| |\
| | * net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPTVladimir Oltean2023-06-291-9/+29
| | * net: dsa: sja1105: always enable the INCL_SRCPT optionVladimir Oltean2023-06-291-7/+2
| |/
| * Merge branch 'fix-ptp-packet-drops-with-ocelot-8021q-dsa-tag-protocol'Paolo Abeni2023-06-294-29/+60
| |\
| | * net: dsa: felix: don't drop PTP frames with tag_8021q when RX timestamping is...Vladimir Oltean2023-06-291-0/+12
| | * net: mscc: ocelot: don't keep PTP configuration of all ports in single structureVladimir Oltean2023-06-293-24/+48
| | * net: mscc: ocelot: don't report that RX timestamping is enabled by defaultVladimir Oltean2023-06-291-5/+0
| |/
| * Merge branch 'net-sched-act_ipt-bug-fixes'Paolo Abeni2023-06-291-7/+63
| |\
| | * net/sched: act_ipt: zero skb->cb before calling targetFlorian Westphal2023-06-291-0/+10
| | * net/sched: act_ipt: add sanity checks on skb before calling targetFlorian Westphal2023-06-291-0/+33
| | * net/sched: act_ipt: add sanity checks on table name and hook locationsFlorian Westphal2023-06-291-7/+20
| |/
| * sctp: fix potential deadlock on &net->sctp.addr_wq_lockChengfeng Ye2023-06-291-2/+2
| * net: lan743x: Don't sleep in atomic contextMoritz Fischer2023-06-291-4/+17
* | Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-0521-407/+1069
|\ \
| * | f2fs: fix to do sanity check on direct node in truncate_dnode()Chao Yu2023-07-014-8/+13
| * | f2fs: only set release for file that has compressed dataSheng Yong2023-07-011-3/+5
| * | f2fs: fix compile warning in f2fs_destroy_node_manager()Chao Yu2023-07-012-8/+9
| * | f2fs: fix error path handling in truncate_dnode()Chao Yu2023-07-011-1/+3
| * | f2fs: fix deadlock in i_xattr_sem and inode page lockJaegeuk Kim2023-07-012-3/+12
| * | f2fs: remove unneeded page uptodate check/setYunlei He2023-06-261-2/+0
| * | f2fs: update mtime and ctime in move file range methodYunlei He2023-06-261-0/+11
| * | f2fs: compress tmp files given extensionJaegeuk Kim2023-06-261-7/+21
| * | f2fs: refactor struct f2fs_attr macroYangtao Li2023-06-261-91/+149
| * | f2fs: convert to use sbi directlyYangtao Li2023-06-261-6/+6
| * | f2fs: remove redundant assignment to variable errColin Ian King2023-06-261-3/+1
| * | f2fs: do not issue small discard commands during checkpointJaegeuk Kim2023-06-261-1/+1
| * | f2fs: check zone write pointer points to the end of zoneDaeho Jeong2023-06-261-2/+6
| * | f2fs: add f2fs_ioc_get_compress_blocksSheng Yong2023-06-261-6/+17
| * | f2fs: cleanup MIN_INLINE_XATTR_SIZESheng Yong2023-06-262-1/+2
| * | f2fs: add helper to check compression levelSheng Yong2023-06-263-2/+31
| * | f2fs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2023-06-262-1/+1
| * | f2fs: do more sanity check on inodeChao Yu2023-06-262-35/+67
| * | f2fs: compress: fix to check validity of i_compress_flag fieldChao Yu2023-06-261-3/+3