summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
AgeCommit message (Expand)AuthorLines
2019-02-04netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso-4/+13
2019-01-11netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu-1/+0
2018-12-29netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso-1/+0
2018-12-29netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal-15/+3
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-106/+17
2018-12-21netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal-20/+6
2018-12-21netfilter: conntrack: un-export seq_print_acctFlorian Westphal-3/+0
2018-12-21netfilter: conntrack: udp: only extend timeout to stream mode after 2sFlorian Westphal-0/+5
2018-12-19net: convert bridge_nf to use skb extension infrastructureFlorian Westphal-4/+4
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal-6/+0
2018-12-17netfilter: nat: remove nf_nat_l4proto structFlorian Westphal-33/+0
2018-12-17netfilter: nat: remove l4proto->manip_pktFlorian Westphal-8/+7
2018-12-17netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal-6/+0
2018-12-17netfilter: nat: remove l4proto->in_rangeFlorian Westphal-11/+0
2018-12-17netfilter: nat: fold in_range indirection into callerFlorian Westphal-3/+0
2018-12-17netfilter: nat: remove l4proto->unique_tupleFlorian Westphal-11/+0
2018-12-17netfilter: nat: un-export nf_nat_l4proto_unique_tupleFlorian Westphal-6/+0
2018-12-17netfilter: remove NF_NAT_RANGE_PROTO_RANDOM supportFlorian Westphal-2/+0
2018-12-01netfilter: nat: remove l4 protocol port roversFlorian Westphal-1/+1
2018-11-27netfilter: add missing error handling code for register functionsTaehee Yoo-2/+2
2018-11-12netfilter: nf_flow_table: make nf_flow_table_iterate() staticTaehee Yoo-4/+0
2018-11-03netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso-0/+39
2018-10-19netfilter: nfnetlink_log: remove empty nfnetlink_log.h header fileTaehee Yoo-1/+0
2018-10-19netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_clean...Taehee Yoo-1/+1
2018-09-28netfilter: nf_tables: add SECMARK supportChristian Göttsche-0/+4
2018-09-20netfilter: conntrack: clamp l4proto array size at largers supported protocolFlorian Westphal-1/+1
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal-28/+7
2018-09-20netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal-1/+1
2018-09-20netfilter: conntrack: remove error callback and handle icmp from coreFlorian Westphal-4/+9
2018-09-20netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal-1/+1
2018-09-20netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal-5/+0
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal-5/+5
2018-09-17netfilter: nf_tables: asynchronous releaseFlorian Westphal-0/+2
2018-09-17netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal-1/+6
2018-08-29netfilter: nf_tables: rework ct timeout set supportFlorian Westphal-1/+1
2018-08-16netfilter: nf_tables: fix register orderingFlorian Westphal-1/+1
2018-08-16netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo-2/+2
2018-08-07netfilter: remove ifdef around cttimeout in struct nf_conntrack_l4protoPablo Neira Ayuso-2/+0
2018-08-07netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectPablo Neira Ayuso-9/+13
2018-08-07netfilter: cttimeout: move ctnl_untimeout to nf_conntrackHarsha Sharma-0/+1
2018-08-03netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing-2/+0
2018-07-30netfilter: nf_tables: handle meta/lookup with direct callFlorian Westphal-0/+7
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+2
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-136/+52
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller-2/+8
2018-07-20netfilter: nf_tables: use dev->name directlyFlorian Westphal-1/+0
2018-07-18netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng-3/+1
2018-07-18netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree s...Yi-Hung Wei-4/+13
2018-07-18netfilter: nf_conncount: Early exit in nf_conncount_lookup() and cleanupYi-Hung Wei-4/+7
2018-07-18netfilter: nf_conncount: Switch to plain listYi-Hung Wei-3/+12