1. 97f8aef net: fix ethtool coding style errors and warnings by chavey · 14 years ago
  2. b00fabb netdev: ethtool RXHASH flag by stephen hemminger · 14 years ago
  3. 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
  4. f5c445e ethtool: Use noinline_for_stack by Eric Dumazet · 15 years ago
  5. d17792e ethtool: Add direct access to ops->get_sset_count by Jeff Garzik · 15 years ago
  6. 723b2f5 ethtool: Add direct access to ops->get_sset_count by Jeff Garzik · 15 years ago
  7. 9675478 ethtool: do not set some flags, if others failed by Jeff Garzik · 15 years ago
  8. 738b034 Revert "ethtool: Add n-tuple string length to drvinfo and return it" by David S. Miller · 15 years ago
  9. c79c5ff ethtool: Add n-tuple string length to drvinfo and return it by Peter Waskiewicz · 15 years ago
  10. 7af3351 ethtool: Don't flush n-tuple list from ethtool_reset() by Ben Hutchings · 15 years ago
  11. 2bb4646 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  12. 1cab819 ethtool: allow non-admin user to read GRO settings. by stephen hemminger · 15 years ago
  13. 339c6e9 ethtool: reduce stack usage by Eric Dumazet · 15 years ago
  14. 0d643e1 ethtool: Move n-tuple capability check into set_flags by Peter Waskiewicz · 15 years ago
  15. e858911 ethtool: Fix filter addition when caching n-tuple filters by Peter Waskiewicz · 15 years ago
  16. 8e55742 ethtool: Use explicit designated initializers for .cmd by Roland Dreier · 15 years ago
  17. 15682bc ethtool: Introduce n-tuple filter programming support by Peter P Waskiewicz Jr · 15 years ago
  18. d73d3a8 ethtool: Add reset operation by Ben Hutchings · 15 years ago
  19. a9828ec ethtool: Remove support for obsolete string query operations by Ben Hutchings · 15 years ago
  20. 05c6a8d net/ethtool: Add support for the ethtool feature to flash firmware image from a specified file. by Ajit Khaparde · 15 years ago
  21. 8a729fc net: ethtool_op_get_rx_csum() should be public and exported by Eric Dumazet · 15 years ago
  22. 1896e61 ethtool: device independent rx_csum and get_flags routines by Sridhar Samudrala · 15 years ago
  23. c9cacec core: remove pointless conditional before kfree() by Wei Yongjun · 15 years ago
  24. 59089d8 ethtool: Add RX pkt classification interface by Santwona Behera · 16 years ago
  25. b240a0e ethtool: Add GGRO and SGRO ops by Herbert Xu · 16 years ago
  26. 0853ad6 netdev: Add support for rx flow hash configuration, using ethtool. by Santwona Behera · 16 years ago
  27. c5835df ethtool: EEPROM dump no longer works for tg3 and natsemi by Mandeep Singh Baines · 16 years ago
  28. b131dd5 [ETHTOOL]: Add support for large eeproms by Mandeep Singh Baines · 16 years ago
  29. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  30. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  31. 13c99b2 [ETHTOOL]: Internal cleanup of ethtool_value-related handlers by Jeff Garzik · 17 years ago
  32. 339bf02 [ETHTOOL]: Introduce ->{get,set}_priv_flags, ETHTOOL_[GS]PFLAGS by Jeff Garzik · 17 years ago
  33. ff03d49 [ETHTOOL]: Introduce get_sset_count. Obsolete get_stats_count, self_test_count by Jeff Garzik · 17 years ago
  34. 3ae7c0b [ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctls by Jeff Garzik · 17 years ago
  35. 6f93b9c [NET]: Unexport dev_ethtool by Adrian Bunk · 17 years ago
  36. 313674a [NET]: ethtool_perm_addr only has one implementation by Matthew Wilcox · 17 years ago
  37. 61a44b9 [NET]: ethtool ops are the only way by Matthew Wilcox · 17 years ago
  38. 6460d94 [NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices. by Michael Chan · 17 years ago
  39. e71a478 [NET] core: whitespace cleanup by Stephen Hemminger · 17 years ago
  40. 4ec93ed [NET] CORE: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  41. 6fbe59b [ETHTOOL]: Remove some entries from non-root command list. by David S. Miller · 18 years ago
  42. 75f3123 [ETHTOOL]: let mortals use ethtool by Stephen Hemminger · 18 years ago
  43. 76fd859 [PATCH] ethtool: allow const ethtool_ops by Stephen Hemminger · 18 years ago
  44. e1b90c4 [NET] ethtool: fix oops by testing correct struct member by Jeff Garzik · 18 years ago
  45. 37c3185 [NET]: Added GSO toggle by Herbert Xu · 18 years ago
  46. 47552c4 [ETHTOOL]: Fix UFO typo by Herbert Xu · 18 years ago
  47. 8648b30 [NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM by Herbert Xu · 18 years ago
  48. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  49. e89e9cf [IPv4/IPv6]: UFO Scatter-gather approach by Ananda Raju · 19 years ago
  50. 0bf0519d [PATCH] (7/7) __user annotations (ethtool) by viro@ftp.linux.org.uk · 19 years ago
  51. a6f9a70 [NET]: Add support for getting the permanent hardware address. by Jon Wetzel · 19 years ago
  52. fa04ae5 [ETHTOOL]: Check correct pointer in ethtool_set_coalesce(). by David S. Miller · 19 years ago
  53. 69f6a0f [NET]: Add ethtool support for NETIF_F_HW_CSUM. by Jon Mason · 19 years ago
  54. 81e8157 [BRIDGE]: make dev->features unsigned by Stephen Hemminger · 19 years ago
  55. d8a33ac [BRIDGE]: features change notification by Stephen Hemminger · 19 years ago
  56. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago