1. 08 5月, 2019 2 次提交
    • H
      net: dsa: lantiq: Allow special tags only on CPU port · 30d89383
      Hauke Mehrtens 提交于
      Allow the special tag in ingress only on the CPU port and not on all
      ports. A packet with a special tag could circumvent the hardware
      forwarding and should only be allowed on the CPU port where Linux
      controls the port.
      
      Fixes: 14fceff4 ("net: dsa: Add Lantiq / Intel DSA driver for vrx200)"
      Signed-off-by: NHauke Mehrtens <hauke@hauke-m.de>
      Reviewed-by: NFlorian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      30d89383
    • D
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next · 14cfbdac
      David S. Miller 提交于
      Daniel Borkmann says:
      
      ====================
      pull-request: bpf-next 2019-05-06
      
      The following pull-request contains BPF updates for your *net-next* tree.
      
      The main changes are:
      
      1) Two AF_XDP libbpf fixes for socket teardown; first one an invalid
         munmap and the other one an invalid skmap cleanup, both from Björn.
      
      2) More graceful CONFIG_DEBUG_INFO_BTF handling when pahole is not
         present in the system to generate vmlinux btf info, from Andrii.
      
      3) Fix libbpf and thus fix perf build error with uClibc on arc
         architecture, from Vineet.
      
      4) Fix missing libbpf_util.h header install in libbpf, from William.
      
      5) Exclude bash-completion/bpftool from .gitignore pattern, from Masahiro.
      
      6) Fix up rlimit in test_libbpf_open kselftest test case, from Yonghong.
      
      7) Minor misc cleanups.
      ====================
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      14cfbdac
  2. 06 5月, 2019 38 次提交