aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-20netfilter: ctnetlink: remove refcounting in dying list dumpingFlorian Westphal1-29/+10
2025-08-07netfilter: ctnetlink: remove refcounting in expectation dumpersFlorian Westphal1-24/+17
2025-08-07netfilter: ctnetlink: fix refcount leak on table dumpFlorian Westphal1-11/+13
2025-07-03netfilter: conntrack: remove DCCP protocol supportPablo Neira Ayuso1-1/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+25
2025-01-09netfilter: conntrack: add conntrack event timestampFlorian Westphal1-0/+25
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler1-6/+6
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler1-5/+5
2024-10-10genetlink: extend info user-storage to match NL cb ctxPaolo Abeni1-1/+1
2024-09-26netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E...Simon Horman1-5/+2
2024-09-26netfilter: ctnetlink: Guard possible unused functionsAndy Shevchenko1-1/+1
2024-09-03netfilter: ctnetlink: support CTA_FILTER for flushChangliang Wu1-6/+3
2024-07-17netfilter: ctnetlink: use helper function to calculate expect IDPablo Neira Ayuso1-1/+2
2024-02-08netfilter: ctnetlink: fix filtering for zone 0Felix Huettner1-4/+8
2023-12-22netfilter: ctnetlink: support filtering by zoneFelix Huettner1-4/+8
2023-11-08netfilter: add missing module descriptionsFlorian Westphal1-0/+1
2023-07-27netfilter: conntrack: validate cta_ip via parsingLin Ma1-6/+2
2023-05-17netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix1-0/+4
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-4/+12
2023-04-19netfilter: conntrack: fix wrong ct->timeout valueTzung-Bi Shih1-4/+9
2023-04-19netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_in...Pablo Neira Ayuso1-0/+3
2023-03-30netfilter: ctnetlink: Support offloaded conntrack entry deletionPaul Blakey1-8/+0
2023-03-06netfilter: ctnetlink: revert to dumping mark regardless of event typeIvan Delalande1-7/+7
2023-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-4/+4
2023-02-22netfilter: conntrack: fix rmmod double-free raceFlorian Westphal1-3/+0
2023-02-22netfilter: ctnetlink: fix possible refcount leak in ctnetlink_create_conntrack()Hangyu Hua1-1/+4
2023-01-24netlink: fix spelling mistake in dump size assertJakub Kicinski1-1/+1
2023-01-05netlink: add macro for checking dump ctx sizeJakub Kicinski1-1/+1
2022-11-30netfilter: ctnetlink: fix compilation warning after data race fixes in ct markPablo Neira Ayuso1-9/+10
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu1-10/+14
2022-08-31netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso1-5/+0
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-50/+4
2022-07-21net: netfilter: Add kfuncs to set and change CT statusLorenzo Bianconi1-37/+2
2022-07-21net: netfilter: Add kfuncs to set and change CT timeoutKumar Kartikeya Dwivedi1-8/+1
2022-07-21net: netfilter: Add kfuncs to allocate and insert CTLorenzo Bianconi1-6/+2
2022-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-2/+7
2022-07-11netfilter: nf_conntrack: use rcu accessors where neededFlorian Westphal1-2/+7
2022-07-07netfilter: conntrack: fix crash due to confirmed bit load reorderingFlorian Westphal1-0/+1
2022-05-18netfilter: ctnetlink: fix up for "netfilter: conntrack: remove unconfirmed list"Stephen Rothwell1-0/+2
2022-05-13netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()Pablo Neira Ayuso1-2/+8
2022-05-13netfilter: conntrack: remove unconfirmed listFlorian Westphal1-43/+1
2022-05-13netfilter: conntrack: remove the percpu dying listFlorian Westphal1-16/+7
2022-05-13netfilter: conntrack: include ecache dying list in dumpsFlorian Westphal1-0/+43
2022-04-08netfilter: conntrack: split inner loop of list dumping to own functionFlorian Westphal1-25/+43
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-02-09netfilter: ctnetlink: use dump structure instead of raw argsFlorian Westphal1-12/+24
2022-02-04netfilter: ctnetlink: disable helper autoassignFlorian Westphal1-1/+2
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-5/+5
2022-01-09netfilter: make function op structures constFlorian Westphal1-2/+2