1. 08 Dec, 2017 12 commits
  2. 07 Dec, 2017 9 commits
  3. 06 Dec, 2017 17 commits
  4. 05 Dec, 2017 2 commits
    • Cong Wang's avatar
      net_sched: remove unused parameter from act cleanup ops · 9a63b255
      Cong Wang authored
      No one actually uses it.
      
      Cc: Jiri Pirko <jiri@mellanox.com>
      Cc: Jamal Hadi Salim <jhs@mojatatu.com>
      Signed-off-by: default avatarCong Wang <xiyou.wangcong@gmail.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      9a63b255
    • David S. Miller's avatar
      Merge branch 'dsa-use-per-port-upstream-port' · 8bf54381
      David S. Miller authored
      Vivien Didelot says:
      
      ====================
      net: dsa: use per-port upstream port
      
      An upstream port is a local switch port used to reach a CPU port.
      
      DSA still considers a unique CPU port in the whole switch fabric and
      thus return a unique upstream port for a given switch. This is wrong in
      a multiple CPU ports environment.
      
      We are now switching to using the dedicated CPU port assigned to each
      port in order to get rid of the deprecated unique tree CPU port.
      
      This patchset makes the dsa_upstream_port() helper take a port argument
      and goes one step closer complete support for multiple CPU ports.
      
      Changes in v2:
        - reverse-christmas-tree-fy variables
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      8bf54381