summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2016-09-15netfilter: x_tables: check for size overflowFlorian Westphal
2016-09-15netfilter: x_tables: check for size overflowFlorian Westphal
2016-06-24netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-06-24netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-06-24netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-06-24netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal
2016-06-24netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal
2016-06-24netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-06-24netfilter: x_tables: check standard target size tooFlorian Westphal
2016-06-24netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-06-24netfilter: x_tables: assert minimum target sizeFlorian Westphal
2016-06-24netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-05-18nf_conntrack: avoid kernel pointer value leak in slab nameLinus Torvalds
2016-05-11ipvs: drop first packet to redirect conntrackJulian Anastasov
2016-05-11ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni
2016-05-11ipvs: handle ip_vs_fill_iph_skb_off failureArnd Bergmann
2015-12-18netfilter: nft_ct: include direction when dumping NFT_CT_L3PROTOCOL keyFlorian Westphal
2015-12-18netfilter: nf_tables: use skb->protocol instead of assuming ethernet headerPablo Neira Ayuso
2015-12-13netfilter: nf_tables: use reverse traversal commit_list in nf_tables_abortXin Long
2015-12-10netfilter: nfnetlink: fix splat due to incorrect socket memory accounting in ...Pablo Neira Ayuso
2015-12-10netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso
2015-12-09netfilter: nfnetlink_queue: Unregister pernet subsys in case of init failureNikolay Borisov
2015-11-23netfilter: nfnetlink_queue: avoid harmless unnitialized variable warningsArnd Bergmann
2015-11-15ipvs: use skb_to_full_sk() helperEric Dumazet
2015-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-11-10netfilter: nf_tables: add clone interface to expression operationsPablo Neira Ayuso
2015-11-10netfilter: fix xt_TEE and xt_TPROXY dependenciesArnd Bergmann
2015-11-10netfilter: nfnetlink_log: work around uninitialized variable warningArnd Bergmann
2015-11-08netfilter: nft_meta: use skb_to_full_sk() helperEric Dumazet
2015-11-08netfilter: xt_owner: use skb_to_full_sk() helperEric Dumazet
2015-11-07netfilter: ipset: Fix hash type expire: release empty hash bucket blockJozsef Kadlecsik
2015-11-07netfilter: ipset: Fix hash:* type expirationJozsef Kadlecsik
2015-11-07netfilter: ipset: Fix extension alignmentJozsef Kadlecsik
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-10-28netfilter: nfnetlink: don't probe module if it existsFlorian Westphal
2015-10-27netfilter: nf_nat_redirect: add missing NULL pointer checkMunehisa Kamata
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-22netfilter: xt_TEE: fix NULL dereferenceEric Dumazet
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2015-10-17netfilter: ipset: Fix sleeping memory allocation in atomic contextNikolay Borisov
2015-10-16netfilter: nf_queue: remove rcu_read_lock callsFlorian Westphal
2015-10-16netfilter: make nf_queue_entry_get_refs return voidFlorian Westphal
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal
2015-10-15netfilter: nfnetlink_log: validate dependencies to avoid breaking atomicityPablo Neira
2015-10-15netfilter: nfnetlink_log: consolidate check for instance in nfulnl_recv_config()Pablo Neira Ayuso
2015-10-13netfilter: sync with packet rx also after removing queue entriesFlorian Westphal
2015-10-13netfilter: nfqueue: don't use prev pointerFlorian Westphal
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman
2015-10-12netfilter: nfnetlink_log: autoload nf_conntrack_netlink module NFQA_CFG_F_CON...Ken-ichirou MATSUZAWA
2015-10-12Merge tag 'ipvs4-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso