summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | netfilter: nft_queue: add _SREG_QNUM attr to select the queue numberLiping Zhang2016-09-231-12/+90
* | | netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana2016-09-236-8/+59
* | | netfilter: nft_numgen: add number generation offsetLaura Garcia Liebana2016-09-221-6/+26
* | | netfilter: nft_hash: fix hash overflow validationLaura Garcia Liebana2016-09-131-1/+1
* | | netfilter: nft_numgen: fix race between num generate and store itLiping Zhang2016-09-121-1/+1
* | | netfilter: conntrack: remove packet hotpath statsFlorian Westphal2016-09-123-21/+7
* | | netfilter: Add the missed return value check of nft_register_chain_typeGao Feng2016-09-122-2/+8
* | | netfilter: Add the missed return value check of register_netdevice_notifierGao Feng2016-09-123-7/+28
* | | netfilter: nf_conntrack: simplify __nf_ct_try_assign_helper() return logicPablo Neira2016-09-121-9/+6
* | | netfilter: introduce nft_set_pktinfo_{ipv4, ipv6}_validate()Pablo Neira Ayuso2016-09-121-77/+2
* | | netfilter: nf_tables: ensure proper initialization of nft_pktinfo fieldsPablo Neira Ayuso2016-09-122-1/+5
* | | netfilter: nft_dynset: allow to invert match criteriaPablo Neira Ayuso2016-09-121-1/+19
OpenPOWER on IntegriCloud