summaryrefslogtreecommitdiff
path: root/net/ipv4/udp_diag.c
AgeCommit message (Expand)Author
2024-01-23inet_diag: add module pointer to "struct inet_diag_handler"Eric Dumazet
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski
2022-11-16udp: Access &udp_table via net.Kuniyuki Iwashima
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng
2020-11-09net: udp: remove redundant initialization in udp_dump_oneMenglong Dong
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-08inet_diag: return classid for all socket typesDmitry Yakunin
2020-02-27inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau
2020-02-27inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-10-28net: diag: document swapped src/dst in udp_dump_one.Lorenzo Colitti
2018-06-08udp: fix rx queue len reported by diag and proc interfacePaolo Abeni
2017-08-07net: ipv6: add second dif to udp socket lookupsDavid Ahern
2017-08-07net: ipv4: add second dif to udp socket lookupsDavid Ahern
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2016-09-08net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti
2016-09-07net: diag: make udp_diag_destroy work for mapped addresses.Lorenzo Colitti
2016-08-23net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2015-06-15sock_diag: specify info_size per inet protocolCraig Gallek
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-03-10inet_diag: add const to inet_diag_req_v2Eric Dumazet
2015-01-27udp_diag: Fix socket skipping within chainHerbert Xu
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-08-14userns: Teach inet_diag to work with user namespacesEric W. Biederman
2012-07-16net: make sock diag per-namespaceAndrey Vagin
2012-04-25udp_diag: implement idiag_get_info for udp/udplite to get queue informationShan Wei
2012-01-17net: kill duplicate included headerShan Wei
2012-01-11inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov
2011-12-16sock_diag: Generalize requests cookies managementsPavel Emelyanov
2011-12-16sock_diag: Fix module netlink aliasesPavel Emelyanov
2011-12-10udp_diag: Fix the !ipv6 casePavel Emelyanov
2011-12-09udp_diag: Implement the dump-all functionalityPavel Emelyanov
2011-12-09udp_diag: Implement the get_exact dumping functionalityPavel Emelyanov
2011-12-09udp_diag: Basic skeletonPavel Emelyanov