| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-11 | net: af_packet: Use hrtimer to do the retire operation | Xin Zhao | 1 | -1/+1 |
| 2025-06-23 | net: remove sock_i_uid() | Eric Dumazet | 1 | -1/+1 |
| 2024-03-11 | net/packet: Add getsockopt support for PACKET_COPY_THRESH | Juntong Deng | 1 | -1/+1 |
| 2024-01-23 | sock_diag: add module pointer to "struct sock_diag_handler" | Eric Dumazet | 1 | -0/+1 |
| 2023-11-19 | net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules | Jakub Kicinski | 1 | -0/+1 |
| 2023-05-25 | af_packet: Fix data-races of pkt_sk(sk)->num. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2023-04-21 | net/packet: support mergeable feature of virtio | Jianfeng Tan | 1 | -1/+1 |
| 2023-03-17 | net/packet: convert po->running to an atomic flag | Eric Dumazet | 1 | -1/+1 |
| 2023-03-17 | net/packet: convert po->has_vnet_hdr to an atomic flag | Eric Dumazet | 1 | -1/+1 |
| 2023-03-17 | net/packet: convert po->tp_loss to an atomic flag | Eric Dumazet | 1 | -1/+1 |
| 2023-03-17 | net/packet: annotate accesses to po->tp_tstamp | Eric Dumazet | 1 | -1/+1 |
| 2023-03-17 | net/packet: convert po->auxdata to an atomic flag | Eric Dumazet | 1 | -1/+1 |
| 2023-03-17 | net/packet: convert po->origdev to an atomic flag | Eric Dumazet | 1 | -1/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -1/+1 |
| 2017-01-10 | packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3 | Sowmini Varadhan | 1 | -2/+1 |
| 2015-01-18 | netlink: make nlmsg_end() and genlmsg_end() void | Johannes Berg | 1 | -1/+2 |
| 2014-04-24 | net: Use netlink_ns_capable to verify the permisions of netlink messages | Eric W. Biederman | 1 | -1/+1 |
| 2014-04-24 | net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dump | Eric W. Biederman | 1 | -1/+6 |
| 2014-04-22 | net: Fix ns_capable check in sock_diag_put_filterinfo | Andrew Lutomirski | 1 | -1/+1 |
| 2014-01-16 | packet: use percpu mmap tx frame pending refcount | Daniel Borkmann | 1 | -0/+1 |
| 2013-04-29 | sock_diag: allow to dump bpf filters | Nicolas Dichtel | 1 | -0/+4 |
| 2013-04-29 | packet_diag: disclose meminfo values | Nicolas Dichtel | 1 | -0/+4 |
| 2013-04-29 | packet_diag: disclose uid value | Nicolas Dichtel | 1 | -5/+14 |
| 2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -2/+1 |
| 2012-09-10 | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 1 | -3/+3 |
| 2012-08-22 | packet: Protect packet sk list with mutex (v2) | Pavel Emelyanov | 1 | -3/+3 |
| 2012-08-20 | packet: Report fanout status via diag engine | Pavel Emelyanov | 1 | -0/+20 |
| 2012-08-20 | packet: Report rings cfg via diag engine | Pavel Emelyanov | 1 | -1/+47 |
| 2012-08-14 | packet: Report socket mclist info via diag module | Pavel Emelyanov | 1 | -0/+39 |
| 2012-08-14 | packet: Report more packet sk info via diag module | Pavel Emelyanov | 1 | -0/+33 |
| 2012-08-14 | packet: Diag core and basic socket info dumping | Pavel Emelyanov | 1 | -0/+104 |