aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ip_tables.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-07-221-2/+4
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-05-061-12/+11
* netfilter: ip_tables: fix compile with debugSebastian Andrzej Siewior2011-06-161-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-04-191-16/+12
|\
| * netfilter: get rid of atomic ops in fast pathEric Dumazet2011-04-041-16/+12
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* netfilter: xtables: fix reentrancyEric Dumazet2011-03-201-2/+2
* netfilter: ip_tables: fix infoleak to userspaceVasiliy Kulikov2011-03-151-0/+3
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2011-01-191-31/+14
|\
| * netfilter: x_tables: dont block BH while reading countersEric Dumazet2011-01-101-31/+14
* | netfilter: x_table: speedup compat operationsEric Dumazet2011-01-131-0/+2
|/
* ipv4: netfilter: ip_tables: fix information leak to userlandVasiliy Kulikov2010-11-031-0/+1
* netfilter: xtables: resolve indirect macros 3/3Jan Engelhardt2010-10-131-9/+9
* netfilter: xtables: resolve indirect macros 2/3Jan Engelhardt2010-10-131-27/+27
* netfilter: xtables: resolve indirect macros 1/3Jan Engelhardt2010-10-131-6/+6
* netfilter: fix CONFIG_COMPAT supportFlorian Westphal2010-08-231-0/+3
* netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet2010-08-171-0/+2
* netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessaryEric Dumazet2010-08-021-4/+6
* netfilter: iptables: use skb->len for accountingChangli Gao2010-07-231-1/+1
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-06-151-1/+1
|\
| * netfilter: xtables: stackptr should be percpuEric Dumazet2010-05-311-1/+1
* | netfilter: vmalloc_node cleanupEric Dumazet2010-06-041-2/+2
|/
* netfilter: cleanup printk messagesStephen Hemminger2010-05-131-1/+1
* netfilter: change NF_ASSERT to WARN_ONStephen Hemminger2010-05-131-6/+1
* netfilter: xtables: combine built-in extension structsJan Engelhardt2010-05-111-35/+30
* netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt2010-05-111-5/+4
* netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-111-1/+1
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-2/+2
* netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt2010-05-111-17/+15
* netfilter: xtables: dissolve do_match functionJan Engelhardt2010-05-021-17/+5
* netfilter: ip_tables: fix compilation when debug is enabledJan Engelhardt2010-05-021-2/+2
* netfilter: ip_tables: convert pr_devel() to pr_debug()Patrick McHardy2010-04-221-5/+5
* netfilter: xtables: remove old comments about reentrancyJan Engelhardt2010-04-191-2/+0
* netfilter: xtables: make ip_tables reentrantJan Engelhardt2010-04-191-30/+35
* netfilter: xtables: change matches to return error codeJan Engelhardt2010-03-251-1/+1
* netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt2010-03-251-1/+1
* netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt2010-03-251-10/+8
* netfilter: xtables: make use of xt_request_find_targetJan Engelhardt2010-03-251-12/+8
* netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-251-10/+8
* netfilter: xtables: restore indentationJan Engelhardt2010-02-261-10/+15
* netfilter: xtables: reduce arguments to translate_tableJan Engelhardt2010-02-241-27/+15
* netfilter: xtables: optimize call flow around xt_ematch_foreachJan Engelhardt2010-02-241-62/+31
* netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt2010-02-241-17/+61
* netfilter: xtables: optimize call flow around xt_entry_foreachJan Engelhardt2010-02-241-120/+63
* netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt2010-02-241-56/+104
* netfilter: xtables: add const qualifiersJan Engelhardt2010-02-151-39/+49
* netfilter: xtables: constify args in compat copying functionsJan Engelhardt2010-02-151-2/+2
* netfilter: xtables: generate initial table on-demandJan Engelhardt2010-02-101-0/+7
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-02-101-2/+2
|\
| * netfilter: xtables: compat out of scope fixAlexey Dobriyan2010-02-081-2/+2