Skip to content
  • Linus Torvalds's avatar
    Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net · 71aa60f6
    Linus Torvalds authored
    Pull networking fixes from David Miller:
    
     1) Fix NAPI poll list corruption in enic driver, from Christian
        Lamparter.
    
     2) Fix route use after free, from Eric Dumazet.
    
     3) Fix regression in reuseaddr handling, from Josef Bacik.
    
     4) Assert the size of control messages in compat handling since we copy
        it in from userspace twice. From Meng Xu.
    
     5) SMC layer bug fixes (missing RCU locking, bad refcounting, etc.)
        from Ursula Braun.
    
     6) Fix races in AF_PACKET fanout handling, from Willem de Bruijn.
    
     7) Don't use ARRAY_SIZE on spinlock array which might have zero
        entries, from Geert Uytterhoeven.
    
     8) Fix miscomputation of checksum in ipv6 udp code, from Subash Abhinov
        Kasiviswanathan.
    
     9) Push the ipv6 header properly in ipv6 GRE tunnel driver, from Xin
        Long.
    
    * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (75 commits)
      inet: fix improper empty comparison
      net: use inet6_rcv_saddr to compare sockets
      net: ...
    71aa60f6