Skip to content
  • Linus Torvalds's avatar
    Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net · 184ca823
    Linus Torvalds authored
    Pull networking fixes from David Miller:
    
     1) Buffers powersave frame test is reversed in cfg80211, fix from Felix
        Fietkau.
    
     2) Remove bogus WARN_ON in openvswitch, from Jarno Rajahalme.
    
     3) Fix some tg3 ethtool logic bugs, and one that would cause no
        interrupts to be generated when rx-coalescing is set to 0.  From
        Satish Baddipadige and Siva Reddy Kallam.
    
     4) QLCNIC mailbox corruption and napi budget handling fix from Manish
        Chopra.
    
     5) Fix fib_trie logic when walking the trie during /proc/net/route
        output than can access a stale node pointer.  From David Forster.
    
     6) Several sctp_diag fixes from Phil Sutter.
    
     7) PAUSE frame handling fixes in mlxsw driver from Ido Schimmel.
    
     8) Checksum fixup fixes in bpf from Daniel Borkmann.
    
     9) Memork leaks in nfnetlink, from Liping Zhang.
    
    10) Use after free in rxrpc, from David Howells.
    
    11) Use after free in new skb_array code of macvtap driver, from Jason
        Wang.
    
    12) Calip...
    184ca823