1. 17 Jul, 2012 5 commits
    • Joe Perches's avatar
      etherdevice: Rename random_ether_addr to eth_random_addr · 0a4dd594
      Joe Perches authored
      Add some API symmetry to eth_broadcast_addr and
      add a #define to the old name for backward compatibility.
      Signed-off-by: default avatarJoe Perches <joe@perches.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      0a4dd594
    • David S. Miller's avatar
      Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux · 07689b0a
      David S. Miller authored
      Paul Gortmaker says:
      
      ====================
      This is the same eight commits as sent for review last week[1],
      with just the incorporation of the pr_fmt change as suggested
      by JoeP.  There was no additional change requests, so unless you
      can see something else you'd like me to change, please pull.
       ...
      Erik Hugne (5):
            tipc: use standard printk shortcut macros (pr_err etc.)
            tipc: remove TIPC packet debugging functions and macros
            tipc: simplify print buffer handling in tipc_printf
            tipc: phase out most of the struct print_buf usage
            tipc: remove print_buf and deprecated log buffer code
      
      Paul Gortmaker (3):
            tipc: factor stats struct out of the larger link struct
            tipc: limit error messages relating to memory leak to one line
            tipc: simplify link_print by divorcing it from using tipc_printf
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      07689b0a
    • Andrey Vagin's avatar
      net: make sock diag per-namespace · 51d7cccf
      Andrey Vagin authored
      Before this patch sock_diag works for init_net only and dumps
      information about sockets from all namespaces.
      
      This patch expands sock_diag for all name-spaces.
      It creates a netlink kernel socket for each netns and filters
      data during dumping.
      
      v2: filter accoding with netns in all places
          remove an unused variable.
      
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
      Cc: James Morris <jmorris@namei.org>
      Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
      Cc: Patrick McHardy <kaber@trash.net>
      Cc: Pavel Emelyanov <xemul@parallels.com>
      CC: Eric Dumazet <eric.dumazet@gmail.com>
      Cc: linux-kernel@vger.kernel.org
      Cc: netdev@vger.kernel.org
      Signed-off-by: default avatarAndrew Vagin <avagin@openvz.org>
      Acked-by: default avatarPavel Emelyanov <xemul@parallels.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      51d7cccf
    • Duan Jiong's avatar
      lpc_eth: remove duplicated include · cbc89c8c
      Duan Jiong authored
      Remove duplicated #include <linux/delay.h> in
      drivers/net/ethernet/nxp/lpc_eth.c
      
      Signed-off-by: Duan Jiong<djduanjiong@gmail.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      cbc89c8c
    • Eric Dumazet's avatar
      tcp: add OFO snmp counters · a6df1ae9
      Eric Dumazet authored
      Add three SNMP TCP counters, to better track TCP behavior
      at global stage (netstat -s), when packets are received
      Out Of Order (OFO)
      
      TCPOFOQueue : Number of packets queued in OFO queue
      
      TCPOFODrop  : Number of packets meant to be queued in OFO
                    but dropped because socket rcvbuf limit hit.
      
      TCPOFOMerge : Number of packets in OFO that were merged with
                    other packets.
      Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      a6df1ae9
  2. 14 Jul, 2012 3 commits
  3. 13 Jul, 2012 10 commits
  4. 12 Jul, 2012 22 commits