aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/x_tables.c
AgeCommit message (Expand)Author
2018-09-19netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...Eric Dumazet
2018-04-08netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal
2018-03-24netfilter: x_tables: unlock on error in xt_find_table_lock()Dan Carpenter
2018-03-18netfilter: x_tables: pack percpu counter allocationsFlorian Westphal
2018-03-18netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal
2018-03-18netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal
2018-02-25netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}Eric Dumazet
2018-02-25netfilter: x_tables: fix int overflow in xt_alloc_table_info()Dmitry Vyukov
2016-10-19netfilter: x_tables: suppress kmemcheck warningFlorian Westphal
2016-07-18netfilter: x_tables: speed up jump target validationFlorian Westphal
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-06-23netfilter: x_tables: fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li
2016-06-02netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal
2016-04-14netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-04-14netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-04-14netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-04-14netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal
2016-04-14netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-04-14netfilter: x_tables: check standard target size tooFlorian Westphal
2016-04-14netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-04-14netfilter: x_tables: assert minimum target sizeFlorian Westphal
2016-04-14netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-03-12netfilter: x_tables: check for size overflowFlorian Westphal
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal
2015-11-25netfilter: Set /proc/net entries owner to root in namespacePhilip Whineray
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal
2015-07-15netfilter: add and use jump label for xt_teeFlorian Westphal
2015-07-15netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal
2015-07-15netfilter: xtables: compute exact size needed for jumpstackFlorian Westphal
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet
2015-06-12netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal
2015-05-17netfilter: Use correct return for seq_show functionsJoe Perches
2014-11-05netfilter: Remove checks of seq_printf() return valuesSteven Rostedt (Red Hat)
2014-09-26net/netfilter/x_tables.c: use __seq_open_private()Rob Jones
2014-08-08netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso
2014-06-25netfilter: x_tables: xt_free_table_info() cleanupEric Dumazet
2013-10-22netfilter: x_tables: fix ordering of jumpstack allocation and table updateWill Deacon
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-18netfilter: add my copyright statementsPatrick McHardy
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-01-13netfilter: x_tables: print correct hook names for ARPJan Engelhardt
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-09-15net: Convert vmalloc/memset to vzallocJoe Perches
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-10netfilter: fix ebtables compat supportEric Dumazet
2011-04-04netfilter: get rid of atomic ops in fast pathEric Dumazet
2011-03-14netfilter: x_tables: return -ENOENT for non-existant matches/targetsPatrick McHardy
2011-03-09netfilter: x_tables: misuse of try_then_request_moduleStephen Hemminger
2011-01-19Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy