1. 02 May, 2020 3 commits
    • Vincent Cheng's avatar
      ptp: Add adjphase function to support phase offset control. · 184ecc9e
      Vincent Cheng authored
      Adds adjust phase function to take advantage of a PHC
      clock's hardware filtering capability that uses phase offset
      control word instead of frequency offset control word.
      Signed-off-by: default avatarVincent Cheng <vincent.cheng.xh@renesas.com>
      Reviewed-by: default avatarRichard Cochran <richardcochran@gmail.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      184ecc9e
    • David S. Miller's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next · 115506fe
      David S. Miller authored
      Alexei Starovoitov says:
      
      ====================
      pull-request: bpf-next 2020-05-01 (v2)
      
      The following pull-request contains BPF updates for your *net-next* tree.
      
      We've added 61 non-merge commits during the last 6 day(s) which contain
      a total of 153 files changed, 6739 insertions(+), 3367 deletions(-).
      
      The main changes are:
      
      1) pulled work.sysctl from vfs tree with sysctl bpf changes.
      
      2) bpf_link observability, from Andrii.
      
      3) BTF-defined map in map, from Andrii.
      
      4) asan fixes for selftests, from Andrii.
      
      5) Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASH, from Jakub.
      
      6) production cloudflare classifier as a selftes, from Lorenz.
      
      7) bpf_ktime_get_*_ns() helper improvements, from Maciej.
      
      8) unprivileged bpftool feature probe, from Quentin.
      
      9) BPF_ENABLE_STATS command, from Song.
      
      10) enable bpf_[gs]etsockopt() helpers for sock_ops progs, from Stanislav.
      
      11) enable a bunch of common helpers for cg-device, sysctl, sockopt progs,
       from Stanislav.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      115506fe
    • David S. Miller's avatar
      Merge branch 'net-smc-extent-buffer-mapping-and-port-handling' · 5b95dea3
      David S. Miller authored
      Karsten Graul says:
      
      ====================
      net/smc: extent buffer mapping and port handling
      
      Add functionality to map/unmap and register/unregister memory buffers for
      specific SMC-R links and for the whole link group. Prepare LLC layer messages
      for the support of multiple links and extent the processing of adapter events.
      And add further small preparations needed for the SMC-R failover support.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      5b95dea3
  2. 01 May, 2020 37 commits