| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-14 | net: use NUMA drop counters for softnet_data.dropped | Eric Dumazet | 1 | -1/+1 |
| 2025-08-28 | inet: raw: add drop_counters to raw sockets | Eric Dumazet | 1 | -0/+1 |
| 2023-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2023-04-04 | raw: Fix NULL deref in raw_get_next(). | Kuniyuki Iwashima | 1 | -2/+2 |
| 2023-03-18 | raw: preserve const qualifier in raw_sk() | Eric Dumazet | 1 | -4/+1 |
| 2023-03-17 | ipv4: raw: constify raw_v4_match() socket argument | Eric Dumazet | 1 | -1/+1 |
| 2023-02-03 | raw: use net_hash_mix() in hash function | Eric Dumazet | 1 | -2/+11 |
| 2022-07-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2022-07-13 | raw: Fix a data-race around sysctl_raw_l3mdev_accept. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-06-21 | raw: complete rcu conversion | Eric Dumazet | 1 | -2/+2 |
| 2022-06-19 | raw: convert raw sockets to RCU | Eric Dumazet | 1 | -1/+10 |
| 2022-06-19 | raw: use more conventional iterators | Eric Dumazet | 1 | -3/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2018-11-07 | net: fix raw socket lookup device bind matching with VRFs | Duncan Eastoe | 1 | -1/+12 |
| 2018-11-07 | net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFs | Mike Manning | 1 | -0/+1 |
| 2018-05-16 | ipv{4,6}/raw: simplify ѕeq_file code | Christoph Hellwig | 1 | -4/+0 |
| 2017-08-07 | net: ipv4: add second dif to raw socket lookups | David Ahern | 1 | -1/+1 |
| 2016-10-23 | net: ip, diag -- Add diag interface for raw sockets | Cyrill Gorcunov | 1 | -0/+6 |
| 2016-02-11 | sock: struct proto hash function may error | Craig Gallek | 1 | -1/+1 |
| 2013-09-23 | raw/rawv6.h: Remove extern from function prototypes | Joe Perches | 1 | -3/+3 |
| 2010-09-08 | include/net/raw.h: Convert raw_seq_private macro to inline | Joe Perches | 1 | -1/+4 |
| 2010-04-13 | ipv4: ipmr: support multiple tables | Patrick McHardy | 1 | -0/+1 |
| 2010-04-13 | ipv4: raw: move struct raw_sock and raw_sk() to include/net/raw.h | Patrick McHardy | 1 | -0/+12 |
| 2008-03-22 | [RAW]: Add raw_hashinfo member on struct proto. | Pavel Emelyanov | 1 | -2/+2 |
| 2008-01-31 | [RAW]: Wrong content of the /proc/net/raw6. | Denis V. Lunev | 1 | -1/+2 |
| 2008-01-31 | [RAW]: Family check in the /proc/net/raw[6] is extra. | Denis V. Lunev | 1 | -3/+1 |
| 2008-01-28 | [NETNS][RAW]: Make /proc/net/raw(6) show per-namespace socket list. | Pavel Emelyanov | 1 | -1/+2 |
| 2008-01-28 | [RAW]: Consolidate proc interface. | Pavel Emelyanov | 1 | -0/+14 |
| 2008-01-28 | [RAW]: Consolidate proto->unhash callback | Pavel Emelyanov | 1 | -0/+1 |
| 2008-01-28 | [RAW]: Consolidate proto->hash callback | Pavel Emelyanov | 1 | -0/+2 |
| 2008-01-28 | [RAW]: Introduce raw_hashinfo structure | Pavel Emelyanov | 1 | -0/+7 |
| 2008-01-28 | [IPv4] RAW: Compact the API for the kernel | Pavel Emelyanov | 1 | -16/+3 |
| 2006-06-20 | Merge git://git.infradead.org/hdrcleanup-2.6 | Linus Torvalds | 1 | -1/+0 |
| 2006-06-17 | [IPV4]: Right prototype of __raw_v4_lookup() | Alexey Dobriyan | 1 | -1/+1 |
| 2006-04-26 | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 1 | -1/+0 |
| 2006-01-03 | [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2005-08-29 | [NET]: Fix sparse warnings | Arnaldo Carvalho de Melo | 1 | -1/+6 |
| 2005-08-29 | [IPV4/6]: Check if packet was actually delivered to a raw socket to decide wh... | Patrick McHardy | 1 | -1/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+42 |