summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-03-13bpf: Remove bpf_image treeJiri Olsa1-7/+1
2020-03-13bpf: Add dispatchers to kallsymsJiri Olsa1-7/+12
2020-03-13bpf: Add trampolines to kallsymsJiri Olsa1-0/+3
2020-03-13bpf: Add bpf_ksym_add/del functionsJiri Olsa1-0/+3
2020-03-13bpf: Add prog flag to struct bpf_ksym objectJiri Olsa1-0/+1
2020-03-13bpf: Move ksym_tnode to bpf_ksymJiri Olsa1-1/+1
2020-03-13bpf: Move lnode list node to struct bpf_ksymJiri Olsa1-1/+1
2020-03-13bpf: Add name to struct bpf_ksymJiri Olsa2-6/+2
2020-03-13bpf: Add struct bpf_ksymJiri Olsa1-0/+6
2020-03-13bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHERBjörn Töpel2-15/+15
2020-03-13bpf: Abstract away entire bpf_link clean up procedureAndrii Nakryiko1-1/+0
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron1-1/+25
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira2-1/+20
2020-03-12fs/nsfs.c: Added ns_matchCarlos Neira1-0/+2
2020-03-11bpf: Add bpf_link_new_file that doesn't install FDAndrii Nakryiko1-0/+3
2020-03-09bpf: Add sockmap hooks for UDP socketsLorenz Bauer1-0/+5
2020-03-09bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer3-35/+12
2020-03-09bpf: tcp: Guard declarations with CONFIG_NET_SOCK_MSGLorenz Bauer1-2/+2
2020-03-09bpf: tcp: Move assertions into tcp_bpf_get_protoLorenz Bauer1-1/+0
2020-03-09skmsg: Update saved hooks only onceLorenz Bauer1-4/+16
2020-03-09bpf: sockmap: Only check ULP for TCP socketsLorenz Bauer2-1/+13
2020-03-04bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh1-0/+10
2020-03-04bpf: Introduce BPF_MODIFY_RETURNKP Singh2-0/+2
2020-03-04bpf: Refactor trampoline update codeKP Singh1-2/+11
2020-03-04bpf: Switch BPF UAPI #define constants used from BPF program side to enumsAndrii Nakryiko1-66/+109
2020-03-03bpf: Add gso_size to __sk_buffWillem de Bruijn1-0/+1
2020-03-02bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko1-0/+13
2020-03-02bpf: Reliably preserve btf_trace_xxx typesAndrii Nakryiko1-7/+11
2020-03-02net: inet_sock: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-02net: ip6_fib: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-02net: ip_fib: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-03-02drop_monitor: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-03-02net: mip6: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-02netdevice: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-5/+5
2020-02-29arcnet: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3
2020-02-29neighbour: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-29net: flow_offload: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-29net: dn_fib: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-29ndisc: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3
2020-02-29net: ipv6: mld: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3
2020-02-29net: lwtunnel: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-29net: ip6_route: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-29net: nexthop: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-29net: sctp: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-29net: sock_reuseport: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-29ethtool: Factored out similar ethtool link settings for virtual devices to coreCris Forno1-0/+6
2020-02-29net: sched: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller11-29/+179
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni1-10/+2
2020-02-28unix: uses an atomic type for scm files accountingPaolo Abeni1-1/+1