• Linus Torvalds's avatar
    Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net · 4d31058b
    Linus Torvalds authored
    Pull networking fixes from David Miller:
    
     1) IPsec compat fixes, from Dmitry Safonov.
    
     2) Fix memory leak in xfrm_user_policy(). Fix from Yu Kuai.
    
     3) Fix polling in xsk sockets by using sk_poll_wait() instead of
        datagram_poll() which keys off of sk_wmem_alloc and such which xsk
        sockets do not update. From Xuan Zhuo.
    
     4) Missing init of rekey_data in cfgh80211, from Sara Sharon.
    
     5) Fix destroy of timer before init, from Davide Caratti.
    
     6) Missing CRYPTO_CRC32 selects in ethernet driver Kconfigs, from Arnd
        Bergmann.
    
     7) Missing error return in rtm_to_fib_config() switch case, from Zhang
        Changzhong.
    
     8) Fix some src/dest address handling in vrf and add a testcase. From
        Stephen Suryaputra.
    
     9) Fix multicast handling in Seville switches driven by mscc-ocelot
        driver. From Vladimir Oltean.
    
    10) Fix proto value passed to skb delivery demux in udp, from Xin Long.
    
    11) HW pkt counters not reported correctly in enetc d...
    4d31058b
MAINTAINERS 563 KB