1. 04 Apr, 2012 27 commits
  2. 03 Apr, 2012 10 commits
  3. 02 Apr, 2012 3 commits
    • Ben Greear's avatar
      net: Report dev->promiscuity in netlink reports. · edbc0bb3
      Ben Greear authored
      The standard ways of probing a device's promiscuity
      (ifi_flags, for instance) does not report the actual
      state of the device.  This patch adds dev->promiscuity
      to the netlink netdevice report so that users can know
      for certain if the device is acting PROMISC or not.
      Signed-off-by: default avatarBen Greear <greearb@candelatech.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      edbc0bb3
    • Rami Rosen's avatar
      net: remove unused icmp_ioctl() definition. · e4422b2d
      Rami Rosen authored
      The patch removes unused icmp_ioctl() method definition in
      include/net/icmp.h.
      Signed-off-by: default avatarRami Rosen <ramirose@gmail.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      e4422b2d
    • Eldad Zack's avatar
      net/ipv6/addrconf.c: Checkpatch cleanups · 8e5e8f30
      Eldad Zack authored
      net/ipv6/addrconf.c:340: WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
      net/ipv6/addrconf.c:342: ERROR: "foo * bar" should be "foo *bar"
      net/ipv6/addrconf.c:444: ERROR: "foo * bar" should be "foo *bar"
      net/ipv6/addrconf.c:1337: WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
      net/ipv6/addrconf.c:1526: ERROR: "(foo*)" should be "(foo *)"
      net/ipv6/addrconf.c:1671: ERROR: open brace '{' following function declarations go on the next line
      net/ipv6/addrconf.c:1914: ERROR: "foo * bar" should be "foo *bar"
      net/ipv6/addrconf.c:2368: ERROR: "foo * bar" should be "foo *bar"
      net/ipv6/addrconf.c:2370: ERROR: "foo * bar" should be "foo *bar"
      net/ipv6/addrconf.c:2416: ERROR: "foo * bar" should be "foo *bar"
      net/ipv6/addrconf.c:2437: ERROR: "foo    * bar" should be "foo    *bar"
      net/ipv6/addrconf.c:2573: ERROR: "foo * bar" should be "foo *bar"
      net/ipv6/addrconf.c:3797: ERROR: "foo* bar" should be "foo *bar"
      Signed-off-by: default avatarEldad Zack <eldad@fogrefinery.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      8e5e8f30