[IPV4]: Cleanup the sysctl_net_ipv4.c file

2008-01-29 Thread Linux Kernel Mailing List
: Wed Dec 5 01:38:23 2007 -0800 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Mon Jan 28 14:56:27 2008 -0800 [IPV4]: Cleanup the sysctl_net_ipv4.c file This includes several cleanups: * tune Makefile to compile out this file when SYSCTL=n. Now it looks like

[IPV4]: Cleanup sysctl manipulations in devinet.c

2008-01-29 Thread Linux Kernel Mailing List
: Tue Dec 11 02:17:40 2007 -0800 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Mon Jan 28 14:57:09 2008 -0800 [IPV4]: Cleanup sysctl manipulations in devinet.c This includes: * moving neigh_sysctl_(un)register calls inside devinet_sysctl_(un)register ones

[IPV4]: Cleanup IN_DEV_MFORWARD macro

2008-01-29 Thread Linux Kernel Mailing List
: Tue Dec 11 02:16:47 2007 -0800 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Mon Jan 28 14:57:08 2008 -0800 [IPV4]: Cleanup IN_DEV_MFORWARD macro This is essentially IN_DEV_ANDCONF with proper arguments. Signed-off-by: Pavel Emelyanov [EMAIL PROTECTED] Signed

[IPV4]: Cleanup the devinet_sysctl_register

2008-01-29 Thread Linux Kernel Mailing List
: Sun Dec 2 00:17:46 2007 +1100 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Mon Jan 28 14:55:25 2008 -0800 [IPV4]: Cleanup the devinet_sysctl_register I moved the call to kmalloc() from the *t declaration into the code (this is confusing when a variable is initialized

[IPV4]: Cleanup call to __neigh_lookup()

2007-07-15 Thread Linux Kernel Mailing List
Jul 14 20:51:44 2007 -0700 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Sat Jul 14 20:51:44 2007 -0700 [IPV4]: Cleanup call to __neigh_lookup() Back in the times of Linux 2.2, negative values for the creat parameter of __neigh_lookup() had a particular meaning

[IPV4]: cleanup

2007-04-27 Thread Linux Kernel Mailing List
: Thu Mar 8 20:44:43 2007 -0800 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Wed Apr 25 22:24:11 2007 -0700 [IPV4]: cleanup Add whitespace around keywords. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED