12 May, 2010

1 commit


25 Mar, 2010

2 commits


16 Feb, 2010

1 commit

  • This will cause trouble once CONFIG_COMPAT support is added to ebtables.
    xt_compat_*_offset() calculate the kernel/userland structure size delta
    using:

    XT_ALIGN(size) - COMPAT_XT_ALIGN(size)

    If the match/target sizes are aligned at registration time,
    delta is always zero.

    Should have zero effect for existing systems: xtables uses
    XT_ALIGN() whenever it deals with match/target sizes.

    Signed-off-by: Florian Westphal
    Signed-off-by: Patrick McHardy

    Florian Westphal
     

08 Oct, 2008

9 commits


24 Feb, 2008

1 commit


20 Feb, 2008

1 commit


01 Feb, 2008

3 commits


16 Oct, 2007

2 commits


29 Mar, 2006

1 commit

  • Every netfilter module uses `init' for its module_init() function and
    `fini' or `cleanup' for its module_exit() function.

    Problem is, this creates uninformative initcall_debug output and makes
    ctags rather useless.

    So go through and rename them all to $(filename)_init and
    $(filename)_fini.

    Signed-off-by: Andrew Morton
    Signed-off-by: David S. Miller

    Andrew Morton
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds