summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorPaolo Abeni <pabeni@redhat.com>2016-07-21 15:25:27 +0200
committerTobias Klauser <tklauser@distanz.ch>2016-07-21 15:39:05 +0200
commit81f8c546d90b7615e0e6a6777445b10b4263d598 (patch)
tree41b697375caac65a0312cb662bc6f147716d46c0 /INSTALL
parent20f72d2b68969f75b0a116e49b133363d4b6fb9a (diff)
netsniff-ng: Skip duplicated packets on loopback device
When sniffing on the loopback device, each packet will be seen twice, once per direction. To avoid duplicates, explicitly skip OUTGOING packets received from loopback, if no packet_type filter is explicitly set. Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'INSTALL')
0 files changed, 0 insertions, 0 deletions
2a6d30545e17'>diff)
netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable()
If something fails in nf_tables_table_enable(), it unregisters the chains. But the rollback code is the same as nf_tables_table_disable() almostly, except there is one counter check. Now create one wrapper function to eliminate the duplicated codes. Signed-off-by: Feng <fgao@ikuai8.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'sound/soc/codecs/tlv320aic26.c')