summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2018-12-21netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal5-42/+10
2018-12-21netfilter: conntrack: merge ecache and timestamp sysctl tables with main oneFlorian Westphal3-128/+35
2018-12-21netfilter: conntrack: merge acct and helper sysctl table with main oneFlorian Westphal3-128/+22
2018-12-21netfilter: conntrack: add mnemonics for sysctl tableFlorian Westphal1-11/+20
2018-12-21netfilter: conntrack: un-export seq_print_acctFlorian Westphal2-19/+18
2018-12-21netfilter: conntrack: register sysctl table for greYafang Shao1-1/+41
2018-12-21netfilter: conntrack: udp: set stream timeout to 2 minutesFlorian Westphal1-1/+1
2018-12-21netfilter: conntrack: udp: only extend timeout to stream mode after 2sFlorian Westphal1-3/+13
2018-12-18netfilter: nf_tables: Speed up selective rule dumpsPhil Sutter1-28/+62
2018-12-17netfilter: nf_nat_sip: fix RTP/RTCP source port translationsAlin Nastac1-4/+35
2018-12-17netfilter: nat: remove nf_nat_l4proto structFlorian Westphal8-202/+2
2018-12-17netfilter: nat: remove l4proto->manip_pktFlorian Westphal8-250/+354
2018-12-17netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal7-58/+17
2018-12-17netfilter: nat: remove l4proto->in_rangeFlorian Westphal7-55/+43
2018-12-17netfilter: nat: fold in_range indirection into callerFlorian Westphal1-7/+16
2018-12-17netfilter: nat: remove l4proto->unique_tupleFlorian Westphal2-26/+56
2018-12-17netfilter: nat: un-export nf_nat_l4proto_unique_tupleFlorian Westphal6-129/+75
2018-12-17netfilter: remove NF_NAT_RANGE_PROTO_RANDOM supportFlorian Westphal1-7/+2
2018-12-17netfilter: remove unused parameters in nf_ct_l4proto_[un]register_sysctl()Yafang Shao1-14/+7
2018-12-17netfilter: nat: limit port clash resolution attemptsFlorian Westphal1-6/+23
2018-12-17netfilter: nat: remove unnecessary 'else if' branchXiaozhou Liu1-2/+0
2018-12-14netfilter: ipset: replace a strncpy() with strscpy()Qian Cai1-2/+4
2018-12-14netfilter: ipset: fix ip_set_byindex functionFlorent Fourcot1-1/+1
2018-12-01netfilter: nat: remove l4 protocol port roversFlorian Westphal5-26/+7
2018-12-01netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()Paul E. McKenney3-5/+5
2018-11-12netfilter: nf_flow_table: simplify nf_flow_offload_gc_step()Taehee Yoo1-27/+7
2018-11-12netfilter: nf_flow_table: make nf_flow_table_iterate() staticTaehee Yoo1-4/+4
2018-11-12netfilter: ctnetlink: always honor CTA_MARK_MASKAndreas Jaggi1-10/+19
2018-11-12Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso4-40/+174
2018-11-08nfnetlink/queue: use __vlan_hwaccel helpersMichał Mirosław1-2/+3
2018-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-238/+143
2018-11-03netfilter: conntrack: fix calculation of next bucket number in early_dropVasily Khoruzhick1-5/+8
2018-11-03netfilter: nft_compat: ebtables 'nat' table is normal chain typeFlorian Westphal1-9/+12
2018-11-03netfilter: nfnetlink_cttimeout: pass default timeout policy to obj_to_nlattrPablo Neira Ayuso1-7/+40
2018-11-03netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso7-59/+24
2018-11-03netfilter: ipset: Fix calling ip_set() macro at dumpingJozsef Kadlecsik1-4/+8
2018-11-03netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo1-0/+20
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2018-11-01netfilter: ipset: fix ip_set_list allocation failureAndrey Ryabinin1-4/+4
2018-11-01netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook1-4/+4
2018-11-01netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio2-18/+22
2018-10-29Revert "netfilter: nft_numgen: add map lookups for numgen random operations"Pablo Neira Ayuso1-127/+0
2018-10-27netfilter: ipset: Introduction of new commands and protocol version 7Jozsef Kadlecsik1-17/+147
2018-10-25netfilter: nft_osf: check if attribute is presentPablo Neira Ayuso1-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller7-27/+107
2018-10-22netfilter: ipset: Make invalid MAC address checks consistentStefano Brivio2-7/+7
2018-10-22netfilter: ipset: Allow matching on destination MAC address for mac and ipmac...Stefano Brivio3-16/+20
2018-10-19Revert "netfilter: xt_quota: fix the behavior of xt_quota module"Pablo Neira Ayuso1-22/+33
2018-10-19netfilter: remove two unused variables.Weongyo Jeong2-6/+0