summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp_diag.c
Commit message (Expand)AuthorAgeFilesLines
* net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti2016-09-081-4/+6
* net: diag: make udp_diag_destroy work for mapped addresses.Lorenzo Colitti2016-09-071-2/+2
* net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern2016-08-231-0/+79
* udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet2016-04-041-9/+9
* soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-041-2/+2
* sock_diag: specify info_size per inet protocolCraig Gallek2015-06-151-0/+2
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-1/+1
* inet_diag: add const to inet_diag_req_v2Eric Dumazet2015-03-101-9/+13
* udp_diag: Fix socket skipping within chainHerbert Xu2015-01-271-1/+3
* netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy2013-04-191-2/+2
* net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-3/+3
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-3/+3
* userns: Teach inet_diag to work with user namespacesEric W. Biederman2012-08-141-1/+4
* net: make sock diag per-namespaceAndrey Vagin2012-07-161-3/+7
* udp_diag: implement idiag_get_info for udp/udplite to get queue informationShan Wei2012-04-251-0/+9
* net: kill duplicate included headerShan Wei2012-01-171-1/+0
* inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov2012-01-111-7/+7
* sock_diag: Generalize requests cookies managementsPavel Emelyanov2011-12-161-1/+1
* sock_diag: Fix module netlink aliasesPavel Emelyanov2011-12-161-2/+2
* udp_diag: Fix the !ipv6 casePavel Emelyanov2011-12-101-0/+2
* udp_diag: Implement the dump-all functionalityPavel Emelyanov2011-12-091-0/+54
* udp_diag: Implement the get_exact dumping functionalityPavel Emelyanov2011-12-091-1/+51
* udp_diag: Basic skeletonPavel Emelyanov2011-12-091-0/+95