Age | Commit message (Expand) | Author | Files | Lines |
2016-04-26 | sock_diag: align nlattr properly when needed | Nicolas Dichtel | 1 | -1/+1 |
2016-04-05 | sock_diag: add SK_MEMINFO_DROPS | Eric Dumazet | 1 | -0/+1 |
2015-12-16 | net: diag: Add the ability to destroy a socket. | Lorenzo Colitti | 1 | -3/+20 |
2015-10-09 | net/core: make sock_diag.c explicitly non-modular | Paul Gortmaker | 1 | -11/+3 |
2015-09-02 | sock, diag: fix panic in sock_diag_put_filterinfo | Daniel Borkmann | 1 | -0/+3 |
2015-06-16 | sock_diag: define destruction multicast groups | Craig Gallek | 1 | -0/+85 |
2015-03-12 | net: add real socket cookies | Eric Dumazet | 1 | -10/+27 |
2015-03-10 | net: constify sock_diag_check_cookie() | Eric Dumazet | 1 | -1/+1 |
2014-08-03 | net: filter: split 'struct sk_filter' into socket and bpf parts | Alexei Starovoitov | 1 | -1/+1 |
2014-08-03 | net: filter: rename sk_filter_proglen -> bpf_classic_proglen | Alexei Starovoitov | 1 | -1/+1 |
2014-04-24 | net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dump | Eric W. Biederman | 1 | -2/+2 |
2014-04-22 | net: Fix ns_capable check in sock_diag_put_filterinfo | Andrew Lutomirski | 1 | -2/+2 |
2014-03-31 | net: filter: keep original BPF program around | Daniel Borkmann | 1 | -13/+10 |
2013-06-11 | sock_diag: fix filter code sent to userspace | Nicolas Dichtel | 1 | -2/+7 |
2013-04-29 | sock_diag: allow to dump bpf filters | Nicolas Dichtel | 1 | -0/+33 |
2013-02-23 | sock_diag: Simplify sock_diag_handlers[] handling in __sock_diag_rcv_msg | Mathias Krause | 1 | -17/+7 |
2013-02-23 | sock_diag: Fix out-of-bounds access to sock_diag_handlers[] | Mathias Krause | 1 | -0/+3 |
2012-09-09 | netlink: hide struct module parameter in netlink_kernel_create | Pablo Neira Ayuso | 1 | -2/+1 |
2012-07-17 | net: make sock diag per-namespace | Andrey Vagin | 1 | -7/+20 |
2012-06-30 | netlink: add netlink_kernel_cfg parameter to netlink_kernel_create | Pablo Neira Ayuso | 1 | -2/+6 |
2012-06-28 | sock_diag: Do not use RTA_PUT() macros | Thomas Graf | 1 | -9/+3 |
2012-06-04 | sock_diag: add SK_MEMINFO_BACKLOG | Eric Dumazet | 1 | -0/+1 |
2012-04-26 | net: sock_diag_handler structs can be const | Shan Wei | 1 | -6/+6 |
2011-12-31 | sock_diag: Introduce the meminfo nla core (v2) | Pavel Emelyanov | 1 | -0/+23 |
2011-12-16 | sock_diag: Generalize requests cookies managements | Pavel Emelyanov | 1 | -0/+19 |
2011-12-16 | sock_diag: Fix module netlink aliases | Pavel Emelyanov | 1 | -2/+2 |
2011-12-09 | sock_diag: off by one checks | Dan Carpenter | 1 | -2/+2 |
2011-12-06 | sock_diag: Move the sock_ code to net/core/ | Pavel Emelyanov | 1 | -0/+150 |