summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-0940-261/+227
* Merge tag 'fs_for_v5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-094-11/+40
|\
| * quota: Prevent memory allocation recursion while holding dq_lockMatthew Wilcox (Oracle)2022-06-061-0/+10
| * writeback: Fix inode->i_io_list not be protected by inode->i_lock errorJchao Sun2022-06-062-10/+29
| * fs: Fix syntax errors in commentsXiang wangx2022-06-061-1/+1
* | Merge tag 'powerpc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-06-0911-21/+38
|\ \
| * | powerpc/32: Fix overread/overwrite of thread_struct via ptraceMichael Ellerman2022-06-092-6/+17
| * | powerpc/book3e: get rid of #include <generated/compile.h>Masahiro Yamada2022-06-061-6/+2
| * | powerpc/kasan: Force thread size increase with KASANMichael Ellerman2022-06-022-3/+8
| * | powerpc/papr_scm: don't requests stats with '0' sized stats bufferVaibhav Jain2022-05-311-0/+3
| * | powerpc: Don't select HAVE_IRQ_EXIT_ON_IRQ_STACKMichael Ellerman2022-05-291-1/+0
| * | powerpc/kasan: Silence KASAN warnings in __get_wchan()He Ying2022-05-291-2/+2
| * | powerpc/kasan: Mark more real-mode code as not to be instrumentedPaul Mackerras2022-05-294-3/+6
* | | Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-0944-189/+367
|\ \ \
| * | | net: amd-xgbe: fix clang -Wformat warningJustin Stitt2022-06-091-1/+1
| * | | tcp: use alloc_large_system_hash() to allocate table_perturbMuchun Song2022-06-091-4/+6
| * | | net: dsa: realtek: rtl8365mb: fix GMII caps for ports with internal PHYAlvin Šipraga2022-06-091-29/+9
| * | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-06-091-4/+4
| |\ \ \
| | * | | ixgbe: fix unexpected VLAN Rx in promisc mode on VFOlivier Matz2022-06-071-2/+2
| | * | | ixgbe: fix bcast packets Rx on VF after promisc removalOlivier Matz2022-06-071-2/+2
| * | | | Merge branch 'mv88e6xxx-fixes-for-reading-serdes-state'Jakub Kicinski2022-06-091-16/+19
| |\ \ \ \
| | * | | | net: dsa: mv88e6xxx: correctly report serdes link failureRussell King (Oracle)2022-06-091-0/+8
| | * | | | net: dsa: mv88e6xxx: fix BMSR error to be consistent with othersRussell King (Oracle)2022-06-091-1/+1
| | * | | | net: dsa: mv88e6xxx: use BMSR_ANEGCOMPLETE bit for filling an_completeMarek Behún2022-06-091-16/+11
| |/ / / /
| * | | | net: altera: Fix refcount leak in altera_tse_mdio_createMiaoqian Lin2022-06-091-1/+5
| * | | | net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2022-06-092-1/+9
| * | | | net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_al...Chen Lin2022-06-091-2/+19
| * | | | ip_gre: test csum_start instead of transport headerWillem de Bruijn2022-06-091-6/+5
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-06-098-15/+49
| |\ \ \ \
| | * | | | MAINTAINERS: Add a maintainer for bpftoolQuentin Monnet2022-06-081-0/+7
| | * | | | xsk: Fix handling of invalid descriptors in XSK TX batching APIMaciej Fijalkowski2022-06-082-10/+3
| | * | | | selftests/bpf: Add selftest for calling global functions from freplaceToke Høiland-Jørgensen2022-06-072-0/+32
| | * | | | bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programsToke Høiland-Jørgensen2022-06-071-1/+2
| | * | | | bpf: Use safer kvmalloc_array() where possibleDan Carpenter2022-06-071-4/+4
| | * | | | bpf, arm64: Clear prog->jited_len along prog->jitedEric Dumazet2022-06-071-0/+1
| | |/ / /
| * | | | au1000_eth: stop using virt_to_bus()Arnd Bergmann2022-06-082-13/+13
| * | | | ipv6: Fix signed integer overflow in l2tp_ip6_sendmsgWang Yufen2022-06-081-2/+3
| * | | | ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen2022-06-082-5/+5
| * | | | nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferredXiaohui Zhang2022-06-081-2/+14
| * | | | Merge branch 'split-nfc-st21nfca-refactor-evt_transaction-into-3'Jakub Kicinski2022-06-081-23/+30
| |\ \ \ \
| | * | | | nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTIONMartin Faltesek2022-06-081-30/+30
| | * | | | nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handlingMartin Faltesek2022-06-081-3/+10
| | * | | | nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek2022-06-081-1/+1
| |/ / / /
| * | | | Merge branch 'net-unexport-some-symbols-that-are-annotated-__init'Jakub Kicinski2022-06-083-3/+0
| |\ \ \ \
| | * | | | net: ipv6: unexport __init-annotated seg6_hmac_init()Masahiro Yamada2022-06-081-1/+0
| | * | | | net: xfrm: unexport __init-annotated xfrm4_protocol_init()Masahiro Yamada2022-06-081-1/+0
| | * | | | net: mdio: unexport __init-annotated mdio_bus_init()Masahiro Yamada2022-06-081-1/+0
| |/ / / /
| * | | | net/mlx4_en: Fix wrong return value on ioctl EEPROM query failureGal Pressman2022-06-081-1/+1
| * | | | net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_listMiaoqian Lin2022-06-081-1/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-06-088-35/+98
| |\ \ \ \ | | |/ / / | |/| | |