summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+0Star
* 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-251-3/+2Star
|\
| * netfilter: nf_tables: use dev->name directlyFlorian Westphal2018-07-201-1/+0Star
| * 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-219-136/+52Star
|\ \
| * | netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng2018-07-181-3/+1Star
| * | 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/+5Star
| * | netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal2018-07-162-20/+6Star
| * | netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal2018-07-161-1/+1
| * | netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal2018-07-161-8/+0Star
| * | netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackersFlorian Westphal2018-07-162-8/+0Star
| * | netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackersFlorian Westphal2018-07-161-7/+0Star
| * | netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal2018-07-162-12/+2Star
| * | openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal2018-07-161-7/+0Star
| * | netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.hMáté Eckl2018-07-161-0/+8
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-212-2/+8
|\ \ \ | |/ / |/| / | |/
| * netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso2018-07-061-0/+6
| * netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl2018-07-061-2/+2
* | netfilter: check if the socket netns is correct.Flavio Leitner2018-06-281-1/+2
* | rhashtable: split rhashtable.hNeilBrown2018-06-221-1/+1
|/
* netfilter: nf_conncount: Fix garbage collection with zonesYi-Hung Wei2018-06-121-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-111-10/+0Star
|\
| * netfilter: remove include/net/netfilter/nft_dup.hCorentin Labbe2018-06-081-10/+0Star
* | netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal2018-06-031-1/+6
* | netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso2018-06-031-0/+2
* | netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso2018-06-031-0/+4
* | netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()Pablo Neira Ayuso2018-06-031-0/+4
* | netfilter: nf_conncount: expose connection list interfacePablo Neira Ayuso2018-06-031-0/+11
* | netfilter: nf_tables: pass context to object destroy indirectionPablo Neira Ayuso2018-06-031-1/+2
* | netfilter: Libify xt_TPROXYMáté Eckl2018-06-031-0/+113
* | netfilter: Decrease code duplication regarding transparent socket optionMáté Eckl2018-06-031-13/+0Star
* | netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso2018-06-012-0/+10
* | netfilter: nf_tables: remove synchronize_rcu in commit phaseFlorian Westphal2018-05-291-0/+5
* | netfilter: add includes to nf_socket.hMáté Eckl2018-05-291-4/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-234-59/+16Star
|\ \
| * | netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso2018-05-231-7/+0Star
| * | netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal2018-05-232-52/+5Star
| * | netfilter: nf_nat: add nat hook register functions to nf_natFlorian Westphal2018-05-231-0/+4
| * | netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal2018-05-231-4/+4
| * | netfilter: nf_nat: move common nat code to nat coreFlorian Westphal2018-05-231-0/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-0/+5
|\ \ \ | |/ / |/| / | |/