summaryrefslogtreecommitdiff
path: root/net/packet/diag.c
AgeCommit message (Expand)Author
2024-03-11net/packet: Add getsockopt support for PACKET_COPY_THRESHJuntong Deng
2024-01-23sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski
2023-05-25af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima
2023-04-21net/packet: support mergeable feature of virtioJianfeng Tan
2023-03-17net/packet: convert po->running to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->has_vnet_hdr to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->tp_loss to an atomic flagEric Dumazet
2023-03-17net/packet: annotate accesses to po->tp_tstampEric Dumazet
2023-03-17net/packet: convert po->auxdata to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->origdev to an atomic flagEric Dumazet
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2017-01-10packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3Sowmini Varadhan
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-04-24net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman
2014-04-22net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski
2014-01-16packet: use percpu mmap tx frame pending refcountDaniel Borkmann
2013-04-29sock_diag: allow to dump bpf filtersNicolas Dichtel
2013-04-29packet_diag: disclose meminfo valuesNicolas Dichtel
2013-04-29packet_diag: disclose uid valueNicolas Dichtel
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-08-22packet: Protect packet sk list with mutex (v2)Pavel Emelyanov
2012-08-20packet: Report fanout status via diag enginePavel Emelyanov
2012-08-20packet: Report rings cfg via diag enginePavel Emelyanov
2012-08-14packet: Report socket mclist info via diag modulePavel Emelyanov
2012-08-14packet: Report more packet sk info via diag modulePavel Emelyanov
2012-08-14packet: Diag core and basic socket info dumpingPavel Emelyanov