summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-05-08net: phy: marvell: add support for MV88E6250 family internal PHYsMatthias Schiffer1-0/+2
2024-05-05queue_api: define queue apiMina Almasry1-0/+3
2024-05-04Revert "net: mirror skb frag ref/unref helpers"Mina Almasry1-35/+4
2024-05-04net: no longer acquire RTNL in threaded_show()Eric Dumazet1-1/+1
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-81/+159
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-0/+3
2024-05-02net: Protect dev->name by seqlock.Kuniyuki Iwashima1-0/+1
2024-05-01Merge tag 'regulator-fix-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2024-05-01net: move sysctl_max_skb_frags to net_hotdataEric Dumazet1-2/+0
2024-05-01inet: introduce dst_rtable() helperEric Dumazet1-9/+0
2024-04-30net: sfp-bus: constify link_modes to sfp_select_interface()Russell King (Oracle)1-2/+2
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-5/+86
2024-04-28Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+11
2024-04-27profiling: Remove create_prof_cpu_mask().Tetsuo Handa1-5/+0
2024-04-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-0/+3
2024-04-27Merge tag 'soc-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-9/+56
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds2-65/+87
2024-04-26bpf: verifier: prevent userspace memory accessPuranjay Mohan1-0/+1
2024-04-26Merge tag 'qcom-drivers-fixes-for-6.9' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann2-9/+56
2024-04-26virtio: add debugfs infrastructure to allow to debug virtio featuresJiri Pirko1-0/+35
2024-04-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-2/+65
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-44/+83
2024-04-25Merge tag 'wireless-next-2024-04-24' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-0/+18
2024-04-25Merge tag 'net-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+25
2024-04-25ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu1-0/+25
2024-04-25cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson1-0/+11
2024-04-25mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)1-37/+33
2024-04-25mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)2-5/+7
2024-04-25mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macrosMatthew Wilcox (Oracle)1-23/+47
2024-04-25bpf: make common crypto API for TC/XDP programsVadim Fedorenko2-0/+25
2024-04-25bpf: update the comment for BTF_FIELDS_MAXHaiyue Wang1-1/+1
2024-04-24iavf: switch to Page PoolAlexander Lobakin1-0/+17
2024-04-24slab: introduce kvmalloc_array_node() and kvcalloc_node()Alexander Lobakin1-2/+15
2024-04-24net: intel: introduce {, Intel} Ethernet common libraryAlexander Lobakin1-0/+33
2024-04-24bpf: Introduce bpf_preempt_[disable,enable] kfuncsKumar Kartikeya Dwivedi1-0/+1
2024-04-24net: create a dummy net_device allocatorBreno Leitao1-0/+3
2024-04-24bpf: wq: add bpf_wq_set_callback_implBenjamin Tissoires1-0/+1
2024-04-24bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires1-0/+2
2024-04-24bpf: add support for bpf_wq user typeBenjamin Tissoires1-1/+10
2024-04-24regulator: change devm_regulator_get_enable_optional() stub to return OkMatti Vaittinen1-1/+1
2024-04-23regulator: change stubbed devm_regulator_get_enable to return OkMatti Vaittinen1-1/+1
2024-04-23Merge branch 'for-uring-ubufops' into HEADJakub Kicinski1-8/+13
2024-04-23net: add callback for setting a ubuf_info to skbPavel Begunkov1-0/+2
2024-04-23net: extend ubuf_info callback to ops structurePavel Begunkov1-8/+11
2024-04-23net/mlx5e: Support updating coalescing configuration without resetting channelsRahul Rameshbabu2-4/+6
2024-04-23net/mlx5e: Use DIM constants for CQ period mode parameterRahul Rameshbabu1-2/+2
2024-04-22Merge tag 'nfsd-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-10/+3
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-1/+1
2024-04-21Merge tag 'char-misc-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2024-04-20Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2