• Linus Torvalds's avatar
    Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net · 96080f69
    Linus Torvalds authored
    Pull networking fixes from David Miller:
    
     1) BPF verifier signed/unsigned value tracking fix, from Daniel
        Borkmann, Edward Cree, and Josef Bacik.
    
     2) Fix memory allocation length when setting up calls to
        ->ndo_set_mac_address, from Cong Wang.
    
     3) Add a new cxgb4 device ID, from Ganesh Goudar.
    
     4) Fix FIB refcount handling, we have to set it's initial value before
        the configure callback (which can bump it). From David Ahern.
    
     5) Fix double-free in qcom/emac driver, from Timur Tabi.
    
     6) A bunch of gcc-7 string format overflow warning fixes from Arnd
        Bergmann.
    
     7) Fix link level headroom tests in ip_do_fragment(), from Vasily
        Averin.
    
     8) Fix chunk walking in SCTP when iterating over error and parameter
        headers. From Alexander Potapenko.
    
     9) TCP BBR congestion control fixes from Neal Cardwell.
    
    10) Fix SKB fragment handling in bcmgenet driver, from Doug Berger.
    
    11) BPF_CGROUP_RUN_PROG_SOCK_OPS needs to check for null __sk, from Cong
        Wang.
    
    12) xmit_recursion in ppp driver needs to be per-device not per-cpu,
        from Gao Feng.
    
    13) Cannot release skb->dst in UDP if IP options processing needs it.
        From Paolo Abeni.
    
    14) Some netdev ioctl ifr_name[] NULL termination fixes. From Alexander
        Levin and myself.
    
    15) Revert some rtnetlink notification changes that are causing
        regressions, from David Ahern.
    
    * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (83 commits)
      net: bonding: Fix transmit load balancing in balance-alb mode
      rds: Make sure updates to cp_send_gen can be observed
      net: ethernet: ti: cpsw: Push the request_irq function to the end of probe
      ipv4: initialize fib_trie prior to register_netdev_notifier call.
      rtnetlink: allocate more memory for dev_set_mac_address()
      net: dsa: b53: Add missing ARL entries for BCM53125
      bpf: more tests for mixed signed and unsigned bounds checks
      bpf: add test for mixed signed and unsigned bounds checks
      bpf: fix up test cases with mixed signed/unsigned bounds
      bpf: allow to specify log level and reduce it for test_verifier
      bpf: fix mixed signed/unsigned derived min/max value bounds
      ipv6: avoid overflow of offset in ip6_find_1stfragopt
      net: tehuti: don't process data if it has not been copied from userspace
      Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"
      net: dsa: mv88e6xxx: Enable CMODE config support for 6390X
      dt-binding: ptp: Add SoC compatibility strings for dte ptp clock
      NET: dwmac: Make dwmac reset unconditional
      net: Zero terminate ifr_name in dev_ifname().
      wireless: wext: terminate ifr name coming from userspace
      netfilter: fix netfilter_net_init() return
      ...
    96080f69
alloc.c 18.3 KB