Age | Commit message (Expand) | Author | Files | Lines |
2017-06-20 | net: manual clean code which call skb_put_[data:zero] | yuan linyu | 1 | -2/+1 |
2017-06-18 | net: dsa: Fix legacy probing | Florian Fainelli | 1 | -11/+8 |
2017-06-16 | net: dsa: add cross-chip multicast support | Vivien Didelot | 1 | -10/+20 |
2017-06-16 | net: dsa: assign default CPU port to all ports | Vivien Didelot | 1 | -11/+19 |
2017-06-13 | net: dsa: Introduce dsa_get_cpu_port() | Florian Fainelli | 6 | -25/+29 |
2017-06-13 | net: dsa: Associate slave network device with CPU port | Florian Fainelli | 4 | -2/+16 |
2017-06-13 | net: dsa: Relocate master ethtool operations | Florian Fainelli | 2 | -18/+14 |
2017-06-13 | net: dsa: Remove master_netdev and use dst->cpu_dp->netdev | Florian Fainelli | 5 | -39/+36 |
2017-06-13 | net: phy: Make phy_ethtool_ksettings_get return void | yuval.shaia@oracle.com | 1 | -4/+5 |
2017-06-08 | net: dsa: add CPU and DSA ports as VLAN members | Vivien Didelot | 1 | -0/+3 |
2017-06-08 | net: dsa: check VLAN capability of every switch | Vivien Didelot | 1 | -10/+17 |
2017-06-08 | net: propagate tc filter chain index down the ndo_setup_tc call | Jiri Pirko | 1 | -5/+6 |
2017-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -48/+50 |
2017-06-05 | net: dsa: Fix stale cpu_switch reference after unbind then bind | Florian Fainelli | 1 | -1/+3 |
2017-06-05 | net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse() | Florian Fainelli | 1 | -18/+15 |
2017-06-05 | net: dsa: Consistently use dsa_port for dsa_*_port_{apply, unapply} | Florian Fainelli | 1 | -49/+41 |
2017-06-05 | net: dsa: Pass dsa_port reference to ethtool setup/restore | Florian Fainelli | 4 | -8/+10 |
2017-06-02 | net: dsa: Move dsa_switch_{suspend,resume} out of legacy.c | Florian Fainelli | 2 | -47/+47 |
2017-06-02 | net: dsa: factor skb freeing on xmit | Vivien Didelot | 9 | -39/+16 |
2017-06-02 | net: dsa: remove out_drop label in taggers rcv | Vivien Didelot | 6 | -42/+24 |
2017-06-02 | net: dsa: do not cast dst | Vivien Didelot | 2 | -2/+2 |
2017-06-02 | net: dsa: comment hot path requirements | Vivien Didelot | 1 | -0/+1 |
2017-06-01 | net: dsa: make function ksz_rcv static | Colin Ian King | 1 | -2/+3 |
2017-06-01 | dsa: add support for Microchip KSZ tail tagging | Woojung Huh | 5 | -0/+111 |
2017-05-31 | net: dsa: remove dev arg of dsa_register_switch | Vivien Didelot | 1 | -5/+5 |
2017-05-31 | net: dsa: remove dsa_port_is_bridged | Vivien Didelot | 1 | -9/+4 |
2017-05-24 | net: dsa: support cross-chip ageing time | Vivien Didelot | 3 | -6/+0 |
2017-05-23 | net: dsa: add VLAN notifier | Vivien Didelot | 3 | -16/+66 |
2017-05-23 | net: dsa: add MDB notifier | Vivien Didelot | 3 | -16/+66 |
2017-05-23 | net: dsa: add FDB notifier | Vivien Didelot | 3 | -16/+66 |
2017-05-23 | net: dsa: add notifier for ageing time | Vivien Didelot | 3 | -29/+62 |
2017-05-23 | net: dsa: move notifier info to private header | Vivien Didelot | 1 | -0/+12 |
2017-05-23 | net: dsa: move VLAN handlers | Vivien Didelot | 3 | -41/+49 |
2017-05-23 | net: dsa: move MDB handlers | Vivien Didelot | 3 | -41/+47 |
2017-05-23 | net: dsa: move FDB handlers | Vivien Didelot | 3 | -42/+47 |
2017-05-23 | net: dsa: move ageing time setter | Vivien Didelot | 3 | -40/+42 |
2017-05-23 | net: dsa: move VLAN filtering setter | Vivien Didelot | 3 | -16/+18 |
2017-05-23 | net: dsa: move bridging routines | Vivien Didelot | 3 | -57/+60 |
2017-05-23 | net: dsa: move port state setters | Vivien Didelot | 4 | -41/+61 |
2017-05-23 | net: dsa: change scope of ageing time setter | Vivien Didelot | 1 | -9/+7 |
2017-05-23 | net: dsa: change scope of VLAN filtering setter | Vivien Didelot | 1 | -8/+7 |
2017-05-23 | net: dsa: change scope of VLAN handlers | Vivien Didelot | 1 | -24/+16 |
2017-05-23 | net: dsa: change scope of MDB handlers | Vivien Didelot | 1 | -23/+18 |
2017-05-23 | net: dsa: change scope of FDB handlers | Vivien Didelot | 1 | -26/+24 |
2017-05-23 | net: dsa: change scope of bridging code | Vivien Didelot | 1 | -19/+17 |
2017-05-23 | net: dsa: change scope of notifier call chain | Vivien Didelot | 1 | -5/+4 |
2017-05-23 | net: dsa: change scope of STP state setter | Vivien Didelot | 1 | -22/+22 |
2017-05-18 | net: dsa: include switchdev.h only once | Vivien Didelot | 1 | -1/+0 |
2017-05-18 | net: dsa: include dsa.h only once | Vivien Didelot | 13 | -12/+14 |
2017-05-17 | net: dsa: Sort DSA tagging protocol drivers | Andrew Lunn | 4 | -25/+25 |