summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2016-11-08netfilter: nf_tables: fix oops when inserting an element into a verdict mapLiping Zhang-0/+1
2016-11-08netfilter: conntrack: refine gc worker heuristicsFlorian Westphal-8/+41
2016-11-08netfilter: conntrack: fix CT target for UNSPEC helpersFlorian Westphal-3/+8
2016-11-08netfilter: connmark: ignore skbs with magic untracked conntrack objectsFlorian Westphal-2/+2
2016-11-08ipvs: use IPVS_CMD_ATTR_MAX for family.maxattrWANG Cong-1/+1
2016-10-31netfilter: nf_tables: destroy the set if fail to add transactionLiping Zhang-1/+3
2016-10-28netfilter: ip_vs_sync: fix bogus maybe-uninitialized warningArnd Bergmann-2/+5
2016-10-27netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville-1/+1
2016-10-27netfilter: nf_conntrack_sip: extend request line validationUlrich Weber-1/+4
2016-10-27netfilter: nf_tables: fix race when create new element in dynsetLiping Zhang-3/+12
2016-10-27netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang-14/+19
2016-10-27netfilter: nft_dynset: fix panic if NFT_SET_HASH is not enabledLiping Zhang-0/+3
2016-10-20netfilter: fix nf_queue handlingPablo Neira Ayuso-27/+36
2016-10-20netfilter: conntrack: restart gc immediately if GC_MAX_EVICTS is reachedNicolas Dichtel-1/+1
2016-10-19netfilter: x_tables: suppress kmemcheck warningFlorian Westphal-1/+1
2016-10-18netfilter: nf_tables: avoid uninitialized variable warningArnd Bergmann-6/+4
2016-10-17netfilter: nft_range: validate operation netlink attributePablo Neira Ayuso-1/+15
2016-10-17netfilter: nft_exthdr: fix error handling in nft_exthdr_init()Dan Carpenter-1/+2
2016-10-17netfilter: nf_tables: underflow in nft_parse_u32_check()Dan Carpenter-1/+1
2016-10-17netfilter: nft_hash: add missing NFTA_HASH_OFFSET's nla_policyLiping Zhang-0/+1
2016-10-17netfilter: xt_ipcomp: add "ip[6]t_ipcomp" module alias nameLiping Zhang-0/+2
2016-10-17netfilter: xt_NFLOG: fix unexpected truncated packetLiping Zhang-0/+1
2016-10-17netfilter: nft_dynset: fix element timeout for HZ != 1000Anders K. Pedersen-2/+4
2016-10-17netfilter: xt_hashlimit: Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven-2/+2
2016-10-11netfilter: Fix slab corruption.Linus Torvalds-75/+33
2016-10-04netfilter: nft_limit: fix divided by zero panicLiping Zhang-2/+2
2016-10-04netfilter: fix namespace handling in nf_log_proc_dostringJann Horn-2/+4
2016-09-30netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit divisionVishwanath Pai-7/+8
2016-09-30netfilter: accommodate different kconfig in nf_set_hooks_headAaron Conole-4/+11
2016-09-30netfilter: Fix potential null pointer dereferenceAaron Conole-1/+1
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso-41/+120
2016-09-25netfilter: nf_log: get rid of XT_LOG_* macrosLiping Zhang-2/+2
2016-09-25netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang-2/+9
2016-09-25netfilter: nf_tables: add range expressionPablo Neira Ayuso-2/+146
2016-09-25netfilter: evict stale entries when user reads /proc/net/nf_conntrackFlorian Westphal-0/+5
2016-09-25netfilter: xt_hashlimit: Create revision 2 to support higher pps ratesVishwanath Pai-68/+262
2016-09-25netfilter: xt_hashlimit: Prepare for revision 2Vishwanath Pai-30/+31
2016-09-25netfilter: nft_ct: report error if mark and dir specified simultaneouslyLiping Zhang-0/+2
2016-09-25netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocolLiping Zhang-10/+9
2016-09-25netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ackGao Feng-8/+12
2016-09-25netfilter: replace list_head with single linked listAaron Conole-65/+112
2016-09-24netfilter: Only allow sane values in nf_register_net_hookAaron Conole-0/+5
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole-13/+13
2016-09-24netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and ...Gao Feng-8/+4
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+7
2016-09-23netfilter: nft_lookup: remove superfluous element found checkPablo Neira Ayuso-1/+1
2016-09-23netfilter: xt_helper: Use sizeof(variable) instead of literal numberGao Feng-1/+1
2016-09-23netfilter: Enhance the codes used to get random onceGao Feng-17/+4
2016-09-23netfilter: nf_tables: check tprot_set first when we use xt.thoffLiping Zhang-10/+19
2016-09-23netfilter: nf_tables: improve nft payload fast evalLiping Zhang-1/+1