summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bpf: Zeroing allocated object from slab in bpf memory allocatorHou Tao2023-02-151-0/+7
* bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky2023-02-132-1/+30
* bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky2023-02-132-20/+24
* bpf: allow to disable bpf map memory accountingYafang Shao2023-02-101-0/+8
* bpf: use bpf_map_kvcalloc in bpf_local_storageYafang Shao2023-02-101-0/+8
* mm: memcontrol: add new kernel parameter cgroup.memory=nobpfYafang Shao2023-02-101-0/+11
* Daniel Borkmann says:Jakub Kicinski2023-02-106-8/+109
|\
| * net, xdp: Add missing xdp_features descriptionLorenzo Bianconi2023-02-071-0/+1
| * bpf: fix typo in header for bpf_perf_prog_read_valueFlorian Lehner2023-02-031-1/+1
| * drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+12
| * netdev-genl: create a simple family for netdev stuffJakub Kicinski2023-02-023-0/+65
| * bpf: Drop always true do_idr_lock parameter to bpf_map_free_idTobias Klauser2023-02-021-1/+1
| * bpf: Add __bpf_kfunc tag for marking kernel functions as kfuncsDavid Vernet2023-02-021-0/+8
| * s390/bpf: Implement arch_prepare_bpf_trampoline()Ilya Leoshkevich2023-01-291-0/+4
| * bpf: btf: Add BTF_FMODEL_SIGNED_ARG flagIlya Leoshkevich2023-01-282-5/+14
| * bpf: Change BPF_MAX_TRAMP_LINKS to enumIlya Leoshkevich2023-01-281-1/+3
* | net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long2023-02-101-0/+2
* | net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long2023-02-101-0/+2
* | net: skbuff: drop the word head from skb cacheJakub Kicinski2023-02-101-1/+1
* | Merge tag 'rxrpc-next-20230208' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2023-02-101-4/+7
|\ \
| * | rxrpc: Trace ack.rwindDavid Howells2023-02-071-4/+7
* | | string_helpers: Move string_is_valid() to the headerAndy Shevchenko2023-02-091-0/+5
* | | net: introduce default_rps_mask netns attributePaolo Abeni2023-02-091-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-0912-22/+44
|\ \ \
| * \ \ Merge tag 'net-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-02-093-3/+12
| |\ \ \
| | * | | net/mlx5: Expose SF firmware pages counterMaher Sanalla2023-02-071-0/+1
| | * | | net/mlx5: Store page counters in a single arrayMaher Sanalla2023-02-071-3/+9
| | * | | uapi: add missing ip/ipv6 header dependencies for linux/stddef.hHerton R. Krzesinski2023-02-062-0/+2
| * | | | Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-051-2/+0
| |\ \ \ \
| | * | | | nvmem: core: remove nvmem_config wp_gpioRussell King (Oracle)2023-01-281-2/+0
| * | | | | Merge tag 'perf_urgent_for_v6.2_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-02-051-0/+9
| |\ \ \ \ \
| | * | | | | perf: Fix perf_event_pmu_context serializationJames Clark2023-01-311-0/+9
| * | | | | | Merge tag 'rtc-6.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ab...Linus Torvalds2023-02-041-1/+2
| |\ \ \ \ \ \
| | * | | | | | rtc: efi: Enable SET/GET WAKEUP services as optionalShanker Donthineni2023-01-091-1/+2
| * | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-041-1/+1
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge tag 'kvmarm-fixes-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-02-041-1/+1
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | | * | | | | | KVM: arm64: Add helper vgic_write_guest_lock()Gavin Shan2023-01-291-1/+1
| * | | | | | | | Merge tag 'ceph-for-6.2-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds2023-02-031-10/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ceph: move mount state enum to super.hXiubo Li2023-02-021-10/+0
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...Linus Torvalds2023-02-034-5/+20
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath()Kefeng Wang2023-01-311-1/+4
| | * | | | | | | highmem: round down the address passed to kunmap_flush_on_unmap()Matthew Wilcox (Oracle)2023-01-311-2/+2
| | * | | | | | | mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz2023-01-311-0/+13
| | * | | | | | | Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko2023-01-311-2/+1
| | * | | | | | | Sync with v6.2-rc4Andrew Morton2023-01-1811-50/+149
| | |\ \ \ \ \ \ \
* | | \ \ \ \ \ \ \ Merge tag 'linux-can-next-for-6.3-20230208' of git://git.kernel.org/pub/scm/l...Jakub Kicinski2023-02-081-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | can: bittiming: can_calc_bittiming(): add missing parameter to no-op functionMarc Kleine-Budde2023-02-081-1/+1
* | | | | | | | | | | Merge tag 'mlx5-next-netdev-deadlock' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2023-02-083-5/+48
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | net/mlx5e: Propagate an internal event in case uplink netdev changesJiri Pirko2023-02-082-0/+6
| * | | | | | | | | | | net/mlx5: Introduce CQE error syndromePatrisious Haddad2023-01-151-5/+42