summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | netfilter: nft_hash: Add hash offset valueLaura Garcia Liebana2016-09-121-4/+13
* | | netfilter: nft_queue: check the validation of queues_total and queuenumLiping Zhang2016-09-091-0/+11
* | | netfilter: nf_ct_sip: allow tab character in SIP headersMarco Angaroni2016-09-071-1/+1
* | | netfilter: nft_quota: introduce nft_overquota()Pablo Neira Ayuso2016-09-071-4/+4
* | | netfilter: nft_quota: fix overquota logicPablo Neira Ayuso2016-09-071-1/+1
* | | netfilter: nft_numgen: rename until attribute by modulusLaura Garcia Liebana2016-09-071-15/+15
* | | netfilter: ftp: Remove the useless codeGao Feng2016-09-071-12/+1
* | | netfilter: ftp: Remove the useless dlen==0 condition check in find_patternGao Feng2016-09-071-2/+0
* | | netfilter: nf_ct_sip: correct allowed characters in Call-ID SIP headerMarco Angaroni2016-09-071-2/+3
* | | netfilter: nf_ct_sip: correct parsing of continuation lines in SIP headersMarco Angaroni2016-09-071-2/+1
* | | netfilter: gre: Use consistent GRE and PTTP header structure instead of the o...Gao Feng2016-09-071-6/+6
* | | netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfil...Gao Feng2016-09-071-2/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-09-0626-923/+1186
|\ \ | |/ |/|
| * netfilter: log: Check param to avoid overflow in nf_log_setGao Feng2016-08-301-3/+5
| * netfilter: remove __nf_ct_kill_acct helperFlorian Westphal2016-08-301-7/+5
| * netfilter: conntrack: resched gc again if eviction rate is highFlorian Westphal2016-08-301-0/+6
| * netfilter: conntrack: add gc worker to remove timed-out entriesFlorian Westphal2016-08-301-0/+76
| * netfilter: evict stale entries on netlink dumpsFlorian Westphal2016-08-301-1/+24
| * netfilter: conntrack: get rid of conntrack timerFlorian Westphal2016-08-304-58/+56
| * netfilter: don't rely on DYING bit to detect when destroy event was sentFlorian Westphal2016-08-301-8/+14
| * netfilter: restart search if moved to other chainFlorian Westphal2016-08-301-0/+7
OpenPOWER on IntegriCloud