summaryrefslogtreecommitdiffstats
path: root/net/core/sock_diag.c
Commit message (Expand)AuthorAgeFilesLines
* sock_diag: request _diag module only when the family or proto has been regist...Xin Long2018-03-121-8/+4
* 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-231-1/+1
* sock: introduce SO_MEMINFO getsockoptJosh Hunt2017-03-221-9/+1
* sock_diag: align nlattr properly when neededNicolas Dichtel2016-04-261-1/+1
* sock_diag: add SK_MEMINFO_DROPSEric Dumazet2016-04-041-0/+1
* net: diag: Add the ability to destroy a socket.Lorenzo Colitti2015-12-151-3/+20
* net/core: make sock_diag.c explicitly non-modularPaul Gortmaker2015-10-091-11/+3
* sock, diag: fix panic in sock_diag_put_filterinfoDaniel Borkmann2015-09-021-0/+3
* sock_diag: define destruction multicast groupsCraig Gallek2015-06-151-0/+85
* net: add real socket cookiesEric Dumazet2015-03-111-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-021-1/+1
* net: filter: rename sk_filter_proglen -> bpf_classic_proglenAlexei Starovoitov2014-08-021-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/+10
* sock_diag: fix filter code sent to userspaceNicolas Dichtel2013-06-101-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/+7
* 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-081-2/+1
* net: make sock diag per-namespaceAndrey Vagin2012-07-161-7/+20
* netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-291-2/+6
* sock_diag: Do not use RTA_PUT() macrosThomas Graf2012-06-271-9/+3
* sock_diag: add SK_MEMINFO_BACKLOGEric Dumazet2012-06-041-0/+1
* net: sock_diag_handler structs can be constShan Wei2012-04-251-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-081-2/+2
* sock_diag: Move the sock_ code to net/core/Pavel Emelyanov2011-12-061-0/+150
OpenPOWER on IntegriCloud