1. d08f161 dsa: Use ether_addr_copy by Joe Perches · 10 years ago
  2. 2fcc800 net: dsa: inherit addr_assign_type along with dev_addr by Bjørn Mork · 11 years ago
  3. 5f64a7d dsa: fix freeing of sparse port allocation by Florian Fainelli · 11 years ago
  4. 2116824 dsa: factor freeing of dsa_platform_data by Florian Fainelli · 11 years ago
  5. 5e95329b dsa: add device tree bindings to register DSA switches by Florian Fainelli · 11 years ago
  6. f9bf5a2 dsa: make dsa_switch_setup check for valid port names by Florian Fainelli · 11 years ago
  7. f490be0 dsa: use an unique and non conflicting bus name for the slave MII bus by Florian Fainelli · 11 years ago
  8. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 11 years ago
  9. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 11 years ago
  10. b3422a3 dsa: Hide core config options; make drivers select what they need by Ben Hutchings · 12 years ago
  11. 82167cb net: dsa/slave: Fix compilation warnings by viresh kumar · 12 years ago
  12. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  13. 8feedbb dsa: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  14. 3b15885 dsa: Move switch drivers to new directory drivers/net/dsa by Ben Hutchings · 13 years ago
  15. c8f0b86 dsa: Move all definitions needed by drivers into <net/dsa.h> by Ben Hutchings · 13 years ago
  16. fa67a04 dsa: Remove unnecessary exports by Ben Hutchings · 13 years ago
  17. 34a430d dsa: Allow core and drivers to be built as modules by Ben Hutchings · 13 years ago
  18. 3d825ed dsa: Define module author, description, license and aliases for drivers by Ben Hutchings · 13 years ago
  19. 98e6730 mv88e6xxx: Combine mv88e6131 and mv88e612_61_65 drivers by Ben Hutchings · 13 years ago
  20. 7df899c dsa: Combine core and tagging code by Ben Hutchings · 13 years ago
  21. ad293b8 dsa: Export functions from core to modules by Ben Hutchings · 13 years ago
  22. cf50dcc dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functions by Ben Hutchings · 13 years ago
  23. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  24. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  25. 81399ec DSA: Enable cascading in multi-chip 6131 configuration by Barry Grussling · 13 years ago
  26. 7143b7d4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  27. b3b2700 dsa/mv88e6131: fix unknown multicast/broadcast forwarding on mv88e6085 by Peter Korsgaard · 13 years ago
  28. 290129f net: dsa: remove ethtool_ops->set_sg by Michał Mirosław · 13 years ago
  29. c44eaf4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  30. ec80bfc dsa/mv88e6131: add support for mv88e6085 switch by Peter Korsgaard · 13 years ago
  31. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  32. fdb838c dsa/mv88e6060: support nonzero mii base address by Peter Korsgaard · 13 years ago
  33. 577d6a7 module: fix missing semicolons in MODULE macro usage by Rusty Russell · 13 years ago
  34. 7f6b0db net/dsa: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  35. cba86f2 phylib: available for any speed ethernet by Randy Dunlap · 14 years ago
  36. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  37. 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 14 years ago
  38. 336a283 dsa: Fix Kconfig dependencies. by David S. Miller · 14 years ago
  39. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  40. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 14 years ago
  41. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  42. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago
  43. 1ded3f5 dsa: fix 88e6xxx statistics counter snapshotting by Stephane Contri · 15 years ago
  44. ccffad25 net: convert unicast addr list by Jiri Pirko · 15 years ago
  45. e84665c dsa: add switch chip cascading support by Lennert Buytenhek · 15 years ago
  46. 076d3e1 dsa: add support for the Marvell 88E6095/6095F switch chips by Lennert Buytenhek · 15 years ago
  47. c084080 dsa: set ->iflink on slave interfaces to the ifindex of the parent by Lennert Buytenhek · 15 years ago
  48. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  49. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  50. d442ad4 dsa: convert to net_device_ops (v2) by Stephen Hemminger · 15 years ago
  51. 5eaa65b net: Make static by Roel Kluin · 16 years ago
  52. d3f644d dsa: fix warning in net/dsa/mv88e6060.c by Ingo Molnar · 16 years ago
  53. 2a9e797 dsa: fix warning in net/dsa/mv88e6xxx.c by Ingo Molnar · 16 years ago
  54. 7e452ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  55. df02c6f dsa: fix master interface allmulti/promisc handling by Lennert Buytenhek · 16 years ago
  56. 14ee674 dsa: fix skb->pkt_type when mac address of slave interface differs by Lennert Buytenhek · 16 years ago
  57. fb28ad3 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  58. d2ad3ca net/: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  59. 510149e dsa: fix compile bug on s390 by Heiko Carstens · 16 years ago
  60. 45cec1b dsa: Need to select PHYLIB. by David S. Miller · 16 years ago
  61. 2e16a77 dsa: add support for the Marvell 88E6060 switch chip by Lennert Buytenhek · 16 years ago
  62. 396138f0 dsa: add support for Trailer tagging format by Lennert Buytenhek · 16 years ago
  63. 2e5f032 dsa: add support for the Marvell 88E6131 switch chip by Lennert Buytenhek · 16 years ago
  64. cf85d08 dsa: add support for original DSA tagging format by Lennert Buytenhek · 16 years ago
  65. 91da11f net: Distributed Switch Architecture protocol support by Lennert Buytenhek · 16 years ago