aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/udp_diag.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+3
2020-03-08inet_diag: return classid for all socket typesDmitry Yakunin1-2/+3
2020-02-27inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau1-6/+9
2020-02-27inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau1-15/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-10-28net: diag: document swapped src/dst in udp_dump_one.Lorenzo Colitti1-0/+1
2018-06-08udp: fix rx queue len reported by diag and proc interfacePaolo Abeni1-1/+1
2017-08-07net: ipv6: add second dif to udp socket lookupsDavid Ahern1-2/+2
2017-08-07net: ipv4: add second dif to udp socket lookupsDavid Ahern1-3/+3
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2016-09-08net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti1-4/+6
2016-09-07net: diag: make udp_diag_destroy work for mapped addresses.Lorenzo Colitti1-2/+2
2016-08-23net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern1-0/+79
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet1-9/+9
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek1-2/+2
2015-06-15sock_diag: specify info_size per inet protocolCraig Gallek1-0/+2
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-1/+1
2015-03-10inet_diag: add const to inet_diag_req_v2Eric Dumazet1-9/+13
2015-01-27udp_diag: Fix socket skipping within chainHerbert Xu1-1/+3
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy1-2/+2
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-3/+3
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-3/+3
2012-08-14userns: Teach inet_diag to work with user namespacesEric W. Biederman1-1/+4
2012-07-16net: make sock diag per-namespaceAndrey Vagin1-3/+7
2012-04-25udp_diag: implement idiag_get_info for udp/udplite to get queue informationShan Wei1-0/+9
2012-01-17net: kill duplicate included headerShan Wei1-1/+0
2012-01-11inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov1-7/+7
2011-12-16sock_diag: Generalize requests cookies managementsPavel Emelyanov1-1/+1
2011-12-16sock_diag: Fix module netlink aliasesPavel Emelyanov1-2/+2
2011-12-10udp_diag: Fix the !ipv6 casePavel Emelyanov1-0/+2
2011-12-09udp_diag: Implement the dump-all functionalityPavel Emelyanov1-0/+54
2011-12-09udp_diag: Implement the get_exact dumping functionalityPavel Emelyanov1-1/+51
2011-12-09udp_diag: Basic skeletonPavel Emelyanov1-0/+95