18 Jan, 2010

1 commit


07 Jan, 2010

3 commits


08 Dec, 2009

1 commit

  • * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6: (1815 commits)
    mac80211: fix reorder buffer release
    iwmc3200wifi: Enable wimax core through module parameter
    iwmc3200wifi: Add wifi-wimax coexistence mode as a module parameter
    iwmc3200wifi: Coex table command does not expect a response
    iwmc3200wifi: Update wiwi priority table
    iwlwifi: driver version track kernel version
    iwlwifi: indicate uCode type when fail dump error/event log
    iwl3945: remove duplicated event logging code
    b43: fix two warnings
    ipw2100: fix rebooting hang with driver loaded
    cfg80211: indent regulatory messages with spaces
    iwmc3200wifi: fix NULL pointer dereference in pmkid update
    mac80211: Fix TX status reporting for injected data frames
    ath9k: enable 2GHz band only if the device supports it
    airo: Fix integer overflow warning
    rt2x00: Fix padding bug on L2PAD devices.
    WE: Fix set events not propagated
    b43legacy: avoid PPC fault during resume
    b43: avoid PPC fault during resume
    tcp: fix a timewait refcnt race
    ...

    Fix up conflicts due to sysctl cleanups (dead sysctl_check code and
    CTL_UNNUMBERED removed) in
    kernel/sysctl_check.c
    net/ipv4/sysctl_net_ipv4.c
    net/ipv6/addrconf.c
    net/sctp/sysctl.c

    Linus Torvalds
     

02 Dec, 2009

1 commit


30 Nov, 2009

1 commit


19 Nov, 2009

1 commit


18 Nov, 2009

1 commit


17 Nov, 2009

1 commit


14 Nov, 2009

2 commits


12 Nov, 2009

1 commit

  • Now that sys_sysctl is a compatiblity wrapper around /proc/sys
    all sysctl strategy routines, and all ctl_name and strategy
    entries in the sysctl tables are unused, and can be
    revmoed.

    In addition neigh_sysctl_register has been modified to no longer
    take a strategy argument and it's callers have been modified not
    to pass one.

    Cc: "David Miller"
    Cc: Hideaki YOSHIFUJI
    Cc: netdev@vger.kernel.org
    Signed-off-by: Eric W. Biederman

    Eric W. Biederman
     

11 Nov, 2009

2 commits


06 Nov, 2009

1 commit

  • The generic __sock_create function has a kern argument which allows the
    security system to make decisions based on if a socket is being created by
    the kernel or by userspace. This patch passes that flag to the
    net_proto_family specific create function, so it can do the same thing.

    Signed-off-by: Eric Paris
    Acked-by: Arnaldo Carvalho de Melo
    Signed-off-by: David S. Miller

    Eric Paris
     

04 Nov, 2009

1 commit


16 Oct, 2009

1 commit


15 Oct, 2009

6 commits


07 Oct, 2009

1 commit


01 Oct, 2009

2 commits


25 Sep, 2009

2 commits


24 Sep, 2009

1 commit

  • It's unused.

    It isn't needed -- read or write flag is already passed and sysctl
    shouldn't care about the rest.

    It _was_ used in two places at arch/frv for some reason.

    Signed-off-by: Alexey Dobriyan
    Cc: David Howells
    Cc: "Eric W. Biederman"
    Cc: Al Viro
    Cc: Ralf Baechle
    Cc: Martin Schwidefsky
    Cc: Ingo Molnar
    Cc: "David S. Miller"
    Cc: James Morris
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alexey Dobriyan
     

15 Sep, 2009

1 commit


12 Sep, 2009

2 commits


01 Sep, 2009

1 commit


18 Aug, 2009

1 commit

  • Fix phonet build when PROC_FS is not enabled:

    net/built-in.o: In function `pn_sock_open':
    socket.c:(.text+0x23c649): undefined reference to `seq_open_net'
    net/built-in.o:(.rodata+0x21018): undefined reference to `seq_release_net'

    Signed-off-by: Randy Dunlap
    Acked-by: Rémi Denis-Courmont
    Signed-off-by: David S. Miller

    Randy Dunlap
     

13 Aug, 2009

1 commit


27 Jul, 2009

2 commits

  • net/phonet/pn_dev.c: In function `phonet_device_get':
    net/phonet/pn_dev.c:99: warning: 'dev' might be used uninitialized in this function

    Signed-off-by: Eric Dumazet
    Acked-by: Rémi Denis-Courmont
    Signed-off-by: David S. Miller

    Eric Dumazet
     
  • As reported by Oliver Hartkopp:

    net/phonet/pn_dev.c: In function ‘phonet_init_net’:
    net/phonet/pn_dev.c:221: error: implicit declaration of function
    ‘proc_net_fops_create’
    net/phonet/pn_dev.c: In function ‘phonet_exit_net’:
    net/phonet/pn_dev.c:242: error: implicit declaration of function ‘proc_net_remove’

    Signed-off-by: David S. Miller

    David S. Miller
     

24 Jul, 2009

2 commits