Linux/linux d8894a0. MAINTAINERS, drivers/bluetooth hci_nokia.c

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net

Pull networking fixes from David Miller:

 1) Fix crash on bpf_prog_load() errors, from Daniel Borkmann.

 2) Fix ATM VCC memory accounting, from David Woodhouse.

 3) fib6_info objects need RCU freeing, from Eric Dumazet.

 4) Fix SO_BINDTODEVICE handling for TCP sockets, from David Ahern.

 5) Fix clobbered error code in enic_open() failure path, from
    Govindarajulu Varadarajan.

 6) Propagate dev_get_valid_name() error returns properly, from Li
    RongQing.

 7) Fix suspend/resume in davinci_emac driver, from Bartosz Golaszewski.

 8) Various act_ife fixes (recursive locking, IDR leaks, etc.) from
    Davide Caratti.

 9) Fix buggy checksum handling in sungem driver, from Eric Dumazet.

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (40 commits)
  ip: limit use of gso_size to udp
  stmmac: fix DMA channel hang in half-duplex mode
  net: stmmac: socfpga: add additional ocp reset line for Stratix10
  net: sungem: fix rx checksum support
  bpfilter: ignore binary files
  bpfilter: fix build error
  net/usb/drivers: Remove useless hrtimer_active check
  net/sched: act_ife: preserve the action control in case of error
  net/sched: act_ife: fix recursive lock and idr leak
  net: ethernet: fix suspend/resume in davinci_emac
  net: propagate dev_get_valid_name return code
  enic: do not overwrite error code
  net/tcp: Fix socket lookups with SO_BINDTODEVICE
  ptp: replace getnstimeofday64() with ktime_get_real_ts64()
  net/ipv6: respect rcu grace period before freeing fib6_info
  net: net_failover: fix typo in net_failover_slave_register()
  ipvlan: use ETH_MAX_MTU as max mtu
  net: hamradio: use eth_broadcast_addr
  enic: initialize enic->rfs_h.lock in enic_probe
  MAINTAINERS: Add Sam as the maintainer for NCSI
  ...
DeltaFile
+57-22include/linux/filter.h
+61-6kernel/bpf/core.c
+22-27net/ncsi/ncsi-manage.c
+14-12tools/testing/selftests/bpf/test_tunnel.sh
+12-10drivers/net/ethernet/sun/sungem.c
+4-17net/core/filter.c
+14-4drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c
+13-2drivers/net/ethernet/ti/davinci_emac.c
+15-0include/linux/atmdev.h
+14-0kernel/bpf/devmap.c
+10-2drivers/net/ethernet/qlogic/qed/qed_main.c
+10-2tools/testing/selftests/bpf/test_offload.py
+6-6drivers/net/ethernet/cisco/enic/enic_main.c
+5-7net/sched/act_ife.c
+12-0include/linux/bpf.h
+3-9kernel/bpf/syscall.c
+4-7drivers/net/ethernet/qlogic/qed/qed_dcbx.c
+9-2drivers/net/ethernet/qlogic/qed/qed_ll2.c
+10-0drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
+5-5net/ncsi/ncsi-aen.c
+10-0tools/testing/selftests/bpf/config
+2-6drivers/net/hamradio/bpqether.c
+3-4drivers/net/ethernet/intel/i40e/i40e_txrx.c
+4-2net/bpfilter/Makefile
+5-0MAINTAINERS
+3-2tools/bpf/bpftool/perf.c
+3-2include/net/ip6_fib.h
+3-2net/ipv6/ip6_fib.c
+2-2drivers/ptp/ptp_chardev.c
+2-2net/atm/raw.c
+2-2net/core/dev.c
+2-2net/ipv4/inet_hashtables.c
+2-2net/ipv6/inet6_hashtables.c
+2-2drivers/net/ethernet/faraday/ftgmac100.c
+3-1tools/bpf/bpftool/prog.c
+2-1net/ipv4/ip_output.c
+1-2net/atm/common.c
+1-2net/atm/lec.c
+1-2net/atm/mpc.c
+1-2net/atm/pppoatm.c
+1-2net/atm/br2684.c
+1-2drivers/net/usb/cdc_ncm.c
+2-1net/ipv6/ip6_output.c
+3-0net/xdp/xsk.c
+1-2net/atm/clip.c
+1-2drivers/net/ethernet/cisco/enic/enic_clsf.c
+1-1drivers/net/net_failover.c
+1-1drivers/bluetooth/hci_nokia.c
+1-1drivers/ptp/ptp_qoriq.c
+1-1drivers/net/ethernet/stmicro/stmmac/Kconfig
+1-1net/sched/sch_blackhole.c
+1-0drivers/net/ipvlan/ipvlan_main.c
+1-0net/bpfilter/.gitignore
+370-19453 files

UnifiedSplitRaw