summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
AgeCommit message (Expand)AuthorLines
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
2018-07-17netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo-2/+2
2018-07-17netfilter: conntrack: remove l3proto abstractionFlorian Westphal-62/+5
2018-07-16netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal-20/+6
2018-07-16netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal-1/+1
2018-07-16netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal-8/+0
2018-07-16netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackersFlorian Westphal-8/+0
2018-07-16netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackersFlorian Westphal-7/+0
2018-07-16netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal-12/+2
2018-07-16openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal-7/+0
2018-07-16netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.hMáté Eckl-0/+8
2018-07-06netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso-0/+6
2018-07-06netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl-2/+2
2018-06-28netfilter: check if the socket netns is correct.Flavio Leitner-1/+2
2018-06-22rhashtable: split rhashtable.hNeilBrown-1/+1
2018-06-12netfilter: nf_conncount: Fix garbage collection with zonesYi-Hung Wei-1/+2
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-10/+0
2018-06-08netfilter: remove include/net/netfilter/nft_dup.hCorentin Labbe-10/+0
2018-06-03netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal-1/+6
2018-06-03netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso-0/+2
2018-06-03netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso-0/+4
2018-06-03netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()Pablo Neira Ayuso-0/+4
2018-06-03netfilter: nf_conncount: expose connection list interfacePablo Neira Ayuso-0/+11
2018-06-03netfilter: nf_tables: pass context to object destroy indirectionPablo Neira Ayuso-1/+2
2018-06-03netfilter: Libify xt_TPROXYMáté Eckl-0/+113
2018-06-03netfilter: Decrease code duplication regarding transparent socket optionMáté Eckl-13/+0
2018-06-01netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso-0/+10
2018-05-29netfilter: nf_tables: remove synchronize_rcu in commit phaseFlorian Westphal-0/+5
2018-05-29netfilter: add includes to nf_socket.hMáté Eckl-4/+2
2018-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-59/+16
2018-05-23netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso-7/+0
2018-05-23netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal-52/+5
2018-05-23netfilter: nf_nat: add nat hook register functions to nf_natFlorian Westphal-0/+4
2018-05-23netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal-4/+4
2018-05-23netfilter: nf_nat: move common nat code to nat coreFlorian Westphal-0/+7
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+5