summaryrefslogtreecommitdiff
path: root/bpfc.8
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-17 23:02:36 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-17 23:03:35 +0200
commitc3c2cb8d011f1c3e28b22584ea11fa544402c89b (patch)
treeacd5ec6970bfd02e0cb56a5806a0911fe0684dea /bpfc.8
parent36a07514e979d4cb2c677331ddc10c9c6080de26 (diff)
die: minor: simplify code a bit
Make the code a bit simpler. Also use bool for the syslog_maybe condition. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'bpfc.8')
0 files changed, 0 insertions, 0 deletions
it, add a new patch (1/3) that makes the ife_tlv_meta_extract symbol static in act_ife, thus the symbol does not collide. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--MAINTAINERS7
-rw-r--r--include/net/ife.h51
-rw-r--r--include/net/tc_act/tc_ife.h3
-rw-r--r--include/uapi/linux/Kbuild1
-rw-r--r--include/uapi/linux/ife.h18
-rw-r--r--include/uapi/linux/tc_act/tc_ife.h10
-rw-r--r--net/Kconfig1
-rw-r--r--net/Makefile1
-rw-r--r--net/ife/Kconfig16
-rw-r--r--net/ife/Makefile5
-rw-r--r--net/ife/ife.c142
-rw-r--r--net/sched/Kconfig1
-rw-r--r--net/sched/act_ife.c110
13 files changed, 276 insertions, 90 deletions
diff --git a/MAINTAINERS b/MAINTAINERS