aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-30netfilter: ctnetlink: remove useless type conversion to boolBernard Zhao1-1/+1
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+2
2021-11-16net: align static siphash keysEric Dumazet1-1/+1
2021-11-08netfilter: ctnetlink: do not erase error code with EINVALFlorent Fourcot1-3/+1
2021-11-08netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLYFlorent Fourcot1-1/+1
2021-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-1/+3
2021-08-30netfilter: refuse insertion if chain has grown too largeFlorian Westphal1-1/+3
2021-08-25netfilter: ctnetlink: missing counters and timestamp in nfnetlink_{log,queue}Pablo Neira Ayuso1-0/+6
2021-08-25netfilter: ecache: remove nf_exp_event_notifier structureFlorian Westphal1-27/+3
2021-08-25netfilter: ecache: prepare for event notifier mergeFlorian Westphal1-16/+6
2021-08-25netfilter: ecache: remove one indent levelFlorian Westphal1-1/+1
2021-08-05netfilter: ctnetlink: allow to filter dump by status bitsFlorian Westphal1-1/+33
2021-08-05netfilter: ctnetlink: add and use a helper for mark parsingFlorian Westphal1-15/+27
2021-07-02netfilter: ctnetlink: suspicious RCU usage in ctnetlink_dump_helpinfoVasily Averin1-0/+3
2021-06-07netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso1-14/+9
2021-05-29netfilter: use nfnetlink_unicast()Pablo Neira Ayuso1-47/+18
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso1-26/+62
2021-04-26netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso1-113/+101
2021-04-13netfilter: conntrack: move ct counter to net_generic dataFlorian Westphal1-2/+3
2021-03-31netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso1-56/+21
2021-03-15netfilter: ctnetlink: fix dump of the expect mask attributeFlorian Westphal1-0/+1
2021-01-25netfilter: ctnetlink: remove get_ct indirectionFlorian Westphal1-7/+0
2020-12-12netfilter: ctnetlink: add timeout and protoinfo to destroy eventsFlorian Westphal1-11/+20
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-17/+5
2020-09-08netfilter: ctnetlink: fix mark based dump filtering regressionMartin Willi1-16/+3
2020-09-08netfilter: ctnetlink: add a range check for l3/l4 protonumWill McVicker1-1/+2
2020-08-28netfilter: conntrack: add clash resolution stat counterFlorian Westphal1-1/+3
2020-08-28netfilter: conntrack: remove ignore statsFlorian Westphal1-1/+0
2020-06-10netfilter: ctnetlink: memleak in filter initialization error pathPablo Neira Ayuso1-10/+22
2020-05-27netfilter: ctnetlink: add kernel side filtering for dumpRomain Bellan1-39/+295
2020-03-30netfilter: ctnetlink: be more strict when NF_CONNTRACK_MARK is not setRomain Bellan1-1/+1
2020-03-27netfilter: ctnetlink: Add missing annotation for ctnetlink_parse_nat_setup()Jules Irenge1-0/+1
2019-11-29netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal1-0/+3
2019-10-17netfilter: ctnetlink: don't dump ct extensions of unconfirmed conntracksFlorian Westphal1-26/+50
2019-09-03netfilter: ctnetlink: honor IPS_OFFLOAD flagPablo Neira Ayuso1-2/+5
2019-07-16netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu1-2/+2
2019-06-26netfilter: ctnetlink: Fix regression in conntrack entry deletionFelix Kaechele1-3/+4
2019-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2019-05-06netfilter: ctnetlink: Resolve conntrack L3-protocol flush regressionKristian Evensen1-1/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-20/+25
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-20/+20
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+29
2019-04-15netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal1-5/+29
2019-04-08netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal1-8/+8
2019-02-27netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal1-1/+1
2019-02-12netfilter: conntrack: fix indentation issueColin Ian King1-1/+1
2019-01-18netfilter: conntrack: remove nf_ct_l4proto_find_getFlorian Westphal1-8/+6
2018-12-17netfilter: nat: remove nf_nat_l4proto structFlorian Westphal1-1/+0
2018-11-12netfilter: ctnetlink: always honor CTA_MARK_MASKAndreas Jaggi1-10/+19
2018-09-21netfilter: ctnetlink: must check mark attributes vs NULLFlorian Westphal1-2/+9