summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+7Star
* 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/+0Star
* 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/+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