summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: physdev: relax br_netfilter dependencyFlorian Westphal2019-04-051-2/+7
* netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in __nf_conntrac...Chieh-Min Wang2019-04-051-3/+11
* netfilter: conntrack: tcp: only close if RST matches exact sequenceFlorian Westphal2019-04-051-10/+40
* netfilter: nf_tables: check the result of dereferencing base_chain->statsLi RongQing2019-04-051-6/+8
* netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso2019-04-031-6/+11
* ipvs: fix warning on unused variableAndrea Claudi2019-02-161-1/+2
* netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso2019-02-151-0/+3
* netfilter: nft_compat: use-after-free when deleting targetsPablo Neira Ayuso2019-02-131-1/+2
* ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi2019-02-123-6/+15
* netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri2019-02-121-1/+1
* netfilter: nft_compat: don't use refcount_inc on newly allocated entryFlorian Westphal2019-02-051-39/+23
* netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso2019-02-046-79/+72
* netfilter: nf_nat: skip nat clash resolution for same-origin entriesMartynas Pumputis2019-02-041-0/+16
* netfilter: nfnetlink_osf: add missing fmatch checkFernando Fernandez Mancera2019-01-281-0/+4
* ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu2019-01-241-0/+12
* netfilter: nft_compat: destroy function must not have side effectsFlorian Westphal2019-01-181-1/+47
* netfilter: nft_compat: make lists per netnsFlorian Westphal2019-01-181-40/+89
* netfilter: nft_compat: use refcnt_t type for nft_xt reference countFlorian Westphal2019-01-181-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-01-153-14/+18
|\
| * netfilter: nft_flow_offload: fix checking method of conntrack helperHenry Yen2019-01-141-1/+4
| * netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu2019-01-112-4/+5
| * netfilter: nft_flow_offload: Fix reverse route lookupwenxu2019-01-091-2/+2
| * netfilter: nf_tables: selective rule dump needs table to be specifiedPablo Neira Ayuso2019-01-081-1/+1
| * netfilter: nf_tables: fix leaking object reference countTaehee Yoo2019-01-081-0/+2
| * netfilter: nf_tables: Fix for endless loop when dumping rulesetPhil Sutter2019-01-081-6/+4
* | jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-033-173/+133
|\
| * netfilter: nf_conncount: fix argument order to find_next_bitFlorian Westphal2018-12-291-1/+1
| * netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso2018-12-291-32/+15
| * netfilter: nf_conncount: move all list iterations under spinlockPablo Neira Ayuso2018-12-291-26/+20
| * netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal2018-12-292-91/+69
| * netfilter: nf_conncount: restart search when nodes have been erasedFlorian Westphal2018-12-291-11/+7
| * netfilter: nf_conncount: split gc in two phasesFlorian Westphal2018-12-291-3/+19
| * netfilter: nf_conncount: don't skip eviction when age is negativeFlorian Westphal2018-12-291-1/+1
| * netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTSShawn Bohrer2018-12-291-14/+5
| * netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu2018-12-291-0/+2
* | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-282-2/+2
* | mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-282-5/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-12-2030-1170/+1007
|\
| * netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal2018-12-215-42/+10
| * netfilter: conntrack: merge ecache and timestamp sysctl tables with main oneFlorian Westphal2018-12-213-128/+35
| * netfilter: conntrack: merge acct and helper sysctl table with main oneFlorian Westphal2018-12-213-128/+22
| * netfilter: conntrack: add mnemonics for sysctl tableFlorian Westphal2018-12-211-11/+20
| * netfilter: conntrack: un-export seq_print_acctFlorian Westphal2018-12-212-19/+18
| * netfilter: conntrack: register sysctl table for greYafang Shao2018-12-211-1/+41
| * netfilter: conntrack: udp: set stream timeout to 2 minutesFlorian Westphal2018-12-211-1/+1
| * netfilter: conntrack: udp: only extend timeout to stream mode after 2sFlorian Westphal2018-12-211-3/+13
| * netfilter: nf_tables: Speed up selective rule dumpsPhil Sutter2018-12-181-28/+62
| * netfilter: nf_nat_sip: fix RTP/RTCP source port translationsAlin Nastac2018-12-171-4/+35
| * netfilter: nat: remove nf_nat_l4proto structFlorian Westphal2018-12-178-202/+2
OpenPOWER on IntegriCloud