linux/security/selinux
Eric Dumazet d3593b5cef Revert "selinux: add a skb_owned_by() hook"
This reverts commit ca10b9e9a8.

No longer needed after commit eb8895debe
("tcp: tcp_make_synack() should use sock_wmalloc")

When under SYNFLOOD, we build lot of SYNACK and hit false sharing
because of multiple modifications done on sk_listener->sk_wmem_alloc

Since tcp_make_synack() uses sock_wmalloc(), there is no need
to call skb_set_owner_w() again, as this adds two atomic operations.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-03-20 21:36:53 -04:00
..
include Add security hooks to binder and implement the hooks for SELinux. 2015-01-25 09:17:57 -08:00
ss SELinux: fix error code in policydb_init() 2015-02-04 11:34:30 -05:00
.gitignore
Kconfig
Makefile
avc.c selinux: Remove unused function avc_sidcmp() 2015-02-04 11:34:30 -05:00
exports.c
hooks.c Revert "selinux: add a skb_owned_by() hook" 2015-03-20 21:36:53 -04:00
netif.c
netlabel.c
netlink.c
netnode.c
netport.c
nlmsgtab.c
selinuxfs.c selinuxfs: don't open-code d_genocide() 2015-01-25 23:16:25 -05:00
xfrm.c