aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/x_tables.c
Commit message (Expand)AuthorAge
* netfilter: xtables: stackptr should be percpuEric Dumazet2010-05-31
* netfilter: don't xt_jumpstack_alloc twice in xt_register_tableXiaotian Feng2010-05-31
* netfilter: x_tables: move sleeping allocation outside BH-disabled regionJan Engelhardt2010-04-21
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-20
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | netfilter: xtables: make ip_tables reentrantJan Engelhardt2010-04-19
* | netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-25
* | netfilter: xtables: change matches to return error codeJan Engelhardt2010-03-25
* | netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt2010-03-25
* | netfilter: xtables: make use of xt_request_find_targetJan Engelhardt2010-03-25
* | netfilter: xtables: replace custom duprintf with pr_debugJan Engelhardt2010-03-18
|/
* netfilter: CONFIG_COMPAT: allow delta to exceed 32767Florian Westphal2010-02-15
* netfilter: xtables: constify args in compat copying functionsJan Engelhardt2010-02-15
* netfilter: xtables: print details on size mismatchJan Engelhardt2010-02-15
* Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2010-02-10
|\
| * netfilter: xtables: generate initial table on-demandJan Engelhardt2010-02-10
| * netfilter: xtables: use xt_table for hook instantiationJan Engelhardt2010-02-10
* | netfilter: xtables: symmetric COMPAT_XT_ALIGN definitionAlexey Dobriyan2010-02-10
|/
* mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-22
* netfilter: xtables: mark initial tables constantJan Engelhardt2009-08-24
* x_tables: Convert printk to pr_errJoe Perches2009-06-13
* netfilter: xtables: print hook name instead of maskJan Engelhardt2009-05-08
* netfilter: revised locking for x_tablesStephen Hemminger2009-04-29
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-24
|\
| * netfilter: iptables: lock free countersStephen Hemminger2009-02-20
* | netfilter: make proc/net/ip* print names from foreign NFPROTOJan Engelhardt2009-02-18
|/
* netfilter 04/09: x_tables: fix match/target revision lookupPatrick McHardy2009-01-13
* netfilter: xtables: provide invoked family value to extensionsJan Engelhardt2008-10-08
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-08
* netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt2008-10-08
* netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt2008-10-08
* netfilter: x_tables: output bad hook mask in hexadecimalJan Engelhardt2008-10-08
* netfilter: move Ebtables to use XtablesJan Engelhardt2008-10-08
* netfilter: implement NFPROTO_UNSPEC as a wildcard for extensionsJan Engelhardt2008-10-08
* netfilter: Introduce NFPROTO_* constantsJan Engelhardt2008-10-08
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-08
* netfilter: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-02
* netfilter: x_tables: fix net namespace leak when reading /proc/net/xxx_tables...Pavel Emelyanov2008-04-29
* [NETFILTER]: annotate {arp,ip,ip6,x}tables with constJan Engelhardt2008-04-14
* [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-25
* [NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan2008-01-31
* [NETFILTER]: x_tables: netns propagation for /proc/net/*_tables_namesAlexey Dobriyan2008-01-31
* [NETFILTER]: x_tables: semi-rewrite of /proc/net/foo_tables_*Alexey Dobriyan2008-01-31
* [NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat codePatrick McHardy2008-01-31
* [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan2008-01-31
* [NETFILTER]: x_tables: per-netns xt_tablesAlexey Dobriyan2008-01-31
* [NETFILTER]: x_tables: change xt_table_register() return value conventionAlexey Dobriyan2008-01-31
* [NETFILTER]: ip_tables: move compat offset calculation to x_tablesPatrick McHardy2008-01-28
* [NETFILTER]: x_tables: make xt_compat_match_from_user usable in iterator macrosPatrick McHardy2008-01-28
* [NETFILTER]: x_tables: struct xt_table_info dietEric Dumazet2008-01-28