summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_conntrack_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-261-4/+12
|\
| * netfilter: conntrack: fix wrong ct->timeout valueTzung-Bi Shih2023-04-191-4/+9
| * netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_in...Pablo Neira Ayuso2023-04-191-0/+3
* | netfilter: ctnetlink: Support offloaded conntrack entry deletionPaul Blakey2023-03-301-8/+0
|/
* netfilter: ctnetlink: revert to dumping mark regardless of event typeIvan Delalande2023-03-061-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-02-221-4/+4
|\
| * netfilter: conntrack: fix rmmod double-free raceFlorian Westphal2023-02-221-3/+0
| * netfilter: ctnetlink: fix possible refcount leak in ctnetlink_create_conntrack()Hangyu Hua2023-02-221-1/+4
* | netlink: fix spelling mistake in dump size assertJakub Kicinski2023-01-241-1/+1
* | netlink: add macro for checking dump ctx sizeJakub Kicinski2023-01-051-1/+1
|/
* netfilter: ctnetlink: fix compilation warning after data race fixes in ct markPablo Neira Ayuso2022-11-301-9/+10
* netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-11-181-10/+14
* netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso2022-08-311-5/+0
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-221-50/+4
|\
| * net: netfilter: Add kfuncs to set and change CT statusLorenzo Bianconi2022-07-211-37/+2
| * net: netfilter: Add kfuncs to set and change CT timeoutKumar Kartikeya Dwivedi2022-07-211-8/+1
| * net: netfilter: Add kfuncs to allocate and insert CTLorenzo Bianconi2022-07-211-6/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-07-201-2/+7
|\ \
| * | netfilter: nf_conntrack: use rcu accessors where neededFlorian Westphal2022-07-111-2/+7
| |/
* | 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
|/