Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-02flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki
2020-06-02bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko
2020-05-22xsk: Move xskmap.c to net/xdp/Björn Töpel
2020-05-10bpf: Add task and task/file iterator targetsYonghong Song
2020-05-10bpf: Add bpf_map iteratorYonghong Song
2020-05-10bpf: Implement an interface to register bpf_iter targetsYonghong Song
2020-03-30bpf: Introduce BPF_PROG_TYPE_LSMKP Singh
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau
2019-12-14bpf: Introduce BPF dispatcherBjörn Töpel
2019-11-16bpf: Introduce BPF trampolineAlexei Starovoitov
2019-08-13btf: expose BTF info through sysfsAndrii Nakryiko
2019-06-12bpf: silence warning messages in coreValdis Klētnieks
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann
2018-08-11bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau
2018-08-03bpf: introduce cgroup storage mapsRoman Gushchin
2018-05-04bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel
2018-04-19bpf: btf: Introduce BPF Type Format (BTF)Martin KaFai Lau
2018-01-04bpf: only build sockmap with CONFIG_INETJohn Fastabend
2017-11-05bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer
2017-10-10bpf: move instruction printing into a separate fileJakub Kicinski
2017-08-17bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend
2017-08-09bpf/verifier: rework value trackingEdward Cree
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend
2017-03-23bpf: Add array of maps supportMartin KaFai Lau
2017-01-24bpf: add a longest prefix match trie map implementationDaniel Mack
2016-11-26cgroup: add support for eBPF programsDaniel Mack
2016-11-15bpf: LRU ListMartin KaFai Lau
2016-03-08bpf: introduce percpu_freelistAlexei Starovoitov
2016-02-20bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov
2015-11-03bpf: add support for persistent maps/progsDaniel Borkmann
2015-03-01ebpf: remove kernel test stubsDaniel Borkmann
2014-11-18bpf: allow eBPF programs to use mapsAlexei Starovoitov
2014-11-18bpf: add array type of eBPF mapsAlexei Starovoitov
2014-11-18bpf: add hashtable type of eBPF mapsAlexei Starovoitov
2014-10-28bpf: split eBPF out of NETAlexei Starovoitov
2014-09-26bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov
2014-09-26bpf: verifier (add docs)Alexei Starovoitov
2014-09-26bpf: introduce BPF syscall and mapsAlexei Starovoitov
2014-07-24net: filter: split filter.c into two filesAlexei Starovoitov