summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-03-13bpf: Remove bpf_image treeJiri Olsa
2020-03-13bpf: Add dispatchers to kallsymsJiri Olsa
2020-03-13bpf: Add trampolines to kallsymsJiri Olsa
2020-03-13bpf: Add bpf_ksym_add/del functionsJiri Olsa
2020-03-13bpf: Add prog flag to struct bpf_ksym objectJiri Olsa
2020-03-13bpf: Move ksym_tnode to bpf_ksymJiri Olsa
2020-03-13bpf: Move lnode list node to struct bpf_ksymJiri Olsa
2020-03-13bpf: Add name to struct bpf_ksymJiri Olsa
2020-03-13bpf: Add struct bpf_ksymJiri Olsa
2020-03-13bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHERBjörn Töpel
2020-03-13bpf: Abstract away entire bpf_link clean up procedureAndrii Nakryiko
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira
2020-03-12fs/nsfs.c: Added ns_matchCarlos Neira
2020-03-11bpf: Add bpf_link_new_file that doesn't install FDAndrii Nakryiko
2020-03-09bpf: Add sockmap hooks for UDP socketsLorenz Bauer
2020-03-09bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer
2020-03-09bpf: tcp: Guard declarations with CONFIG_NET_SOCK_MSGLorenz Bauer
2020-03-09bpf: tcp: Move assertions into tcp_bpf_get_protoLorenz Bauer
2020-03-09skmsg: Update saved hooks only onceLorenz Bauer
2020-03-09bpf: sockmap: Only check ULP for TCP socketsLorenz Bauer
2020-03-04bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh
2020-03-04bpf: Introduce BPF_MODIFY_RETURNKP Singh
2020-03-04bpf: Refactor trampoline update codeKP Singh
2020-03-04bpf: Switch BPF UAPI #define constants used from BPF program side to enumsAndrii Nakryiko
2020-03-03bpf: Add gso_size to __sk_buffWillem de Bruijn
2020-03-02bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko
2020-03-02bpf: Reliably preserve btf_trace_xxx typesAndrii Nakryiko
2020-03-02net: inet_sock: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-02net: ip6_fib: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-02net: ip_fib: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-02drop_monitor: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-02net: mip6: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-02netdevice: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-29arcnet: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-29neighbour: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-29net: flow_offload: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-29net: dn_fib: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-29ndisc: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-29net: ipv6: mld: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-29net: lwtunnel: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-29net: ip6_route: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-29net: nexthop: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-29net: sctp: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-29net: sock_reuseport: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-29ethtool: Factored out similar ethtool link settings for virtual devices to coreCris Forno
2020-02-29net: sched: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni
2020-02-28unix: uses an atomic type for scm files accountingPaolo Abeni