summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: conntrack: fix crash due to confirmed bit load reorderingFlorian Westphal2022-07-071-0/+1
* netfilter: ctnetlink: fix up for "netfilter: conntrack: remove unconfirmed list"Stephen Rothwell2022-05-181-0/+2
* netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()Pablo Neira Ayuso2022-05-131-2/+8
* netfilter: conntrack: remove unconfirmed listFlorian Westphal2022-05-131-43/+1
* netfilter: conntrack: remove the percpu dying listFlorian Westphal2022-05-131-16/+7
* netfilter: conntrack: include ecache dying list in dumpsFlorian Westphal2022-05-131-0/+43
* netfilter: conntrack: split inner loop of list dumping to own functionFlorian Westphal2022-04-081-25/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-101-1/+2
|\
| * netfilter: ctnetlink: disable helper autoassignFlorian Westphal2022-02-041-1/+2
* | netfilter: ctnetlink: use dump structure instead of raw argsFlorian Westphal2022-02-091-12/+24
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2022-01-091-5/+5
|\
| * netfilter: make function op structures constFlorian Westphal2022-01-091-2/+2
| * netfilter: conntrack: convert to refcount_t apiFlorian Westphal2022-01-091-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-2/+3
|\ \ | |/ |/|
| * netfilter: ctnetlink: remove expired entries firstFlorian Westphal2021-12-161-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2021-12-151-1/+1
|\ \
| * | netfilter: ctnetlink: remove useless type conversion to boolBernard Zhao2021-11-301-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-1/+1
|\ \ \ | |/ / |/| / | |/
| * netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet2021-12-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-4/+2
|\|
| * netfilter: ctnetlink: do not erase error code with EINVALFlorent Fourcot2021-11-081-3/+1
| * netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLYFlorent Fourcot2021-11-081-1/+1
* | net: align static siphash keysEric Dumazet2021-11-161-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-09-031-1/+3
|\
| * netfilter: refuse insertion if chain has grown too largeFlorian Westphal2021-08-301-1/+3
* | netfilter: ctnetlink: missing counters and timestamp in nfnetlink_{log,queue}Pablo Neira Ayuso2021-08-251-0/+6
* | netfilter: ecache: remove nf_exp_event_notifier structureFlorian Westphal2021-08-251-27/+3
* | netfilter: ecache: prepare for event notifier mergeFlorian Westphal2021-08-251-16/+6
* | netfilter: ecache: remove one indent levelFlorian Westphal2021-08-251-1/+1
* | netfilter: ctnetlink: allow to filter dump by status bitsFlorian Westphal2021-08-051-1/+33
* | netfilter: ctnetlink: add and use a helper for mark parsingFlorian Westphal2021-08-051-15/+27
|/
* netfilter: ctnetlink: suspicious RCU usage in ctnetlink_dump_helpinfoVasily Averin2021-07-021-0/+3
* netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso2021-06-071-14/+9
* netfilter: use nfnetlink_unicast()Pablo Neira Ayuso2021-05-291-47/+18
* netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso2021-04-261-26/+62
* netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso2021-04-261-113/+101
* netfilter: conntrack: move ct counter to net_generic dataFlorian Westphal2021-04-131-2/+3
* netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso2021-03-311-56/+21
* netfilter: ctnetlink: fix dump of the expect mask attributeFlorian Westphal2021-03-151-0/+1
* netfilter: ctnetlink: remove get_ct indirectionFlorian Westphal2021-01-251-7/+0
* netfilter: ctnetlink: add timeout and protoinfo to destroy eventsFlorian Westphal2020-12-121-11/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-17/+5
|\
| * netfilter: ctnetlink: fix mark based dump filtering regressionMartin Willi2020-09-081-16/+3
| * netfilter: ctnetlink: add a range check for l3/l4 protonumWill McVicker2020-09-081-1/+2
* | netfilter: conntrack: add clash resolution stat counterFlorian Westphal2020-08-281-1/+3
* | netfilter: conntrack: remove ignore statsFlorian Westphal2020-08-281-1/+0
|/
* netfilter: ctnetlink: memleak in filter initialization error pathPablo Neira Ayuso2020-06-101-10/+22
* netfilter: ctnetlink: add kernel side filtering for dumpRomain Bellan2020-05-271-39/+295
* netfilter: ctnetlink: be more strict when NF_CONNTRACK_MARK is not setRomain Bellan2020-03-301-1/+1
* netfilter: ctnetlink: Add missing annotation for ctnetlink_parse_nat_setup()Jules Irenge2020-03-271-0/+1