aboutsummaryrefslogtreecommitdiffstats
path: root/net/packet/diag.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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