summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski6-16/+20
2022-12-12Merge tag 'linux-can-next-for-6.2-20221212' of git://git.kernel.org/pub/scm/l...David S. Miller1-0/+1
2022-12-12USB: core: export usb_cache_string()Vincent Mailhol1-0/+1
2022-12-12linux/virtio_net.h: Support USO offload in vnet header.Andrew Melnychenko1-0/+9
2022-12-11bpf: states_equal() must build idmap for all function framesEduard Zingerman1-2/+2
2022-12-10Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2-3/+54
2022-12-10skbuff: Introduce slab_build_skb()Kees Cook1-0/+1
2022-12-10Merge tag 'mlx5-updates-2022-12-08' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2-2/+78
2022-12-09rhashtable: Allow rhashtable to be used from irq-safe contextsTejun Heo1-25/+36
2022-12-09bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi1-2/+2
2022-12-09bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_funcKumar Kartikeya Dwivedi1-5/+3
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-13/+57
2022-12-09net/mlx5: fs, add match on ranges APIYevgeny Kliteynik1-0/+12
2022-12-09net/mlx5: mlx5_ifc updates for MATCH_DEFINER general objectYevgeny Kliteynik1-2/+66
2022-12-08memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo1-0/+1
2022-12-08net/mlx5: Add generic getters for other functions capsShay Drory1-0/+2
2022-12-08net/mlx5: Introduce IFC bits for migratableYishai Hadas1-1/+5
2022-12-08Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-nextAlexei Starovoitov1-0/+2
2022-12-07bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_retBenjamin Tissoires1-0/+2
2022-12-07net: ethernet: mtk_wed: add reset to rx_ring_setup callbackLorenzo Bianconi1-4/+4
2022-12-07bpf: decouple prune and jump pointsAndrii Nakryiko1-0/+1
2022-12-06net/mlx5: Add HW definitions for IPsec packet offloadLeon Romanovsky1-3/+50
2022-12-05net: stmmac: Power up SERDES after the PHY linkRevanth Kumar Uppala1-0/+1
2022-12-05xfrm: add support to HW update soft and hard limitsLeon Romanovsky1-0/+1
2022-12-05xfrm: add an interface to offload policyLeon Romanovsky1-0/+3
2022-12-04bpf: Do not mark certain LSM hook arguments as trustedYonghong Song1-0/+6
2022-12-04bpf: Handle MEM_RCU type properlyYonghong Song2-1/+2
2022-12-04net: add netdev_sw_irq_coalesce_default_on()Heiner Kallweit1-0/+1
2022-12-03Merge tag 'wireless-next-2022-12-02' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-6/+22
2022-12-03Merge tag 'mmc-v6.1-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds1-1/+1
2022-12-03Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-12/+55
2022-12-02jump_label: Prevent key->enabled int overflowDmitry Safonov1-4/+17
2022-12-01wifi: ieee80211: Do not open-code qos address offsetsKees Cook1-6/+22
2022-12-01Merge tag 'mlx5-updates-2022-11-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2-6/+3
2022-12-01net: phy: Add link between phy dev and mac devXiaolei Wang1-0/+4
2022-12-01bpf: Fix a compilation failure with clang lto buildYonghong Song1-0/+1
2022-12-01bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang1-0/+1
2022-12-01bpf: Tighten ptr_to_btf_id checks.Alexei Starovoitov2-6/+0
2022-12-01revert "kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compati...Andrew Morton1-2/+0
2022-12-01mm: introduce arch_has_hw_nonleaf_pmd_young()Juergen Gross1-0/+11
2022-12-01mm: add dummy pmd_young() for architectures not having itJuergen Gross1-0/+7
2022-12-01hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz1-0/+2
2022-12-01madvise: use zap_page_range_single for madvise dontneedMike Kravetz1-8/+19
2022-12-01mm: replace VM_WARN_ON to pr_warn if the node is offline with __GFP_THISNODEYang Shi1-2/+16
2022-11-30net/mlx5: Use generic definition for UMR KLM alignmentTariq Toukan1-1/+1
2022-11-30net/mlx5: Generalize name of UMR alignment definitionTariq Toukan1-2/+2
2022-11-30net/mlx5: Remove unused UMR MTT definitionsTariq Toukan1-2/+0
2022-11-30net/mlx5e: Add padding when needed in UMR WQEsTariq Toukan1-0/+1
2022-11-30net/mlx5: Remove unused ctx variablesPetr Pavlu1-2/+0
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-15/+33