Re: [PATCH net-next 0/4] BPF updates

2015-10-18 Thread David Miller
From: Daniel Borkmann Date: Fri, 16 Oct 2015 03:09:21 +0200 > This set adds support for persistent maps/progs. Please see > individual patches for further details. > > A man-page update to bpf(2) will be sent afterwards, also a > iproute2 patch for support in tc. > > Thanks! It seems like the

[PATCH net-next 0/4] BPF updates

2015-10-15 Thread Daniel Borkmann
This set adds support for persistent maps/progs. Please see individual patches for further details. A man-page update to bpf(2) will be sent afterwards, also a iproute2 patch for support in tc. Thanks! Daniel Borkmann (4): bpf: abstract anon_inode_getfd invocations bpf: align and clean bpf_{

[PATCH net-next 0/4] BPF updates

2015-09-01 Thread Daniel Borkmann
This series adds a couple of improvements to bpf classifier and actions as well as mqprio. Please see individual patches for details. The series was still in my queue, I realize it's rather late, so I also don't have any problem deferring this for the next net-next cycle if it's preferred. Thanks

Re: [PATCH net-next 0/4] BPF updates

2015-05-09 Thread David Miller
From: Daniel Borkmann Date: Wed, 6 May 2015 16:12:26 +0200 > This set gets rid of BPF special handling in seccomp filter preparation > and provides generic infrastructure from BPF side, which eventually also > allows for classic BPF JITs to add support for seccomp filters. I'll apply this serie