summaryrefslogtreecommitdiff
path: root/net/ipv4/raw_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
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-04raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima
2023-03-17inet_diag: constify raw_lookup() socket argumentEric Dumazet
2022-06-21raw: complete rcu conversionEric Dumazet
2022-06-20raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima
2022-06-19raw: convert raw sockets to RCUEric Dumazet
2022-06-19raw: use more conventional iteratorsEric Dumazet
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng
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-07-03net: don't warn in inet diag when IPV6 is disabledStephen Hemminger
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2017-08-07net: ipv6: add second dif to raw socket lookupsDavid Ahern
2017-08-07net: ipv4: add second dif to raw socket lookupsDavid Ahern
2016-11-03net: ip, raw_diag -- Use jump for exiting from nested loopCyrill Gorcunov
2016-11-03net: ip, raw_diag -- Fix socket leaking for destroy requestCyrill Gorcunov
2016-10-29net: ip, diag: include net/inet_sock.hArnd Bergmann
2016-10-23net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov