Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-10net: udp: remove redundant initialization in udp_dump_oneMenglong Dong
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-09inet_diag: return classid for all socket typesDmitry Yakunin
2020-02-28inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau
2020-02-28inet_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-29net: diag: document swapped src/dst in udp_dump_one.Lorenzo Colitti
2018-06-09udp: 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-09net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti
2016-09-08net: diag: make udp_diag_destroy work for mapped addresses.Lorenzo Colitti
2016-08-24net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern
2016-04-05udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet
2016-01-05soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2015-06-16sock_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-15userns: Teach inet_diag to work with user namespacesEric W. Biederman
2012-07-17net: make sock diag per-namespaceAndrey Vagin
2012-04-26udp_diag: implement idiag_get_info for udp/udplite to get queue informationShan Wei
2012-01-17net: kill duplicate included headerShan Wei
2012-01-12inet_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