1. 12 Apr, 2022 38 commits
  2. 11 Apr, 2022 2 commits
    • Grygorii Strashko's avatar
      net: ethernet: ti: cpsw: drop CPSW_HEADROOM define · d072c88c
      Grygorii Strashko authored
      Since commit 1771afd4 ("net: cpsw: avoid alignment faults by taking
      NET_IP_ALIGN into account") the TI CPSW driver was switched to use correct
      define CPSW_HEADROOM_NA to avoid alignment faults, but there are two places
      left where CPSW_HEADROOM is still used (without causing issues).
      
      Hence, completely drop CPSW_HEADROOM define and use CPSW_HEADROOM_NA
      everywhere to avoid further mistakes in code.
      Signed-off-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      d072c88c
    • David S. Miller's avatar
      Merge branch 'mptcp-next' · e782f5ba
      David S. Miller authored
      Mat Martineau says:
      
      ====================
      mptcp: Miscellaneous changes for 5.19
      
      Four separate groups of patches here:
      
      Patch 1 optimizes flag checking when releasing mptcp socket locks.
      
      Patches 2 and 3 update the packet scheduler when subflow priorities
      change.
      
      Patch 4 adds some pernet helper functions for MPTCP.
      
      Patches 5-8 add diag support for MPTCP listeners, including a selftest.
      
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      e782f5ba