diff options
author | JP Abgrall <jpa@google.com> | 2011-08-17 16:43:00 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-11-30 21:39:00 -0800 |
commit | 1c80cbb69f05a3237fa4778ae4b3462467f647e7 (patch) | |
tree | 13a2afd1d0180686071daeaac5db2e3a6082251f /net/dsa/Kconfig | |
parent | e7a39cea4531be8320a7553b0359b3f16dead219 (diff) |
netfilter: xt_qtaguid: Fix socket refcounts when tagging
* Don't hold the sockets after tagging.
sockfd_lookup() does a get() on the associated file.
There was no matching put() so a closed socket could never be
freed.
* Don't rely on struct member order for tag_node
The structs that had a struct tag_node member would work with
the *_tree_* routines only because tag_node was 1st.
* Improve debug messages
Provide info on who the caller is. Use unsigned int for uid.
* Only process NETDEV_UP events.
* Pacifier: disable netfilter matching. Leave .../stats header.
Change-Id: Iccb8ae3cca9608210c417597287a2391010dff2c
Signed-off-by: JP Abgrall <jpa@google.com>
Diffstat (limited to 'net/dsa/Kconfig')
0 files changed, 0 insertions, 0 deletions