summaryrefslogtreecommitdiff
path: root/net/ipv4/raw_diag.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-061-6/+4
|\
| * raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima2023-04-041-6/+4
* | inet_diag: constify raw_lookup() socket argumentEric Dumazet2023-03-171-1/+1
|/
* raw: complete rcu conversionEric Dumazet2022-06-211-2/+2
* raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima2022-06-201-2/+2
* raw: convert raw sockets to RCUEric Dumazet2022-06-191-9/+13
* raw: use more conventional iteratorsEric Dumazet2022-06-191-17/+16
* net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng2021-07-131-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-2/+3
|\
| * inet_diag: return classid for all socket typesDmitry Yakunin2020-03-081-2/+3
* | inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau2020-02-271-1/+5
* | inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau2020-02-271-12/+6
|/
* net: don't warn in inet diag when IPV6 is disabledStephen Hemminger2019-07-031-3/+0
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* net: ipv6: add second dif to raw socket lookupsDavid Ahern2017-08-071-1/+1
* net: ipv4: add second dif to raw socket lookupsDavid Ahern2017-08-071-1/+1
* net: ip, raw_diag -- Use jump for exiting from nested loopCyrill Gorcunov2016-11-031-1/+2
* net: ip, raw_diag -- Fix socket leaking for destroy requestCyrill Gorcunov2016-11-031-1/+4
* net: ip, diag: include net/inet_sock.hArnd Bergmann2016-10-291-0/+1
* net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov2016-10-231-0/+261