aboutsummaryrefslogtreecommitdiffstats
path: root/net/packet/diag.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-11net/packet: Add getsockopt support for PACKET_COPY_THRESHJuntong Deng1-1/+1
2024-01-23sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet1-0/+1
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski1-0/+1
2023-05-25af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima1-1/+1
2023-04-21net/packet: support mergeable feature of virtioJianfeng Tan1-1/+1
2023-03-17net/packet: convert po->running to an atomic flagEric Dumazet1-1/+1
2023-03-17net/packet: convert po->has_vnet_hdr to an atomic flagEric Dumazet1-1/+1
2023-03-17net/packet: convert po->tp_loss to an atomic flagEric Dumazet1-1/+1
2023-03-17net/packet: annotate accesses to po->tp_tstampEric Dumazet1-1/+1
2023-03-17net/packet: convert po->auxdata to an atomic flagEric Dumazet1-1/+1
2023-03-17net/packet: convert po->origdev to an atomic flagEric Dumazet1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2017-01-10packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3Sowmini Varadhan1-2/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-04-24net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman1-1/+6
2014-04-22net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski1-1/+1
2014-01-16packet: use percpu mmap tx frame pending refcountDaniel Borkmann1-0/+1
2013-04-29sock_diag: allow to dump bpf filtersNicolas Dichtel1-0/+4
2013-04-29packet_diag: disclose meminfo valuesNicolas Dichtel1-0/+4
2013-04-29packet_diag: disclose uid valueNicolas Dichtel1-5/+14
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-3/+3
2012-08-22packet: Protect packet sk list with mutex (v2)Pavel Emelyanov1-3/+3
2012-08-20packet: Report fanout status via diag enginePavel Emelyanov1-0/+20
2012-08-20packet: Report rings cfg via diag enginePavel Emelyanov1-1/+47
2012-08-14packet: Report socket mclist info via diag modulePavel Emelyanov1-0/+39
2012-08-14packet: Report more packet sk info via diag modulePavel Emelyanov1-0/+33
2012-08-14packet: Diag core and basic socket info dumpingPavel Emelyanov1-0/+104