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
2016-05-16bpf: add generic constant blinding for use in jitsDaniel Borkmann
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann
2016-05-16bpf: add bpf_patch_insn_single helperDaniel Borkmann
2016-05-16bpf: move bpf_jit_enable declarationDaniel Borkmann
2016-05-06bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov
2016-04-07tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa
2016-04-01tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann
2016-01-09bpf: cleanup bpf_prog_run_{save,clear}_cb helpersDaniel Borkmann
2016-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent
2016-01-05soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov
2015-10-05bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann
2015-07-30bpf: also show process name/pid in bpf_jit_dumpDaniel Borkmann
2015-07-30bpf: provide helper that indicates eBPF was migratedDaniel Borkmann
2015-07-21bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov
2015-05-22bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov
2015-05-15test_bpf: add tests related to BPF_MAXINSNSDaniel Borkmann
2015-05-13test_bpf: add 173 new testcases for eBPFMichael Holzheu
2015-05-10seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann
2015-05-10seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan
2015-05-10net: filter: add a callback to allow classic post-verifier transformationsNicolas Schichan
2015-03-24filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann
2015-03-01ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann
2014-12-06net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov
2014-09-26bpf: handle pseudo BPF_LD_IMM64 insnAlexei Starovoitov
2014-09-26bpf: expand BPF syscall with program load/unloadAlexei Starovoitov
2014-09-11net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selectedDaniel Borkmann
2014-09-10net: bpf: be friendly to kmemcheckDaniel Borkmann
2014-09-10net: bpf: consolidate JIT binary allocatorDaniel Borkmann
2014-09-09net: filter: split filter.h and expose eBPF to user spaceAlexei Starovoitov
2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann
2014-08-03net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov
2014-08-03net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov
2014-08-03net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov
2014-08-03net: filter: rename sk_filter_proglen -> bpf_classic_proglenAlexei Starovoitov
2014-08-03net: filter: simplify socket chargingAlexei Starovoitov
2014-07-25net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov
2014-07-14net: filter: sk_chk_filter() no longer mangles filterEric Dumazet
2014-07-09net: filter: move load_pointer() into filter.hZi Shen Lim
2014-06-11net: filter: cleanup A/X name usageAlexei Starovoitov
2014-06-02net: filter: improve filter block macrosDaniel Borkmann
2014-06-02net: filter: get rid of BPF_S_* enumDaniel Borkmann
2014-05-24net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann
2014-05-24net: filter: remove DL macroDaniel Borkmann
2014-05-22net: filter: cleanup invocation of internal BPFAlexei Starovoitov