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