summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso2018-12-291-1/+0
* netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal2018-12-291-15/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-12-208-106/+17
|\
| * netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal2018-12-214-20/+6
| * netfilter: conntrack: un-export seq_print_acctFlorian Westphal2018-12-211-3/+0
| * netfilter: conntrack: udp: only extend timeout to stream mode after 2sFlorian Westphal2018-12-211-0/+5
| * netfilter: nat: remove nf_nat_l4proto structFlorian Westphal2018-12-172-33/+0
| * netfilter: nat: remove l4proto->manip_pktFlorian Westphal2018-12-171-8/+7
| * netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal2018-12-171-6/+0
| * netfilter: nat: remove l4proto->in_rangeFlorian Westphal2018-12-171-11/+0
| * netfilter: nat: fold in_range indirection into callerFlorian Westphal2018-12-171-3/+0
| * netfilter: nat: remove l4proto->unique_tupleFlorian Westphal2018-12-171-11/+0
| * netfilter: nat: un-export nf_nat_l4proto_unique_tupleFlorian Westphal2018-12-171-6/+0
| * netfilter: remove NF_NAT_RANGE_PROTO_RANDOM supportFlorian Westphal2018-12-171-2/+0
| * netfilter: nat: remove l4 protocol port roversFlorian Westphal2018-12-011-1/+1
| * netfilter: nf_flow_table: make nf_flow_table_iterate() staticTaehee Yoo2018-11-121-4/+0
* | net: convert bridge_nf to use skb extension infrastructureFlorian Westphal2018-12-191-4/+4
* | netfilter: avoid using skb->nf_bridge directlyFlorian Westphal2018-12-191-6/+0
* | netfilter: add missing error handling code for register functionsTaehee Yoo2018-11-272-2/+2
|/
* netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso2018-11-031-0/+39
* netfilter: nfnetlink_log: remove empty nfnetlink_log.h header fileTaehee Yoo2018-10-191-1/+0
* netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_clean...Taehee Yoo2018-10-191-1/+1
* netfilter: nf_tables: add SECMARK supportChristian Göttsche2018-09-281-0/+4
* netfilter: conntrack: clamp l4proto array size at largers supported protocolFlorian Westphal2018-09-201-1/+1
* netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal2018-09-203-28/+7
* netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal2018-09-201-1/+1
* netfilter: conntrack: remove error callback and handle icmp from coreFlorian Westphal2018-09-201-4/+9
* netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal2018-09-201-1/+1
* netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal2018-09-201-5/+0
* netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal2018-09-202-5/+5
* netfilter: nf_tables: asynchronous releaseFlorian Westphal2018-09-171-0/+2
* netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal2018-09-171-1/+6
* netfilter: nf_tables: rework ct timeout set supportFlorian Westphal2018-08-291-1/+1
* netfilter: nf_tables: fix register orderingFlorian Westphal2018-08-161-1/+1
* netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo2018-08-161-2/+2
* netfilter: remove ifdef around cttimeout in struct nf_conntrack_l4protoPablo Neira Ayuso2018-08-071-2/+0
* netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectPablo Neira Ayuso2018-08-071-9/+13
* netfilter: cttimeout: move ctnl_untimeout to nf_conntrackHarsha Sharma2018-08-071-0/+1
* netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing2018-08-031-2/+0
* netfilter: nf_tables: handle meta/lookup with direct callFlorian Westphal2018-07-301-0/+7
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-3/+2
|\
| * netfilter: nf_tables: use dev->name directlyFlorian Westphal2018-07-201-1/+0
| * netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo2018-07-171-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-07-209-136/+52
|\ \
| * | netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng2018-07-181-3/+1
| * | netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree s...Yi-Hung Wei2018-07-181-4/+13
| * | netfilter: nf_conncount: Early exit in nf_conncount_lookup() and cleanupYi-Hung Wei2018-07-181-4/+7
| * | netfilter: nf_conncount: Switch to plain listYi-Hung Wei2018-07-181-3/+12
| * | netfilter: conntrack: remove l3proto abstractionFlorian Westphal2018-07-175-62/+5
| * | netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal2018-07-162-20/+6