1. 21 Jun, 2017 12 commits
  2. 13 Jun, 2017 19 commits
  3. 12 Jun, 2017 7 commits
  4. 11 Jun, 2017 2 commits
    • Daniel Borkmann's avatar
      bpf, arm64: take advantage of stack_depth tracking · f1c9eed7
      Daniel Borkmann authored
      Make use of recently implemented stack_depth tracking for arm64 JIT,
      so that stack usage can be reduced heavily for programs not using
      tail calls at least.
      Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
      Acked-by: default avatarAlexei Starovoitov <ast@kernel.org>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      f1c9eed7
    • David S. Miller's avatar
      Merge tag 'mlx5-updates-2017-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux · 66e037ca
      David S. Miller authored
      Saeed Mahameed says:
      
      ====================
      mlx5-updates-2017-06-11
      
      This series provides updates to mlx5 header rewrite feature, from Or Gerlitz.
      and three more small updates From maor and eran.
      
      -------
      Or says:
      
      Packets belonging to flows which are different by matching may still need
      to go through the same header re-writes (e.g set the current routing hop
      MACs and issue TTL decrement).  To minimize the number of modify header
      IDs, we add a cache for header re-write IDs which is keyed by the binary
      chain of modify header actions.
      
      The caching is supported for both eswitch and NIC use-cases, where the
      actual conversion of the code to use caching comes in separate patches,
      one per use-case.
      
      Using a per field mask field, the TC pedit action supports modifying
      partial fields. The last patch enables offloading that.
      -------
      
      From Maor, update flow table commands layout to the latest HW spec.
      From Eran, ethtool connector type reporting updates.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      66e037ca