| Commit message (Expand) | Author | Age | Files | Lines |
* | headers, netfilter: Use kernel type names __u8, __u16, __u32 | Ben Hutchings | 2011-08-26 | 1 | -11/+11 |
* | netfilter: xtables: add missing header inclusions for headers_check | Jan Engelhardt | 2011-01-20 | 9 | -0/+17 |
* | netfilter: xtables: use __uXX guarded types for userspace exports | Jan Engelhardt | 2011-01-18 | 9 | -29/+29 |
* | netfilter: xtables: remove unused defines | Jan Engelhardt | 2010-10-13 | 1 | -4/+0 |
* | netfilter: xtables: unify {ip,ip6,arp}t_error_target | Jan Engelhardt | 2010-10-13 | 1 | -7/+3 |
* | netfilter: xtables: resolve indirect macros 3/3 | Jan Engelhardt | 2010-10-13 | 1 | -44/+25 |
* | netfilter: xtables: resolve indirect macros 2/3 | Jan Engelhardt | 2010-10-13 | 1 | -11/+9 |
* | netfilter: xtables: resolve indirect macros 1/3 | Jan Engelhardt | 2010-10-13 | 1 | -5/+6 |
* | include: replace unifdef-y with header-y | Sam Ravnborg | 2010-08-14 | 1 | -3/+2 |
* | netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC header | Patrick McHardy | 2010-06-28 | 1 | -1/+2 |
* | netfilter: remove stale declaration for ip6_masked_addrcmp() | YOSHIFUJI Hideaki | 2010-03-08 | 1 | -4/+0 |
* | netfilter: xtables: replace XT_MATCH_ITERATE macro | Jan Engelhardt | 2010-02-24 | 1 | -5/+1 |
* | netfilter: xtables: replace XT_ENTRY_ITERATE macro | Jan Engelhardt | 2010-02-24 | 1 | -8/+2 |
* | netfilter: xtables: generate initial table on-demand | Jan Engelhardt | 2010-02-10 | 1 | -0/+1 |
* | netfilter: xtables: add struct xt_mtdtor_param::net | Alexey Dobriyan | 2010-01-18 | 1 | -1/+1 |
* | net: cleanup include/linux | Eric Dumazet | 2009-11-04 | 7 | -30/+15 |
* | netfilter: xtables: mark initial tables constant | Jan Engelhardt | 2009-08-24 | 1 | -1/+1 |
* | netfilter: xtables: remove redirecting header files | Jan Engelhardt | 2009-08-10 | 10 | -115/+1 |
* | netfilter: xtables: remove xt_owner v0 | Jan Engelhardt | 2009-08-10 | 2 | -19/+0 |
* | Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-03-26 | 1 | -4/+4 |
|\ |
|
| * | make exported headers use strict posix types | Arnd Bergmann | 2009-03-26 | 1 | -4/+4 |
* | | netfilter: install missing headers | Jan Engelhardt | 2009-02-24 | 1 | -0/+1 |
|/ |
|
* | netfilter: ip{,6}t_policy.h should include xp_policy.h | Andy Whitcroft | 2008-11-20 | 1 | -0/+2 |
* | netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__ | Patrick McHardy | 2008-05-21 | 1 | -1/+1 |
* | [NETFILTER]: ip6_tables: netns preparation | Alexey Dobriyan | 2008-01-31 | 1 | -1/+2 |
* | [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table() | Alexey Dobriyan | 2008-01-31 | 1 | -2/+2 |
* | [NETFILTER]: ip6_tables: use XT_ALIGN | Patrick McHardy | 2008-01-28 | 1 | -1/+1 |
* | [NETFILTER]: ip6_tables: add compat support | Patrick McHardy | 2008-01-28 | 1 | -0/+35 |
* | [NETFILTER]: {ip,ip6,arp}_tables: consolidate iterator macros | Patrick McHardy | 2008-01-28 | 1 | -32/+4 |
* | [NETFILTER]: Introduce NF_INET_ hook values | Patrick McHardy | 2008-01-28 | 1 | -4/+4 |
* | [NETFILTER]: Sort matches/targets in Kbuild file | Jan Engelhardt | 2007-11-07 | 1 | -1/+1 |
* | [NETFILTER]: Replace sk_buff ** with sk_buff * | Herbert Xu | 2007-10-15 | 1 | -1/+1 |
* | [NETFILTER]: ip6_tables: fix explanation of valid upper protocol number | Yasuyuki Kozakai | 2007-07-10 | 1 | -2/+8 |
* | [NETFILTER]: Clean up table initialization | Patrick McHardy | 2007-05-10 | 1 | -0/+22 |
* | [NETFILTER]: ip6_tables: remove redundant structure definitions | Patrick McHardy | 2007-02-08 | 1 | -0/+19 |
* | [NETFILTER]: ip6_tables: support MH match | Masahide NAKAMURA | 2007-02-08 | 1 | -0/+15 |
* | [NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined struct... | Jan Engelhardt | 2007-02-08 | 1 | -3/+3 |
* | [NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functions | Jan Engelhardt | 2007-02-08 | 1 | -10/+0 |
* | [NETFILTER]: x_tables: add NFLOG target | Patrick McHardy | 2006-12-02 | 1 | -1/+1 |
* | [NETFILTER]: ip6_tables: fixed conflicted optname for getsockopt | Yasuyuki Kozakai | 2006-11-15 | 1 | -12/+15 |
* | [NETFILTER]: x_tables: remove unused argument to target functions | Patrick McHardy | 2006-09-22 | 1 | -2/+1 |
* | [HEADERS] One line per header in Kbuild files to reduce conflicts | David Woodhouse | 2006-09-19 | 1 | -6/+21 |
* | Add generic Kbuild files for 'make headers_install' | David Woodhouse | 2006-06-18 | 1 | -0/+6 |
* | [NETFILTER]: x_tables: unify IPv4/IPv6 multiport match | Yasuyuki Kozakai | 2006-04-01 | 1 | -16/+9 |
* | [NETFILTER]: x_tables: unify IPv4/IPv6 esp match | Yasuyuki Kozakai | 2006-04-01 | 1 | -8/+4 |
* | [NETFILTER]: futher {ip,ip6,arp}_tables unification | Dmitry Mishin | 2006-03-22 | 1 | -54/+3 |
* | [NETFILTER]: x_tables: set the protocol family in x_tables targets/matches | Pablo Neira Ayuso | 2006-03-22 | 1 | -5/+9 |
* | [NETFILTER]: x_tables: replace IPv4/IPv6 policy match by address family indep... | Patrick McHardy | 2006-03-20 | 1 | -53/+16 |
* | [NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibility | Patrick McHardy | 2006-02-27 | 1 | -1/+2 |
* | [NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unification | Patrick McHardy | 2006-02-04 | 1 | -8/+14 |