1. 373fb08 enic: add devcmd2 by Govindarajulu Varadarajan · 10 years ago
  2. 6a3c2f8 enic: use netdev_<foo> or dev_<foo> instead of pr_<foo> by Govindarajulu Varadarajan · 10 years ago
  3. 3f255dc enic: reconfigure resources for kdump crash kernel by Govindarajulu Varadarajan · 10 years ago
  4. 58feff0 enic: add stats for dma mapping error by Govindarajulu Varadarajan · 10 years ago
  5. 065df15 enic: check dma_mapping_error by Govindarajulu Varadarajan · 10 years ago
  6. 4f675eb enic: add support for set/get rss hash key by Govindarajulu Varadarajan · 10 years ago
  7. a03bb56 enic: implement rx_copybreak by Govindarajulu Varadarajan · 10 years ago
  8. e3e5af3 enic: remove #ifdef CONFIG_RFS_ACCEL around filter structures by Govindarajulu Varadarajan · 11 years ago
  9. a16a336 enic: fix return values in enic_set_coalesce by Govindarajulu Varadarajan · 11 years ago
  10. 4cfe878 enic: do tx cleanup in napi poll by Govindarajulu Varadarajan · 11 years ago
  11. a145df2 enic: Add Accelerated RFS support by Govindarajulu Varadarajan · 11 years ago
  12. f009618 enic: Update driver to use __dev_uc/mc_sync/unsync calls by Alexander Duyck · 11 years ago
  13. 7c2ce6e enic: Add support for adaptive interrupt coalescing by Sujith Sankar · 11 years ago
  14. fef1f07 net: enic: include irq.h for irqreturn_t definitions by Josh Boyer · 11 years ago
  15. 001e1c1 driver/net: enic: update enic maintainers and driver by govindarajulu.v · 11 years ago
  16. 822473b driver/net: enic: Add multi tx support for enic by govindarajulu.v · 11 years ago
  17. d765bb4 drivers/net: enic: Generate notification of hardware crash by Neel Patel · 12 years ago
  18. 0b03856 drivers/net: enic: Add an interface for USNIC to interact with firmware by Neel Patel · 12 years ago
  19. 92e2b46 drivers/net: enic: Adding support for Cisco Low Latency NIC by Neel Patel · 12 years ago
  20. f13bbc2 drivers/net: enic: Move ethtool code to a separate file by Neel Patel · 12 years ago
  21. b8622cb enic: Fix addr valid check in enic_set_vf_mac by Roopa Prabhu · 13 years ago
  22. b4017c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  23. 413708b enic: fix an endian bug in enic_probe() by Dan Carpenter · 13 years ago
  24. 2b68c18 enic: Add support for fw init command on sriov vf's by Roopa Prabhu · 13 years ago
  25. b476583 enic: Fix ndo_set_vf_mac and ndo_set_vf_port to set/get the sriov vf's mac by Roopa Prabhu · 13 years ago
  26. d6c81bc enic: Add new fw devcmd to set mac address of an interface by Roopa Prabhu · 13 years ago
  27. 73c2ae7 enic: remove assignment of random mac on enic vf by Roopa Prabhu · 13 years ago
  28. 9f1de88d enic: Fix address deregistration for sriov vf during port profile disassociate by Roopa Prabhu · 13 years ago
  29. f8a6dd5 enic: Check firmware capability before issuing firmware commands by Neel Patel · 13 years ago
  30. 63da93d enic: Enable support for multiple hardware receive queues by Neel Patel · 13 years ago
  31. 3a4adef enic: This patch adds pci id 0x71 for SRIOV VF's by Roopa Prabhu · 13 years ago
  32. 3f19279 enic: Add support for port profile association on a enic SRIOV VF by Roopa Prabhu · 13 years ago
  33. 889d13f enic: Helper code for SRIOV proxy commands by Roopa Prabhu · 13 years ago
  34. 8749b42 enic: Add SRIOV support by Roopa Prabhu · 13 years ago
  35. a6a5580 enic: Move the Cisco driver by Jeff Kirsher · 14 years ago[Renamed from drivers/net/enic/enic.h]
  36. 6ede746 enic: do vlan cleanup by Jiri Pirko · 14 years ago
  37. ea7ea65 enic: Add support to configure hardware interrupt coalesce timers in a platform independent way by Vasanthy Kolluri · 14 years ago
  38. b880a95 enic: Bug Fix: Fix hardware transmit queue indexing in enic_poll_controller by Vasanthy Kolluri · 14 years ago
  39. 7d260ec enic: Get/Set interrupt resource index for transmit and receive queues by Vasanthy Kolluri · 14 years ago
  40. e1fb77b enic: Log device configuration in detail during driver load by Vasanthy Kolluri · 14 years ago
  41. c97c894 enic: Add support for MTU change via port profile on a dynamic vnic by Roopa Prabhu · 14 years ago
  42. 5ec8f9b net: enic: convert to hw_features by Michał Mirosław · 14 years ago
  43. b3abfbd enic: Add support for PORT_REQUEST_PREASSOCIATE_RR by Roopa Prabhu · 14 years ago
  44. ea0f0d8 enic: Support newer version of firmware devcmd CMD_MCPU_FW_INFO by Vasanthy Kolluri · 14 years ago
  45. 8da83f8 enic: Flush driver cache of registered addr lists during port profile disassociate by Roopa Prabhu · 14 years ago
  46. 1cbb1a6 enic: Always use single transmit and single receive hardware queues per device by Vasanthy Kolluri · 14 years ago
  47. 5990b18 enic: Clean up: Remove a not needed #ifdef by Vasanthy Kolluri · 14 years ago
  48. e0afe53 enic: Bug fix: Reset driver count of registered unicast addresses to zero during device reset by Vasanthy Kolluri · 14 years ago
  49. 0eb2602 enic: Clean up: Remove support for an older version of hardware by Vasanthy Kolluri · 14 years ago
  50. 6916142 enic: Bug Fix: Reorder firmware devcmds - CMD_INIT and CMD_IG_VLAN_REWRITE_MODE by Vasanthy Kolluri · 14 years ago
  51. 115d56f enic: Bug Fix: Fix return values of enic_add/del_station_addr routines by Vasanthy Kolluri · 14 years ago
  52. 5198746 enic: Clean up: Organize devcmd wrapper routines by Vasanthy Kolluri · 14 years ago
  53. 8a37555 enic: Decouple mac address registration and deregistration from port profile set operation by Roopa Prabhu · 14 years ago
  54. 4dce239 enic: Bug Fix: Dont reset ENIC_SET_APPLIED flag on port profile disassociate by Roopa Prabhu · 14 years ago
  55. 6c2c9d9 enic: Move enic port profile handling code to a new 802.1Qbh provisioning info type by Roopa Prabhu · 14 years ago
  56. 2963905 enic: Use VF mac set by IFLA_VF_MAC in port profile provisioning data by Roopa Prabhu · 14 years ago
  57. 0b1c00f enic: Add ndo_set_vf_mac support for enic dynamic devices by Roopa Prabhu · 14 years ago
  58. 319d7e8 enic: Add ndo_set_rx_mode support for enic vnics by Roopa Prabhu · 14 years ago
  59. 1f4f067 enic: Fix build warnings by Vasanthy Kolluri · 14 years ago
  60. 717258b enic: Add support for multiple hardware receive queues by Vasanthy Kolluri · 14 years ago
  61. bf746e6 enic: Remove dead code by Vasanthy Kolluri · 14 years ago
  62. 294dab2 enic: Add set mac address by Roopa Prabhu · 15 years ago
  63. 29046f9 enic: Clean ups by Vasanthy Kolluri · 15 years ago
  64. 1825aca enic: Feature Add: Add loopback capability to enic devices by Vasanthy Kolluri · 15 years ago
  65. a7a79de enic: Use (netdev|dev|pr)_<level> macro helpers for logging by Vasanthy Kolluri · 15 years ago
  66. 88132f5 enic: Feature Add: Replace LRO with GRO by Vasanthy Kolluri · 15 years ago
  67. 08f382e enic: bug fix: make the set/get netlink VF_PORT support symmetrical by Scott Feldman · 15 years ago
  68. f8bd909 net: Add ndo_{set|get}_vf_port support for enic dynamic vnics by Scott Feldman · 15 years ago
  69. 641cb85 enic: Clean up: Change driver description; Fix tab space; Update MAINTAINERS by Vasanthy Kolluri · 15 years ago
  70. a55a603 enic: Bug Fix: Fix hardware descriptor reads by Vasanthy Kolluri · 15 years ago
  71. 7c84459 enic: feature add: add ethtool -c/C support by Scott Feldman · 15 years ago
  72. 9959a18 enic: minimize pkt filter updates to firmware by Scott Feldman · 15 years ago
  73. b3d18d1 enic: Bug fix: use safe queue shutdown in dev->stop by Scott Feldman · 15 years ago
  74. 6ba9cdc enic: provision for multiple Rx/Tx queues; prepare for RSS support by Scott Feldman · 15 years ago
  75. 350991e enic: bug fix: included MAC drops in rx_dropped netstat by Scott Feldman · 15 years ago
  76. 27e6c7d enic: add support for multiple BARs by Scott Feldman · 15 years ago
  77. bd9fb1a enic: record all bad FCS errs as frame errors by Scott Feldman · 16 years ago
  78. ed8af6b enic: bug fix: return notify intr credits by Scott Feldman · 16 years ago
  79. 86ca9db enic: enable ethtool LRO support by Scott Feldman · 16 years ago
  80. 4b75a44 enic: bug fix: don't set netdev->name too early by Scott Feldman · 16 years ago
  81. 25f0a06 enic: fixes for review items from Ben Hutchings by Scott Feldman · 16 years ago
  82. 01f2e4e enic: add Cisco 10G Ethernet NIC driver by Scott Feldman · 16 years ago