aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/x_tables.c
AgeCommit message (Expand)Author
2016-07-12netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-07-12netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-07-12netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-07-12netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal
2016-07-12netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal
2016-07-12netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-07-12netfilter: x_tables: check standard target size tooFlorian Westphal
2016-07-12netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-07-12netfilter: x_tables: assert minimum target sizeFlorian Westphal
2016-07-12netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
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
2011-01-16netfilter: create audit records for x_tables replacesThomas Graf
2011-01-13netfilter: x_table: speedup compat operationsEric Dumazet
2011-01-10netfilter: x_tables: dont block BH while reading countersEric Dumazet
2010-10-04netfilter: unregister nf hooks, matches and targets in the reverse orderChangli Gao
2010-05-31netfilter: xtables: stackptr should be percpuEric Dumazet
2010-05-31netfilter: don't xt_jumpstack_alloc twice in xt_register_tableXiaotian Feng
2010-04-21netfilter: x_tables: move sleeping allocation outside BH-disabled regionJan Engelhardt
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-19netfilter: xtables: make ip_tables reentrantJan Engelhardt
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt
2010-03-25netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt
2010-03-25netfilter: xtables: make use of xt_request_find_targetJan Engelhardt
2010-03-18netfilter: xtables: replace custom duprintf with pr_debugJan Engelhardt
2010-02-15netfilter: CONFIG_COMPAT: allow delta to exceed 32767Florian Westphal
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt
2010-02-15netfilter: xtables: print details on size mismatchJan Engelhardt
2010-02-10Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy
2010-02-10netfilter: xtables: generate initial table on-demandJan Engelhardt
2010-02-10netfilter: xtables: use xt_table for hook instantiationJan Engelhardt
2010-02-10netfilter: xtables: symmetric COMPAT_XT_ALIGN definitionAlexey Dobriyan
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich