Skip to content
  1. Feb 18, 2008
  2. Feb 16, 2008
  3. Feb 15, 2008
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · f6866fec
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (82 commits)
        [NET]: Make sure sockets implement splice_read
        netconsole: avoid null pointer dereference at show_local_mac()
        [IPV6]: Fix reversed local_df test in ip6_fragment
        [XFRM]: Avoid bogus BUG() when throwing new policy away.
        [AF_KEY]: Fix bug in spdadd
        [NETFILTER] nf_conntrack_proto_tcp.c: Mistyped state corrected.
        net: xfrm statistics depend on INET
        [NETFILTER]: make secmark_tg_destroy() static
        [INET]: Unexport inet_listen_wlock
        [INET]: Unexport __inet_hash_connect
        [NET]: Improve cache line coherency of ingress qdisc
        [NET]: Fix race in dev_close(). (Bug 9750)
        [IPSEC]: Fix bogus usage of u64 on input sequence number
        [RTNETLINK]: Send a single notification on device state changes.
        [NETLABLE]: Hide netlbl_unlabel_audit_addr6 under ifdef CONFIG_IPV6.
        [NETLABEL]: Don't produce unused variables when IPv6 is off.
        [NETLABEL]: Compilation for CONFIG_AUDIT=n case.
        [GENETLINK]: Relax dances with genl_lock.
        [NETLABEL]: Fix lookup logic of netlbl_domhsh_search_def.
        [IPV6]: remove unused method declaration (net/ndisc.h).
        ...
      f6866fec
    • Rémi Denis-Courmont's avatar
      [NET]: Make sure sockets implement splice_read · 997b37da
      Rémi Denis-Courmont authored
      
      
      Fixes a segmentation fault when trying to splice from a non-TCP socket.
      
      Signed-off-by: default avatarRémi Denis-Courmont <rdenis@simphalempin.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      997b37da
    • Keiichi KII's avatar
      netconsole: avoid null pointer dereference at show_local_mac() · 69c3683c
      Keiichi KII authored
      
      
      This patch avoids a null pointer dereference when we read local_mac 
      for netconsole in configfs and shows default local mac address
      value.
      
      A null pointer dereference occurs when we call show_local_mac() via 
      local_mac entry in configfs before we setup the content of netpoll
      using netpoll_setup().
      
      Signed-off-by: default avatarKeiichi KII <k-keiichi@bx.jp.nec.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      69c3683c