aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_acct.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-29netfilter: use nfnetlink_unicast()Pablo Neira Ayuso1-6/+3
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso1-12/+24
2021-04-26netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso1-25/+19
2021-04-06netfilter: nfnetlink: add and use nfnetlink_broadcastFlorian Westphal1-2/+1
2021-03-31netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso1-8/+3
2020-12-01netfilter: nfnl_acct: remove data from struct netWang Shanker1-9/+29
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-1/+1
2020-07-29netfilter: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 77Thomas Gleixner1-4/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2018-08-16netfilter: fix memory leaks on netlink_dump_start errorFlorian Westphal1-16/+13
2018-05-24netfilter: provide correct argument to nla_strlcpy()Eric Dumazet1-1/+1
2018-05-08netfilter: prefer nla_strlcpy for dealing with NLA_STRING attributesFlorian Westphal1-1/+1
2018-03-05netfilter: nfnetlink_acct: remove useless parameterTaehee Yoo1-2/+1
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso1-2/+0
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso1-3/+6
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+2
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso1-1/+1
2017-03-20netfilter: fix the warning on unused refcount variableReshetova, Elena1-1/+0
2017-03-17netfilter: refcounter conversionsReshetova, Elena1-7/+9
2016-08-25netfilter: nfnetlink: use list_for_each_entry_safe to delete all objectsLiping Zhang1-3/+3
2016-08-18netfilter: nfnetlink_acct: fix race between nfacct del and xt_nfacct destroyLiping Zhang1-4/+4
2016-08-18netfilter: nfnetlink_acct: report overquota to the right netnsLiping Zhang1-4/+5
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-05-05netfilter: nfnetlink_acct: validate NFACCT_QUOTA parameterPhil Turnbull1-0/+2
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel1-3/+6
2016-02-29netfilter: nfnetlink_acct: validate NFACCT_FILTER parametersPhil Turnbull1-0/+3
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso1-12/+9
2015-08-07netfilter: nfacct: per network namespace supportAndreas Schultz1-21/+50
2014-08-26netfilter: nfnetlink_acct: add filter support to nfacct counter list/resetAlexey Perevalov1-0/+54
2014-07-31netfilter: nfnetlink_acct: avoid using NFACCT_F_OVERQUOTA with bit helper functionsAlexey Perevalov1-3/+5
2014-07-30netfilter: nfnetlink_acct: dump unmodified nfacct flagsAlexey Perevalov1-1/+3
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+85
2014-06-02netfilter: nfnetlink_acct: Fix memory leakMathieu Poirier1-1/+0
2014-04-29netfilter: nfnetlink_acct: Adding quota support to accounting frameworkMathieu Poirier1-0/+85
2013-06-05netfilter: nfnetlink_acct: fix incomplete dumping of objectsPablo Neira Ayuso1-2/+5
2013-03-25netfilter: nfnetlink_acct: return -EINVAL if object name is emptyPablo Neira Ayuso1-0/+2
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-6/+6
2012-08-20netfilter: sparse endian fixesPatrick McHardy1-2/+2
2012-04-01nfnetlink_acct: Stop using NLA_PUT*().David S. Miller1-4/+6
2012-04-01net/netfilter/nfnetlink_acct.c: use linux/atomic.hAndrew Morton1-1/+1
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-2/+4
2012-01-01netfilter: nfnetlink_acct: fix nfnl_acct_get operationPablo Neira Ayuso1-4/+13
2011-12-25netfilter: add extended accounting infrastructure over nfnetlinkPablo Neira Ayuso1-0/+352