1. 28 8月, 2020 2 次提交
  2. 25 8月, 2020 2 次提交
  3. 21 8月, 2020 33 次提交
  4. 20 8月, 2020 1 次提交
    • H
      crypto: algapi - Remove skbuff.h inclusion · 0c3dc787
      Herbert Xu 提交于
      The header file algapi.h includes skbuff.h unnecessarily since
      all we need is a forward declaration for struct sk_buff.  This
      patch removes that inclusion.
      
      Unfortunately skbuff.h pulls in a lot of things and drivers over
      the years have come to rely on it so this patch adds a lot of
      missing inclusions that result from this.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      0c3dc787
  5. 19 8月, 2020 1 次提交
  6. 17 8月, 2020 1 次提交