1. 21 May, 2020 1 commit
    • Al Viro's avatar
      lift compat definitions of mcast [sg]etsockopt requests into net/compat.h · 63287de6
      Al Viro authored
      We want to get rid of compat_mc_[sg]etsockopt() and to have that stuff
      handled without compat_alloc_user_space(), extra copying through
      userland, etc.  To do that we'll need ipv4 and ipv6 instances of
      ->compat_[sg]etsockopt() to manipulate the 32bit variants of mcast
      requests, so we need to move the definitions of those out of net/compat.c
      and into a public header.
      
      This patch just does a mechanical move to include/net/compat.h
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      63287de6
  2. 20 May, 2020 2 commits
  3. 19 May, 2020 37 commits