summaryrefslogtreecommitdiff
path: root/bpfc.zsh
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-01-10 00:45:48 +0200
committerDaniel Borkmann <dborkman@redhat.com>2015-01-11 12:10:52 +0100
commitf7f5b215eadf47fde1300cd8855532bc4bfe0ff4 (patch)
tree1d0e81eea510d8d90083ca371918dc7b441f82c6 /bpfc.zsh
parentb8a9e53262ab24231542e9ce93daadaf3809dac2 (diff)
sock: Add cause message in case of error
Add error messages which explain the cause of error state of the socket functions, so it makes message like: $ ./netsniff-ng/netsniff-ng -i wlp3s0 Creation of PF socket failed: Operation not permitted more understandable. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'bpfc.zsh')
0 files changed, 0 insertions, 0 deletions
new patch that makes the original symbol static. The symbol ife_tlv_meta_extract is exported in act_ife, though not being used by any other module. As the symbol is being moved to the new ife module, introducing the new module creates duplicate symbol. To fix 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 (limited to 'net')
-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
7 files changed, 198 insertions, 78 deletions
diff --git a/net/Kconfig b/net/Kconfig