index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
raw_diag.c
Age
Commit message (
Expand
)
Author
2024-01-23
inet_diag: add module pointer to "struct inet_diag_handler"
Eric Dumazet
2023-11-19
net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules
Jakub Kicinski
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-04
raw: Fix NULL deref in raw_get_next().
Kuniyuki Iwashima
2023-03-17
inet_diag: constify raw_lookup() socket argument
Eric Dumazet
2022-06-21
raw: complete rcu conversion
Eric Dumazet
2022-06-20
raw: Use helpers for the hlist_nulls variant.
Kuniyuki Iwashima
2022-06-19
raw: convert raw sockets to RCU
Eric Dumazet
2022-06-19
raw: use more conventional iterators
Eric Dumazet
2021-07-13
net: Use nlmsg_unicast() instead of netlink_unicast()
Yajun Deng
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-08
inet_diag: return classid for all socket types
Dmitry Yakunin
2020-02-27
inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data
Martin KaFai Lau
2020-02-27
inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()
Martin KaFai Lau
2019-07-03
net: don't warn in inet diag when IPV6 is disabled
Stephen Hemminger
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2017-08-07
net: ipv6: add second dif to raw socket lookups
David Ahern
2017-08-07
net: ipv4: add second dif to raw socket lookups
David Ahern
2016-11-03
net: ip, raw_diag -- Use jump for exiting from nested loop
Cyrill Gorcunov
2016-11-03
net: ip, raw_diag -- Fix socket leaking for destroy request
Cyrill Gorcunov
2016-10-29
net: ip, diag: include net/inet_sock.h
Arnd Bergmann
2016-10-23
net: ip, diag -- Add diag interface for raw sockets
Cyrill Gorcunov