aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-27netfilter: add missing error handling code for register functionsTaehee Yoo2-2/+2
2018-11-03netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso1-0/+39
2018-10-19netfilter: nfnetlink_log: remove empty nfnetlink_log.h header fileTaehee Yoo1-1/+0
2018-10-19netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_cleanup()Taehee Yoo1-1/+1
2018-09-28netfilter: nf_tables: add SECMARK supportChristian Göttsche1-0/+4
2018-09-20netfilter: conntrack: clamp l4proto array size at largers supported protocolFlorian Westphal1-1/+1
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal3-28/+7
2018-09-20netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal1-1/+1
2018-09-20netfilter: conntrack: remove error callback and handle icmp from coreFlorian Westphal1-4/+9
2018-09-20netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal1-1/+1
2018-09-20netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal1-5/+0
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal2-5/+5
2018-09-17netfilter: nf_tables: asynchronous releaseFlorian Westphal1-0/+2
2018-09-17netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal1-1/+6
2018-08-29netfilter: nf_tables: rework ct timeout set supportFlorian Westphal1-1/+1
2018-08-16netfilter: nf_tables: fix register orderingFlorian Westphal1-1/+1
2018-08-16netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo1-2/+2
2018-08-07netfilter: remove ifdef around cttimeout in struct nf_conntrack_l4protoPablo Neira Ayuso1-2/+0
2018-08-07netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectPablo Neira Ayuso1-9/+13
2018-08-07netfilter: cttimeout: move ctnl_untimeout to nf_conntrackHarsha Sharma1-0/+1
2018-08-03netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing1-2/+0
2018-07-30netfilter: nf_tables: handle meta/lookup with direct callFlorian Westphal1-0/+7
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller9-136/+52
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2-2/+8
2018-07-20netfilter: nf_tables: use dev->name directlyFlorian Westphal1-1/+0
2018-07-18netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng1-3/+1
2018-07-18netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree searchYi-Hung Wei1-4/+13
2018-07-18netfilter: nf_conncount: Early exit in nf_conncount_lookup() and cleanupYi-Hung Wei1-4/+7
2018-07-18netfilter: nf_conncount: Switch to plain listYi-Hung Wei1-3/+12
2018-07-17netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo1-2/+2
2018-07-17netfilter: conntrack: remove l3proto abstractionFlorian Westphal5-62/+5
2018-07-16netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal2-20/+6
2018-07-16netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal1-1/+1
2018-07-16netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal1-8/+0
2018-07-16netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackersFlorian Westphal2-8/+0
2018-07-16netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackersFlorian Westphal1-7/+0
2018-07-16netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal2-12/+2
2018-07-16openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal1-7/+0
2018-07-16netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.hMáté Eckl1-0/+8
2018-07-06netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso1-0/+6
2018-07-06netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl1-2/+2
2018-06-28netfilter: check if the socket netns is correct.Flavio Leitner1-1/+2
2018-06-22rhashtable: split rhashtable.hNeilBrown1-1/+1
2018-06-12netfilter: nf_conncount: Fix garbage collection with zonesYi-Hung Wei1-1/+2
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-10/+0
2018-06-08netfilter: remove include/net/netfilter/nft_dup.hCorentin Labbe1-10/+0
2018-06-03netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal1-1/+6
2018-06-03netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso1-0/+2
2018-06-03netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso1-0/+4