summaryrefslogtreecommitdiffstats
path: root/net/core/sock_diag.c
Commit message (Expand)AuthorAgeFilesLines
* sock: make cookie generation global instead of per netnsDaniel Borkmann2019-08-091-1/+2
* net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()Jeremy Cline2018-08-141-0/+2
* sock_diag: request _diag module only when the family or proto has been regist...Xin Long2018-03-121-8/+4Star
* net: core: fix module type in sock_diag_bindAndrii Vladyka2018-01-091-1/+1
* netlink: extended ACK reportingJohannes Berg2017-04-131-1/+2
* Add a helper function to get socket cookie in eBPFChenbo Feng2017-03-241-1/+1
* sock: introduce SO_MEMINFO getsockoptJosh Hunt2017-03-221-9/+1Star
* sock_diag: align nlattr properly when neededNicolas Dichtel2016-04-261-1/+1
* sock_diag: add SK_MEMINFO_DROPSEric Dumazet2016-04-051-0/+1
* net: diag: Add the ability to destroy a socket.Lorenzo Colitti2015-12-161-3/+20
* net/core: make sock_diag.c explicitly non-modularPaul Gortmaker2015-10-091-11/+3Star
* sock, diag: fix panic in sock_diag_put_filterinfoDaniel Borkmann2015-09-021-0/+3
* sock_diag: define destruction multicast groupsCraig Gallek2015-06-161-0/+85
* net: add real socket cookiesEric Dumazet2015-03-121-10/+27
* net: constify sock_diag_check_cookie()Eric Dumazet2015-03-101-1/+1
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-031-1/+1
* net: filter: rename sk_filter_proglen -> bpf_classic_proglenAlexei Starovoitov2014-08-031-1/+1
* net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman2014-04-241-2/+2
* net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2014-04-221-2/+2
* net: filter: keep original BPF program aroundDaniel Borkmann2014-03-311-13/+10Star
* sock_diag: fix filter code sent to userspaceNicolas Dichtel2013-06-111-2/+7
* sock_diag: allow to dump bpf filtersNicolas Dichtel2013-04-291-0/+33
* sock_diag: Simplify sock_diag_handlers[] handling in __sock_diag_rcv_msgMathias Krause2013-02-231-17/+7Star
* sock_diag: Fix out-of-bounds access to sock_diag_handlers[]Mathias Krause2013-02-231-0/+3
* netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-091-2/+1Star
* net: make sock diag per-namespaceAndrey Vagin2012-07-171-7/+20
* netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-301-2/+6
* sock_diag: Do not use RTA_PUT() macrosThomas Graf2012-06-281-9/+3Star
* sock_diag: add SK_MEMINFO_BACKLOGEric Dumazet2012-06-041-0/+1
* net: sock_diag_handler structs can be constShan Wei2012-04-261-6/+6
* sock_diag: Introduce the meminfo nla core (v2)Pavel Emelyanov2011-12-301-0/+23
* sock_diag: Generalize requests cookies managementsPavel Emelyanov2011-12-161-0/+19
* sock_diag: Fix module netlink aliasesPavel Emelyanov2011-12-161-2/+2
* sock_diag: off by one checksDan Carpenter2011-12-091-2/+2
* sock_diag: Move the sock_ code to net/core/Pavel Emelyanov2011-12-061-0/+150