Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/dsa
AgeCommit message (Expand)Author
2015-02-17net: dsa: Set valid phy interface typeGuenter Roeck
2015-02-10net: dsa: Remove redundant phy_attach()Andrew Lunn
2015-02-08dsa: correctly determine the number of switches in a systemTobias Waldekranz
2015-01-26net: dsa: set slave MII bus PHY maskVivien Didelot
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-12net: dsa: propagate error code from dsa_slave_phy_setupFlorian Fainelli
2014-12-12net: dsa: handle non-existing PHYs on switch internal busFlorian Fainelli
2014-11-16net: dsa: replace count*size kzalloc by kcallocFabian Frederick
2014-11-16net: dsa: replace count*size kmalloc by kmalloc_arrayFabian Frederick
2014-11-11dsa: Use netdev_<level> instead of printkJoe Perches
2014-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-06net: dsa: slave: Fix autoneg for phys on switch MDIO busAndrew Lunn
2014-11-04Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-30net: dsa: Add support for reading switch registers with ethtoolGuenter Roeck
2014-10-30net: dsa: Add support for switch EEPROM accessGuenter Roeck
2014-10-30net: dsa: Add support for reporting switch chip temperaturesGuenter Roeck
2014-10-30net: dsa: Don't set skb->protocol on outgoing tagged packetsGuenter Roeck
2014-10-28net: dsa: Error out on tagging protocol mismatchesAndrew Lunn
2014-10-20net: dsa: drop owner assignment from platform_driversWolfram Sang
2014-10-19Net: DSA: Fix checking for get_phy_flags functionAndrew Lunn
2014-10-18net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli
2014-10-05net: dsa: do not call phy_start_anegFlorian Fainelli
2014-10-01net: dsa: Fix build warning for !PM_SLEEPThierry Reding
2014-09-29net: dsa: allow switches driver to implement get/set EEEFlorian Fainelli
2014-09-29net: dsa: allow enabling and disable switch portsFlorian Fainelli
2014-09-29net: dsa: start and stop the PHY state machineFlorian Fainelli
2014-09-22net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli
2014-09-22net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli
2014-09-20net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli
2014-09-16net: dsa: fix mii_bus to host_dev replacementFlorian Fainelli
2014-09-16dsa: Replace mii_bus with a generic host deviceAlexander Duyck
2014-09-16dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck
2014-09-14net: dsa: change tag_protocol to an enumFlorian Fainelli
2014-09-02net: dsa: make dsa_pack_type staticFlorian Fainelli
2014-08-28net: dsa: add Broadcom SF2 switch driverFlorian Fainelli
2014-08-28net: dsa: add Broadcom tag RX/TX handlerFlorian Fainelli
2014-08-28net: dsa: allow updating fixed PHY link informationFlorian Fainelli
2014-08-28net: dsa: allow drivers to do link adjustmentFlorian Fainelli
2014-08-28net: dsa: allow switches to work without taggingFlorian Fainelli
2014-08-28net: dsa: allow for more complex PHY setupsFlorian Fainelli
2014-08-28net: dsa: retain a per-port device_node pointerFlorian Fainelli
2014-08-28net: dsa: provide a switch device device tree node pointerFlorian Fainelli
2014-08-28net: dsa: reduce number of protocol hooksFlorian Fainelli
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-06-26net/dsa/dsa.c: remove unnecessary null test before kfreeFabian Frederick
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-17net/dsa/dsa.c: increment chip_index during of_node handling on dsa_of_probe()Fabian Godehardt
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-01-22dsa: Use ether_addr_copyJoe Perches