summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-07-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski7-37/+192
2022-07-22bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)Song Liu1-0/+8
2022-07-22bpf, x64: Allow to use caller address from stackJiri Olsa1-0/+5
2022-07-22ftrace: Allow IPMODIFY and DIRECT ops on the same functionSong Liu1-0/+38
2022-07-22ftrace: Add modify_ftrace_direct_multi_nolockSong Liu1-0/+5
2022-07-22bpf: Fix build error in case of !CONFIG_DEBUG_INFO_BTFKumar Kartikeya Dwivedi1-2/+2
2022-07-22net: add missing includes and forward declarations under net/Jakub Kicinski1-0/+5
2022-07-22bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi1-0/+32
2022-07-22bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi2-24/+12
2022-07-22bpf: Introduce 8-byte BTF setKumar Kartikeya Dwivedi1-4/+64
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-3/+18
2022-07-21Merge tag 'net-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2022-07-21net/cdc_ncm: Increase NTB max RX/TX values to 64kbƁukasz Spintzyk1-2/+2
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2-54/+57
2022-07-21Merge tag 'mlx5-updates-2022-07-17' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-1/+5
2022-07-20bpf: Fix bpf_trampoline_{,un}link_cgroup_shim ifdef guardsStanislav Fomichev1-3/+7
2022-07-20Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2-18/+53
2022-07-20net: introduce __skb_fill_page_desc_noaccPavel Begunkov1-11/+17
2022-07-20net: introduce managed frags infrastructurePavel Begunkov1-2/+23
2022-07-20net: Allow custom iter handler in msghdrDavid Ahern2-3/+8
2022-07-20skbuff: carry external ubuf_info in msghdrPavel Begunkov1-0/+1
2022-07-19net/mlx5: Expose ts_cqe_metadata_size2wqe_counterAya Levin1-1/+5
2022-07-19bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao1-0/+8
2022-07-19skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov1-3/+5
2022-07-18net: stmmac: switch to use interrupt for hw crosstimestampingWong Vee Khee1-0/+1
2022-07-16Merge tag 'tty-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+5
2022-07-16net: ipv4: new arp_accept option to accept garp only if in-networkJaehee Park1-1/+1
2022-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+10
2022-07-15Merge tag 'ceph-for-5.19-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2022-07-15Merge tag 'soc-fixes-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2022-07-15Merge tag 'mlx5-updates-2022-07-13' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2-4/+22
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-24/+39
2022-07-14Merge tag 'integrity-v5.19-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+6
2022-07-14kvm: stats: tell userspace which values are booleanPaolo Bonzini1-1/+10
2022-07-14netfs: do not unlock and put the folio twiceXiubo Li1-1/+1
2022-07-14net/mlx5: Use software VHCA id when it's supportedYishai Hadas1-0/+1
2022-07-14net/mlx5: Introduce ifc bits for using software vhca idYishai Hadas1-4/+21
2022-07-13Merge tag 'cgroup-for-5.19-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2022-07-13ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu1-0/+6
2022-07-13Merge tag 'wireless-next-2022-07-13' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller1-0/+226
2022-07-13bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu2-1/+8
2022-07-13bpf: reparent bpf maps on memcg offliningRoman Gushchin1-1/+1
2022-07-12net/mlx5: Use devl_ API in mlx5e_devlink_port_registerMoshe Shemesh1-0/+4
2022-07-12bpf: Fix 'dubious one-bit signed bitfield' warningsMatthieu Baerts1-4/+4
2022-07-12Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+10
2022-07-11Merge tag 'mm-hotfixes-stable-2022-07-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-9/+9
2022-07-11fix race between exit_itimers() and /proc/pid/timersOleg Nesterov1-1/+1
2022-07-11netfilter: h323: merge nat hook pointers into oneFlorian Westphal1-53/+56
2022-07-11netfilter: nf_conntrack: add missing __rcu annotationsFlorian Westphal1-1/+1
2022-07-10Merge tag 'char-misc-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0