aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-16ipvs: fix warning on unused variableAndrea Claudi1-1/+2
2019-02-15netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso1-0/+3
2019-02-13netfilter: nft_compat: use-after-free when deleting targetsPablo Neira Ayuso1-1/+2
2019-02-12ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi3-6/+15
2019-02-12netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri1-1/+1
2019-02-05netfilter: nft_compat: don't use refcount_inc on newly allocated entryFlorian Westphal1-39/+23
2019-02-04netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso6-79/+72
2019-02-04netfilter: nf_nat: skip nat clash resolution for same-origin entriesMartynas Pumputis1-0/+16
2019-01-28netfilter: nfnetlink_osf: add missing fmatch checkFernando Fernandez Mancera1-0/+4
2019-01-24ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu1-0/+12
2019-01-18netfilter: nft_compat: destroy function must not have side effectsFlorian Westphal1-1/+47
2019-01-18netfilter: nft_compat: make lists per netnsFlorian Westphal1-40/+89
2019-01-18netfilter: nft_compat: use refcnt_t type for nft_xt reference countFlorian Westphal1-8/+8
2019-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-14/+18
2019-01-14netfilter: nft_flow_offload: fix checking method of conntrack helperHenry Yen1-1/+4
2019-01-11netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu2-4/+5
2019-01-09netfilter: nft_flow_offload: Fix reverse route lookupwenxu1-2/+2
2019-01-08netfilter: nf_tables: selective rule dump needs table to be specifiedPablo Neira Ayuso1-1/+1
2019-01-08netfilter: nf_tables: fix leaking object reference countTaehee Yoo1-0/+2
2019-01-08netfilter: nf_tables: Fix for endless loop when dumping rulesetPhil Sutter1-6/+4
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-3/+3
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-173/+133
2018-12-29netfilter: nf_conncount: fix argument order to find_next_bitFlorian Westphal1-1/+1
2018-12-29netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso1-32/+15
2018-12-29netfilter: nf_conncount: move all list iterations under spinlockPablo Neira Ayuso1-26/+20
2018-12-29netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal2-91/+69
2018-12-29netfilter: nf_conncount: restart search when nodes have been erasedFlorian Westphal1-11/+7
2018-12-29netfilter: nf_conncount: split gc in two phasesFlorian Westphal1-3/+19
2018-12-29netfilter: nf_conncount: don't skip eviction when age is negativeFlorian Westphal1-1/+1
2018-12-29netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTSShawn Bohrer1-14/+5
2018-12-29netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu1-0/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2-2/+2
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS2-5/+7
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller30-1170/+1007
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-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-15/+22
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal2-2/+2
2018-12-19net: move secpath_exist helper to sk_buff.hFlorian Westphal1-1/+1
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal4-41/+54
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