aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/raw_diag.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-21raw: complete rcu conversionEric Dumazet1-2/+2
2022-06-20raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima1-2/+2
2022-06-19raw: convert raw sockets to RCUEric Dumazet1-9/+13
2022-06-19raw: use more conventional iteratorsEric Dumazet1-17/+16
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng1-5/+2
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-1/+5
2020-02-27inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau1-12/+6
2019-07-03net: don't warn in inet diag when IPV6 is disabledStephen Hemminger1-3/+0
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2017-08-07net: ipv6: add second dif to raw socket lookupsDavid Ahern1-1/+1
2017-08-07net: ipv4: add second dif to raw socket lookupsDavid Ahern1-1/+1
2016-11-03net: ip, raw_diag -- Use jump for exiting from nested loopCyrill Gorcunov1-1/+2
2016-11-03net: ip, raw_diag -- Fix socket leaking for destroy requestCyrill Gorcunov1-1/+4
2016-10-29net: ip, diag: include net/inet_sock.hArnd Bergmann1-0/+1
2016-10-23net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov1-0/+261