summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells1-6/+5
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueDavid Howells1-5/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells1-24/+33
2022-12-01rxrpc: Trace rxrpc_bundle refcountDavid Howells1-0/+34
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells1-34/+49
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells1-21/+37
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells1-17/+26
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells1-13/+36
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells1-0/+60
2022-12-01rxrpc: Remove decl for rxrpc_kernel_call_is_complete()David Howells1-1/+0
2022-12-01rxrpc: Implement an in-kernel rxperf server for testing purposesDavid Howells1-0/+1
2022-12-01wifi: cfg80211: Correct example of ieee80211_iface_limitPhilipp Hortmann1-1/+1
2022-12-01wifi: ieee80211: Do not open-code qos address offsetsKees Cook1-6/+22
2022-12-01inet: ping: use hlist_nulls rcu iterator during lookupFlorian Westphal1-3/+0
2022-11-30Merge tag 'mlx5-updates-2022-11-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2-6/+3
2022-11-30net: phy: Add link between phy dev and mac devXiaolei Wang1-0/+4
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-2/+0
2022-11-30devlink: support directly reading from region memoryJacob Keller2-0/+18
2022-11-30revert "kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compati...Andrew Morton1-2/+0
2022-11-30mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn1-0/+4
2022-11-30mm: introduce arch_has_hw_nonleaf_pmd_young()Juergen Gross1-0/+11
2022-11-30mm: add dummy pmd_young() for architectures not having itJuergen Gross1-0/+7
2022-11-30hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz1-0/+2
2022-11-30madvise: use zap_page_range_single for madvise dontneedMike Kravetz1-8/+19
2022-11-30mm: replace VM_WARN_ON to pr_warn if the node is offline with __GFP_THISNODEYang Shi1-2/+16
2022-11-29net/mlx5: Use generic definition for UMR KLM alignmentTariq Toukan1-1/+1
2022-11-29net/mlx5: Generalize name of UMR alignment definitionTariq Toukan1-2/+2
2022-11-29net/mlx5: Remove unused UMR MTT definitionsTariq Toukan1-2/+0
2022-11-29net/mlx5e: Add padding when needed in UMR WQEsTariq Toukan1-0/+1
2022-11-29net/mlx5: Remove unused ctx variablesPetr Pavlu1-2/+0
2022-11-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski1-3/+5
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski18-23/+51
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-1/+3
2022-11-29sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao1-0/+2
2022-11-29Revert "net/mlx5e: MACsec, remove replay window size limitation in offload path"Saeed Mahameed1-0/+7
2022-11-29ieee802154: Advertize coordinators discoveryMiquel Raynal2-0/+61
2022-11-29net: ethernet: mtk_wed: add reset to tx_ring_setup callbackLorenzo Bianconi1-4/+4
2022-11-29net: ethernet: mtk_wed: update mtk_wed_stopLorenzo Bianconi1-0/+4
2022-11-29of: net: export of_get_mac_address_nvmem()Miquel Raynal1-0/+6
2022-11-28Daniel Borkmann says:Jakub Kicinski8-99/+289
2022-11-28net: ethernet: mtk_wed: add wcid overwritten support for wed v1Sujuan Chen1-0/+3
2022-11-28Merge tag 'mlx5-fixes-2022-11-24' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-7/+0
2022-11-27Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+8
2022-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2022-11-25Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-6/+11
2022-11-25Merge tag 'sound-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+1
2022-11-25xfrm: add extack to xfrm_alloc_userspiSabrina Dubroca1-2/+3
2022-11-25xfrm: add extack to xfrm_do_migrateSabrina Dubroca1-1/+2
2022-11-25vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein1-0/+8
2022-11-24bpf: Add kfunc bpf_rcu_read_lock/unlock()Yonghong Song2-1/+7