summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: fix nf_queue handlingPablo Neira Ayuso2016-10-203-27/+36
* netfilter: conntrack: restart gc immediately if GC_MAX_EVICTS is reachedNicolas Dichtel2016-10-201-1/+1
* netfilter: x_tables: suppress kmemcheck warningFlorian Westphal2016-10-191-1/+1
* netfilter: nf_tables: avoid uninitialized variable warningArnd Bergmann2016-10-181-6/+4
* netfilter: nft_range: validate operation netlink attributePablo Neira Ayuso2016-10-171-1/+15
* netfilter: nft_exthdr: fix error handling in nft_exthdr_init()Dan Carpenter2016-10-171-1/+2
* netfilter: nf_tables: underflow in nft_parse_u32_check()Dan Carpenter2016-10-171-1/+1
* netfilter: nft_hash: add missing NFTA_HASH_OFFSET's nla_policyLiping Zhang2016-10-171-0/+1
* netfilter: xt_ipcomp: add "ip[6]t_ipcomp" module alias nameLiping Zhang2016-10-171-0/+2
* netfilter: xt_NFLOG: fix unexpected truncated packetLiping Zhang2016-10-171-0/+1
* netfilter: nft_dynset: fix element timeout for HZ != 1000Anders K. Pedersen2016-10-171-2/+4
* netfilter: xt_hashlimit: Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven2016-10-171-2/+2
* netfilter: Fix slab corruption.Linus Torvalds2016-10-111-75/+33
* netfilter: nft_limit: fix divided by zero panicLiping Zhang2016-10-041-2/+2
* netfilter: fix namespace handling in nf_log_proc_dostringJann Horn2016-10-041-2/+4
* netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit divisionVishwanath Pai2016-09-301-7/+8
* netfilter: accommodate different kconfig in nf_set_hooks_headAaron Conole2016-09-301-4/+11
* netfilter: Fix potential null pointer dereferenceAaron Conole2016-09-301-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-2510-41/+120
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-233-6/+7
| |\
| | * netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensionsGao Feng2016-09-132-4/+5
| | * netfilter: nf_nat: handle NF_DROP from nfnetlink_parse_nat_setup()Pablo Neira Ayuso2016-09-121-1/+1
| | * netfilter: nf_tables_trace: fix endiness when dump chain policyLiping Zhang2016-09-051-1/+1
| * | sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner2016-09-221-1/+1
| * | net: Add _nf_(un)register_hooks symbolsMahesh Bandewar2016-09-191-5/+46
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-126-30/+66
| |\ \ | | |/
| | * netfilter: nf_tables_netdev: remove redundant ip_hdr assignmentLiping Zhang2016-08-301-1/+0
| | * netfilter: nft_meta: improve the validity check of pkttype set exprLiping Zhang2016-08-251-4/+13
| | * netfilter: cttimeout: unlink timeout objs in the unconfirmed ct listsLiping Zhang2016-08-251-1/+10
| | * netfilter: cttimeout: put back l4proto when replacing timeout policyLiping Zhang2016-08-251-18/+15
| | * netfilter: nfnetlink: use list_for_each_entry_safe to delete all objectsLiping Zhang2016-08-252-5/+6
| | * netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang2016-08-252-1/+22
* | | netfilter: nf_log: get rid of XT_LOG_* macrosLiping Zhang2016-09-251-2/+2
* | | netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang2016-09-252-2/+9
* | | netfilter: nf_tables: add range expressionPablo Neira Ayuso2016-09-253-2/+146
* | | netfilter: evict stale entries when user reads /proc/net/nf_conntrackFlorian Westphal2016-09-251-0/+5
* | | netfilter: xt_hashlimit: Create revision 2 to support higher pps ratesVishwanath Pai2016-09-251-68/+262
* | | netfilter: xt_hashlimit: Prepare for revision 2Vishwanath Pai2016-09-251-30/+31
* | | netfilter: nft_ct: report error if mark and dir specified simultaneouslyLiping Zhang2016-09-251-0/+2
* | | netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocolLiping Zhang2016-09-251-10/+9
* | | netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ackGao Feng2016-09-251-8/+12
* | | netfilter: replace list_head with single linked listAaron Conole2016-09-254-65/+112
* | | netfilter: Only allow sane values in nf_register_net_hookAaron Conole2016-09-241-0/+5
* | | netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole2016-09-248-13/+13
* | | netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and ...Gao Feng2016-09-241-8/+4
* | | netfilter: nft_lookup: remove superfluous element found checkPablo Neira Ayuso2016-09-231-1/+1
* | | netfilter: xt_helper: Use sizeof(variable) instead of literal numberGao Feng2016-09-231-1/+1
* | | netfilter: Enhance the codes used to get random onceGao Feng2016-09-233-17/+4
* | | netfilter: nf_tables: check tprot_set first when we use xt.thoffLiping Zhang2016-09-233-10/+19
* | | netfilter: nf_tables: improve nft payload fast evalLiping Zhang2016-09-231-1/+1
OpenPOWER on IntegriCloud