summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-08-25bpf: Add d_path helperJiri Olsa
2020-08-25bpf: Add BTF_SET_START/END macrosJiri Olsa
2020-08-25bpf: Add btf_struct_ids_match functionJiri Olsa
2020-08-25bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh
2020-08-25bpf: Generalize bpf_sk_storageKP Singh
2020-08-25bpf: Generalize caching for sk_storage.KP Singh
2020-08-25bpf: Renames in preparation for bpf_local_storageKP Singh
2020-08-24tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau
2020-08-24bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau
2020-08-24bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau
2020-08-24bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau
2020-08-24bpf: tcp: Add bpf_skops_established()Martin KaFai Lau
2020-08-24tcp: Add saw_unknown to struct tcp_options_receivedMartin KaFai Lau
2020-08-24tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau
2020-08-24tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau
2020-08-24tcp: Use a struct to represent a saved_synMartin KaFai Lau
2020-08-21bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer
2020-08-21net: sk_msg: Simplify sk_psock initializationLorenz Bauer
2020-08-21bpf: Implement link_query callbacks in map element iteratorsYonghong Song
2020-08-21bpf: Implement link_query for bpf iteratorsYonghong Song
2020-08-20bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov
2020-08-19net-tun: Eliminate two tun/xdp related function calls from vhost-netMaciej Żenczykowski
2020-08-19net-tun: Add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()Maciej Żenczykowski
2020-08-18netlink: make NLA_BINARY validation more flexibleJohannes Berg
2020-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-17phylink: <linux/phylink.h>: fix function prototype kernel-doc warningRandy Dunlap
2020-08-17watch_queue: Limit the number of watches a user can holdDavid Howells
2020-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-15Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-08-15Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-08-15Merge tag 'pm-5.9-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-08-15Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2020-08-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour
2020-08-14mm: annotate a data race in page_zonenum()Qian Cai
2020-08-14mm/memcontrol: fix a data race in scan countQian Cai
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni
2020-08-14mm: introduce offset_in_thpMatthew Wilcox (Oracle)
2020-08-14mm: add thp_headMatthew Wilcox (Oracle)
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)
2020-08-14mm: add thp_orderMatthew Wilcox (Oracle)
2020-08-14mm: move page-flags include to top of fileMatthew Wilcox (Oracle)