07 Dec, 2013

1 commit

  • Several files refer to an old address for the Free Software Foundation
    in the file header comment. Resolve by replacing the address with
    the URL so that we do not have to keep
    updating the header comments anytime the address changes.

    CC: netfilter@vger.kernel.org
    CC: Pablo Neira Ayuso
    CC: Patrick McHardy
    CC: Jozsef Kadlecsik
    Signed-off-by: Jeff Kirsher
    Signed-off-by: David S. Miller

    Jeff Kirsher
     

12 May, 2010

2 commits


25 Mar, 2010

5 commits


18 Mar, 2010

1 commit


17 Mar, 2010

2 commits


10 Aug, 2009

1 commit


08 Oct, 2008

5 commits


29 Jan, 2008

5 commits


20 Oct, 2007

1 commit


12 Oct, 2007

1 commit


11 Jul, 2007

6 commits


26 Apr, 2007

1 commit


14 Dec, 2006

1 commit


16 Oct, 2006

1 commit


23 Sep, 2006

3 commits


18 Jun, 2006

1 commit


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
     

23 Mar, 2006

2 commits