Age | Commit message (Expand) | Author | Files | Lines |
2019-11-01 | net: dsa: remove limitation of switch index value | Vivien Didelot | 1 | -2/+0 |
2019-11-01 | net: dsa: remove tree functions related to switches | Vivien Didelot | 1 | -33/+10 |
2019-11-01 | net: dsa: remove the dst->ds array | Vivien Didelot | 1 | -7/+0 |
2019-11-01 | net: dsa: remove switch routing table setup code | Vivien Didelot | 1 | -22/+2 |
2019-11-01 | net: dsa: remove ds->rtable | Vivien Didelot | 1 | -4/+0 |
2019-11-01 | net: dsa: list DSA links in the fabric | Vivien Didelot | 1 | -1/+40 |
2019-10-31 | net: dsa: add ethtool pause configuration support | Heiner Kallweit | 1 | -0/+18 |
2019-10-29 | net: dsa: Add support for devlink device parameters | Andrew Lunn | 2 | -1/+54 |
2019-10-28 | net: dsa: fix dereference on ds->dev before null check error | Colin Ian King | 1 | -2/+5 |
2019-10-25 | net: core: add generic lockdep keys | Taehee Yoo | 2 | -17/+0 |
2019-10-22 | net: dsa: remove dsa_switch_alloc helper | Vivien Didelot | 1 | -15/+6 |
2019-10-22 | net: dsa: allocate ports on touch | Vivien Didelot | 1 | -2/+14 |
2019-10-22 | net: dsa: use ports list to setup default CPU port | Vivien Didelot | 1 | -21/+12 |
2019-10-22 | net: dsa: use ports list to find first CPU port | Vivien Didelot | 1 | -14/+3 |
2019-10-22 | net: dsa: use ports list to setup multiple master devices | Vivien Didelot | 1 | -7/+15 |
2019-10-22 | net: dsa: use ports list to find a port by node | Vivien Didelot | 1 | -14/+3 |
2019-10-22 | net: dsa: use ports list for routing table setup | Vivien Didelot | 1 | -4/+3 |
2019-10-22 | net: dsa: use ports list to setup switches | Vivien Didelot | 1 | -52/+41 |
2019-10-22 | net: dsa: use ports list to find slave | Vivien Didelot | 1 | -17/+6 |
2019-10-22 | net: dsa: add ports list in the switch fabric | Vivien Didelot | 1 | -6/+42 |
2019-10-22 | net: dsa: use dsa_to_port helper everywhere | Vivien Didelot | 4 | -10/+12 |
2019-10-19 | net: dsa: fix switch tree list | Vivien Didelot | 1 | -1/+1 |
2019-10-02 | net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_set | Vladimir Oltean | 1 | -1/+11 |
2019-09-18 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+2 |
2019-09-16 | net: dsa: sja1105: Advertise the 8 TX queues | Vladimir Oltean | 1 | -1/+2 |
2019-09-16 | net: dsa: Pass ndo_setup_tc slave callback to drivers | Vladimir Oltean | 1 | -4/+8 |
2019-09-15 | net: dsa: Fix load order between DSA drivers and taggers | Andrew Lunn | 1 | -0/+2 |
2019-09-12 | net: dsa: microchip: remove NET_DSA_TAG_KSZ_COMMON | George McCollister | 2 | -8/+3 |
2019-09-02 | net: dsa: Fix off-by-one number of calls to devlink_port_unregister | Vladimir Oltean | 1 | -10/+29 |
2019-09-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+2 |
2019-08-31 | net: dsa: tag_8021q: Restore bridge VLANs when enabling vlan_filtering | Vladimir Oltean | 1 | -20/+82 |
2019-08-28 | net: dsa: Advertise the VLAN offload netdev ability only if switch supports it | Vladimir Oltean | 1 | -9/+6 |
2019-08-28 | net: dsa: tag_8021q: Future-proof the reserved fields in the custom VID | Vladimir Oltean | 1 | -0/+2 |
2019-08-28 | net: dsa: clear VLAN PVID flag for CPU port | Vivien Didelot | 1 | -0/+6 |
2019-08-28 | net: dsa: program VLAN on CPU port from slave | Vivien Didelot | 2 | -1/+18 |
2019-08-28 | net: dsa: check bridge VLAN in slave operations | Vivien Didelot | 2 | -8/+14 |
2019-08-28 | net: dsa: add slave VLAN helpers | Vivien Didelot | 1 | -7/+33 |
2019-08-28 | net: dsa: do not skip -EOPNOTSUPP in dsa_port_vid_add | Vivien Didelot | 2 | -4/+7 |
2019-08-28 | net: dsa: remove bitmap operations | Vivien Didelot | 2 | -87/+59 |
2019-08-20 | net: dsa: enable and disable all ports | Vivien Didelot | 1 | -0/+11 |
2019-08-20 | net: dsa: use a single switch statement for port setup | Vivien Didelot | 1 | -48/+39 |
2019-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+3 |
2019-08-17 | net: dsa: remove calls to genphy_config_init | Heiner Kallweit | 1 | -5/+0 |
2019-08-12 | net: dsa: Check existence of .port_mdb_add callback before calling it | Chen-Yu Tsai | 1 | -0/+3 |
2019-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -10/+2 |
2019-08-07 | net: dsa: sja1105: Fix memory leak on meta state machine error path | Vladimir Oltean | 1 | -0/+1 |
2019-08-07 | net: dsa: sja1105: Fix memory leak on meta state machine normal path | Vladimir Oltean | 1 | -10/+1 |
2019-08-07 | net: dsa: dump CPU port regs through master | Vivien Didelot | 1 | -0/+66 |
2019-08-06 | net: dsa: ksz: Drop NET_DSA_TAG_KSZ9477 | Marek Vasut | 1 | -7/+0 |
2019-07-31 | net: dsa: ksz: Add KSZ8795 tag code | Tristram Ha | 1 | -0/+62 |