1. 18 Jun, 2021 38 commits
  2. 17 Jun, 2021 2 commits
    • David S. Miller's avatar
      Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue · 8fe088bd
      David S. Miller authored
      Tony Nguyen says:
      
      ====================
      100GbE Intel Wired LAN Driver Updates 2021-06-17
      
      This series contains updates to ice driver only.
      
      Jake corrects a couple of entries in the PTYPE table to properly
      reflect the datasheet and removes unneeded NULL checks for some
      PTP calls.
      
      Paul reduces the scope of variables and removes the use of a local
      variable.
      
      Shaokun Zhang removes a duplicate function declaration.
      
      Lorenzo Bianconi fixes a compilation warning if PTP_1588_CLOCK is
      disabled.
      
      Colin Ian King changes a for loop to remove an unneeded 'continue'.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      8fe088bd
    • David S. Miller's avatar
      Merge branch 'hdlc_ppp-cleanups' · 200cedf1
      David S. Miller authored
      Guangbin Huang says:
      
      ====================
      net: hdlc_ppp: clean up some code style issues
      
      This patchset clean up some code style issues.
      
      ---
      Change Log:
      V1 -> V2:
      1. remove patch "net: hdlc_ppp: fix the comments style issue" and
      patch "net: hdlc_ppp: remove redundant spaces" from this patchset.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      200cedf1