netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] BPF updates
@ 2014-05-23 16:43 Daniel Borkmann
  2014-05-23 16:43 ` [PATCH net-next 1/5] net: filter: remove DL macro Daniel Borkmann
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Daniel Borkmann @ 2014-05-23 16:43 UTC (permalink / raw)
  To: davem; +Cc: ast, netdev

These were still in my queue. Please see individual patches for
details.

I have rebased these on top of current net-next with Andrew's
gcc union fixup [1] applied to avoid dealing with an unnecessary
merge conflict.

Thanks !

 [1] http://patchwork.ozlabs.org/patch/351577/

Daniel Borkmann (5):
  net: filter: remove DL macro
  net: filter: let unattached filters use sock_fprog_kern
  net: filter: doc: add section for BPF test suite
  net: filter: improve test case framework
  net: filter: add test case for jump with holes and ret x variants

 Documentation/networking/filter.txt      |  14 +
 drivers/isdn/i4l/isdn_ppp.c              |   4 +-
 drivers/net/ppp/ppp_generic.c            |   4 +-
 drivers/net/team/team_mode_loadbalance.c |  10 +-
 include/linux/filter.h                   |   5 +-
 lib/test_bpf.c                           | 482 +++++++++++++++++++++----------
 net/core/filter.c                        | 195 +++++++------
 net/core/ptp_classifier.c                |   2 +-
 net/netfilter/xt_bpf.c                   |   5 +-
 net/sched/cls_bpf.c                      |   4 +-
 10 files changed, 457 insertions(+), 268 deletions(-)

-- 
1.7.11.7

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-23 16:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-23 16:43 [PATCH net-next 0/5] BPF updates Daniel Borkmann
2014-05-23 16:43 ` [PATCH net-next 1/5] net: filter: remove DL macro Daniel Borkmann
2014-05-23 16:43 ` [PATCH net-next 2/5] net: filter: let unattached filters use sock_fprog_kern Daniel Borkmann
2014-05-23 16:43 ` [PATCH net-next 3/5] net: filter: doc: add section for BPF test suite Daniel Borkmann
2014-05-23 16:44 ` [PATCH net-next 4/5] net: filter: improve test case framework Daniel Borkmann
2014-05-23 16:44 ` [PATCH net-next 5/5] net: filter: add test case for jump with holes and ret x variants Daniel Borkmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).