summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-08-25bpf: Add d_path helperJiri Olsa1-0/+14
2020-08-25bpf: Add BTF_SET_START/END macrosJiri Olsa2-1/+54
2020-08-25bpf: Add btf_struct_ids_match functionJiri Olsa1-0/+2
2020-08-25bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa1-2/+1
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh2-2/+7
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh3-1/+71
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh2-60/+164
2020-08-25bpf: Generalize bpf_sk_storageKP Singh3-2/+66
2020-08-25bpf: Generalize caching for sk_storage.KP Singh1-0/+19
2020-08-25bpf: Renames in preparation for bpf_local_storageKP Singh1-2/+2
2020-08-24tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau3-5/+10
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau4-1/+377
2020-08-24bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau1-2/+2
2020-08-24bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau2-3/+6
2020-08-24bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau1-1/+3
2020-08-24bpf: tcp: Add bpf_skops_established()Martin KaFai Lau1-1/+1
2020-08-24tcp: Add saw_unknown to struct tcp_options_receivedMartin KaFai Lau1-0/+2
2020-08-24tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau3-1/+3
2020-08-24tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau2-0/+2
2020-08-24tcp: Use a struct to represent a saved_synMartin KaFai Lau2-2/+13
2020-08-21bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer1-0/+7
2020-08-21net: sk_msg: Simplify sk_psock initializationLorenz Bauer1-17/+0
2020-08-21bpf: Implement link_query callbacks in map element iteratorsYonghong Song1-0/+4
2020-08-21bpf: Implement link_query for bpf iteratorsYonghong Song2-0/+13
2020-08-20bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov1-0/+1
2020-08-19net-tun: Eliminate two tun/xdp related function calls from vhost-netMaciej Żenczykowski1-3/+12
2020-08-19net-tun: Add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()Maciej Żenczykowski1-4/+4
2020-08-18netlink: make NLA_BINARY validation more flexibleJohannes Berg1-27/+31
2020-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-19/+2
2020-08-17phylink: <linux/phylink.h>: fix function prototype kernel-doc warningRandy Dunlap1-1/+2
2020-08-17watch_queue: Limit the number of watches a user can holdDavid Howells1-0/+3
2020-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-18/+0
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-08-15Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+0
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-1/+84
2020-08-15Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-5/+6
2020-08-15Merge tag 'pm-5.9-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+2
2020-08-15Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds17-131/+148
2020-08-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-43/+91
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski3-18/+18
2020-08-14include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour1-0/+1
2020-08-14mm: annotate a data race in page_zonenum()Qian Cai1-0/+1
2020-08-14mm/memcontrol: fix a data race in scan countQian Cai1-1/+1
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni3-7/+2
2020-08-14mm: introduce offset_in_thpMatthew Wilcox (Oracle)1-0/+1
2020-08-14mm: add thp_headMatthew Wilcox (Oracle)1-0/+15
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)3-10/+15
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)1-0/+11
2020-08-14mm: add thp_orderMatthew Wilcox (Oracle)1-0/+19
2020-08-14mm: move page-flags include to top of fileMatthew Wilcox (Oracle)1-5/+1