Age | Commit message (Expand) | Author |
2016-10-11 | netfilter: Fix slab corruption. | Linus Torvalds |
2016-10-04 | netfilter: nft_limit: fix divided by zero panic | Liping Zhang |
2016-10-04 | netfilter: fix namespace handling in nf_log_proc_dostring | Jann Horn |
2016-09-30 | netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit division | Vishwanath Pai |
2016-09-30 | netfilter: accommodate different kconfig in nf_set_hooks_head | Aaron Conole |
2016-09-30 | netfilter: Fix potential null pointer dereference | Aaron Conole |
2016-09-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Pablo Neira Ayuso |
2016-09-25 | netfilter: nf_log: get rid of XT_LOG_* macros | Liping Zhang |
2016-09-25 | netfilter: nft_log: complete NFTA_LOG_FLAGS attr support | Liping Zhang |
2016-09-25 | netfilter: nf_tables: add range expression | Pablo Neira Ayuso |
2016-09-25 | netfilter: evict stale entries when user reads /proc/net/nf_conntrack | Florian Westphal |
2016-09-25 | netfilter: xt_hashlimit: Create revision 2 to support higher pps rates | Vishwanath Pai |
2016-09-25 | netfilter: xt_hashlimit: Prepare for revision 2 | Vishwanath Pai |
2016-09-25 | netfilter: nft_ct: report error if mark and dir specified simultaneously | Liping Zhang |
2016-09-25 | netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocol | Liping Zhang |
2016-09-25 | netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack | Gao Feng |
2016-09-25 | netfilter: replace list_head with single linked list | Aaron Conole |
2016-09-24 | netfilter: Only allow sane values in nf_register_net_hook | Aaron Conole |
2016-09-24 | netfilter: Remove explicit rcu_read_lock in nf_hook_slow | Aaron Conole |
2016-09-24 | netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and ... | Gao Feng |
2016-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-09-23 | netfilter: nft_lookup: remove superfluous element found check | Pablo Neira Ayuso |
2016-09-23 | netfilter: xt_helper: Use sizeof(variable) instead of literal number | Gao Feng |
2016-09-23 | netfilter: Enhance the codes used to get random once | Gao Feng |
2016-09-23 | netfilter: nf_tables: check tprot_set first when we use xt.thoff | Liping Zhang |
2016-09-23 | netfilter: nf_tables: improve nft payload fast eval | Liping Zhang |
2016-09-23 | netfilter: nft_queue: add _SREG_QNUM attr to select the queue number | Liping Zhang |
2016-09-23 | netfilter: nf_tables: validate maximum value of u32 netlink attributes | Laura Garcia Liebana |
2016-09-22 | netfilter: nft_numgen: add number generation offset | Laura Garcia Liebana |
2016-09-22 | sctp: rename WORD_TRUNC/ROUND macros | Marcelo Ricardo Leitner |
2016-09-19 | net: Add _nf_(un)register_hooks symbols | Mahesh Bandewar |
2016-09-13 | netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensions | Gao Feng |
2016-09-13 | netfilter: nft_hash: fix hash overflow validation | Laura Garcia Liebana |
2016-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-09-12 | netfilter: nf_nat: handle NF_DROP from nfnetlink_parse_nat_setup() | Pablo Neira Ayuso |
2016-09-12 | netfilter: nft_numgen: fix race between num generate and store it | Liping Zhang |
2016-09-12 | netfilter: conntrack: remove packet hotpath stats | Florian Westphal |
2016-09-12 | netfilter: Add the missed return value check of nft_register_chain_type | Gao Feng |
2016-09-12 | netfilter: Add the missed return value check of register_netdevice_notifier | Gao Feng |
2016-09-12 | netfilter: nf_conntrack: simplify __nf_ct_try_assign_helper() return logic | Pablo Neira |
2016-09-12 | netfilter: introduce nft_set_pktinfo_{ipv4, ipv6}_validate() | Pablo Neira Ayuso |
2016-09-12 | netfilter: nf_tables: ensure proper initialization of nft_pktinfo fields | Pablo Neira Ayuso |
2016-09-12 | netfilter: nft_dynset: allow to invert match criteria | Pablo Neira Ayuso |
2016-09-12 | netfilter: nft_hash: Add hash offset value | Laura Garcia Liebana |
2016-09-09 | netfilter: nft_queue: check the validation of queues_total and queuenum | Liping Zhang |
2016-09-07 | netfilter: nf_ct_sip: allow tab character in SIP headers | Marco Angaroni |
2016-09-07 | netfilter: nft_quota: introduce nft_overquota() | Pablo Neira Ayuso |
2016-09-07 | netfilter: nft_quota: fix overquota logic | Pablo Neira Ayuso |
2016-09-07 | netfilter: nft_numgen: rename until attribute by modulus | Laura Garcia Liebana |
2016-09-07 | netfilter: ftp: Remove the useless code | Gao Feng |