1. d765bb4 drivers/net: enic: Generate notification of hardware crash by Neel Patel · 12 years ago
  2. 0b03856 drivers/net: enic: Add an interface for USNIC to interact with firmware by Neel Patel · 12 years ago
  3. f13bbc2 drivers/net: enic: Move ethtool code to a separate file by Neel Patel · 12 years ago
  4. e057590 drivers/net: enic: release rtnl_lock on error-path by Konstantin Khlebnikov · 12 years ago
  5. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 12 years ago
  6. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  7. 4505f40 enic: change sprintf() to snprintf() by Dan Carpenter · 13 years ago
  8. 15c6ff3 net: remove unnecessary NET_ADDR_RANDOM "bitclean" by Jiri Pirko · 13 years ago
  9. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 13 years ago
  10. 854de92 enic: remove __dev* attributes by Bill Pemberton · 13 years ago
  11. b6457ac enic: remove unnecessary setting of skb->dev by Jon Mason · 13 years ago
  12. 2e42e47 drivers/net: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 13 years ago
  13. 1a106de enic: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  14. b8622cb enic: Fix addr valid check in enic_set_vf_mac by Roopa Prabhu · 13 years ago
  15. b4017c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  16. 413708b enic: fix an endian bug in enic_probe() by Dan Carpenter · 13 years ago
  17. 2b68c18 enic: Add support for fw init command on sriov vf's by Roopa Prabhu · 13 years ago
  18. 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
  19. da19431 cisco/enic: use eth_hw_addr_random() instead of random_ether_addr() by Danny Kukawka · 13 years ago
  20. 73c2ae7 enic: remove assignment of random mac on enic vf by Roopa Prabhu · 14 years ago
  21. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 14 years ago
  22. e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 14 years ago
  23. b67f231 enic: fix compile when CONFIG_PCI_IOV is not enabled by Roopa Prabhu · 14 years ago
  24. 35d87e3 enic: fix location of vnic dev unregister in enic_probe cleanup code by Roopa Prabhu · 14 years ago
  25. ca2b721 enic: rearrange some of the port profile code by Roopa Prabhu · 14 years ago
  26. 7335903 enic: Add sriov vf device id checks in port profile code by Roopa Prabhu · 14 years ago
  27. 3a4adef enic: This patch adds pci id 0x71 for SRIOV VF's by Roopa Prabhu · 14 years ago
  28. a1de221 enic: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 14 years ago
  29. 612a94d Sweep the last of the active .get_drvinfo floors under ethernet/ by Rick Jones · 14 years ago
  30. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 14 years ago
  31. 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 14 years ago
  32. 3f19279 enic: Add support for port profile association on a enic SRIOV VF by Roopa Prabhu · 14 years ago
  33. 889d13f enic: Helper code for SRIOV proxy commands by Roopa Prabhu · 14 years ago
  34. 8749b42 enic: Add SRIOV support by Roopa Prabhu · 14 years ago
  35. 4bf5adb enic: convert to SKB paged frag API. by Ian Campbell · 14 years ago
  36. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 14 years ago
  37. 0178934 net: introduce IFF_UNICAST_FLT private flag by Jiri Pirko · 14 years ago
  38. a6a5580 enic: Move the Cisco driver by Jeff Kirsher · 14 years ago[Renamed from drivers/net/enic/enic_main.c]
  39. 6ede746 enic: do vlan cleanup by Jiri Pirko · 14 years ago
  40. ea7ea65 enic: Add support to configure hardware interrupt coalesce timers in a platform independent way by Vasanthy Kolluri · 14 years ago
  41. b880a95 enic: Bug Fix: Fix hardware transmit queue indexing in enic_poll_controller by Vasanthy Kolluri · 14 years ago
  42. 7d260ec enic: Get/Set interrupt resource index for transmit and receive queues by Vasanthy Kolluri · 14 years ago
  43. 8757446 enic: Pass 802.1p bits for packets tagged with vlan zero by Vasanthy Kolluri · 14 years ago
  44. f20530b enic: update to support 64 bit stats by stephen hemminger · 14 years ago
  45. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
  46. c97c894 enic: Add support for MTU change via port profile on a dynamic vnic by Roopa Prabhu · 14 years ago
  47. 6403eab drivers/net: Remove unnecessary semicolons by Joe Perches · 14 years ago
  48. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 14 years ago
  49. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 14 years ago
  50. 5ec8f9b net: enic: convert to hw_features by Michał Mirosław · 14 years ago
  51. b3abfbd enic: Add support for PORT_REQUEST_PREASSOCIATE_RR by Roopa Prabhu · 14 years ago
  52. 8da83f8 enic: Flush driver cache of registered addr lists during port profile disassociate by Roopa Prabhu · 14 years ago
  53. 1cbb1a6 enic: Always use single transmit and single receive hardware queues per device by Vasanthy Kolluri · 14 years ago
  54. 5990b18 enic: Clean up: Remove a not needed #ifdef by Vasanthy Kolluri · 14 years ago
  55. e0afe53 enic: Bug fix: Reset driver count of registered unicast addresses to zero during device reset by Vasanthy Kolluri · 14 years ago
  56. 0eb2602 enic: Clean up: Remove support for an older version of hardware by Vasanthy Kolluri · 15 years ago
  57. 6916142 enic: Bug Fix: Reorder firmware devcmds - CMD_INIT and CMD_IG_VLAN_REWRITE_MODE by Vasanthy Kolluri · 15 years ago
  58. 5198746 enic: Clean up: Organize devcmd wrapper routines by Vasanthy Kolluri · 15 years ago
  59. 8a37555 enic: Decouple mac address registration and deregistration from port profile set operation by Roopa Prabhu · 15 years ago
  60. 4dce239 enic: Bug Fix: Dont reset ENIC_SET_APPLIED flag on port profile disassociate by Roopa Prabhu · 15 years ago
  61. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  62. 0d0b167 net: Fix drivers advertising HW_CSUM feature to use csum_start by Michał Mirosław · 15 years ago
  63. 23f333a drivers/net: don't use flush_scheduled_work() by Tejun Heo · 15 years ago
  64. 6c2c9d9 enic: Move enic port profile handling code to a new 802.1Qbh provisioning info type by Roopa Prabhu · 15 years ago
  65. 29639059 enic: Use VF mac set by IFLA_VF_MAC in port profile provisioning data by Roopa Prabhu · 15 years ago
  66. 0b1c00f enic: Add ndo_set_vf_mac support for enic dynamic devices by Roopa Prabhu · 15 years ago
  67. 319d7e8 enic: Add ndo_set_rx_mode support for enic vnics by Roopa Prabhu · 15 years ago
  68. 79aeec5 enic: Bug Fix: Pass napi reference to the isr that services receive queue by Vasanthy Kolluri · 15 years ago
  69. 1f4f067 enic: Fix build warnings by Vasanthy Kolluri · 15 years ago
  70. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 15 years ago
  71. 53c9053 enic: Fix log message by Vasanthy Kolluri · 15 years ago
  72. 2db77e0 enic: Replace firmware devcmd CMD_ENABLE with CMD_ENABLE_WAIT by Vasanthy Kolluri · 15 years ago
  73. c76fd32 enic: Make firmware cognizant of the user set mac address by Vasanthy Kolluri · 15 years ago
  74. 717258b enic: Add support for multiple hardware receive queues by Vasanthy Kolluri · 15 years ago
  75. 2fdba38 enic: Make local functions static by Vasanthy Kolluri · 15 years ago
  76. ce16cc0 enic: Clean up: remove enic_dev_stats_clear by Roopa Prabhu · 15 years ago
  77. 294dab2 enic: Add set mac address by Roopa Prabhu · 15 years ago
  78. c33788b drivers/net/enic: Use %pUB to format a UUID by Joe Perches · 15 years ago
  79. 1437ce3 ethtool: Change ethtool_op_set_flags to validate flags by Ben Hutchings · 15 years ago
  80. 29046f9 enic: Clean ups by Vasanthy Kolluri · 15 years ago
  81. 1825aca enic: Feature Add: Add loopback capability to enic devices by Vasanthy Kolluri · 15 years ago
  82. a7a79de enic: Use (netdev|dev|pr)_<level> macro helpers for logging by Vasanthy Kolluri · 15 years ago
  83. 383ab92 enic: Clean up: Add wrapper routines for firmware devcmd calls by Vasanthy Kolluri · 15 years ago
  84. 99ef563 enic: Use a lighter reset operation for enic devices by Vasanthy Kolluri · 15 years ago
  85. f8cac14 enic: Bug Fix: Change hardware ingress vlan rewrite mode by Vasanthy Kolluri · 15 years ago
  86. 88132f5 enic: Feature Add: Replace LRO with GRO by Vasanthy Kolluri · 15 years ago
  87. 08f382e enic: bug fix: make the set/get netlink VF_PORT support symmetrical by Scott Feldman · 15 years ago
  88. 418c437 enic: Use random mac addr when associating port-profile by Scott Feldman · 15 years ago
  89. 6fc7f57 enic: bug fix: sprintf UUID to string as u8[] rather than u16[] array by Scott Feldman · 15 years ago
  90. f8bd909 net: Add ndo_{set|get}_vf_port support for enic dynamic vnics by Scott Feldman · 15 years ago
  91. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  92. 641cb85 enic: Clean up: Change driver description; Fix tab space; Update MAINTAINERS by Vasanthy Kolluri · 15 years ago
  93. 73c1ea9 enic: Do not advertise NETIF_F_HW_VLAN_RX by Vasanthy Kolluri · 15 years ago
  94. 48e2f18 net: convert multiple drivers to use netdev_for_each_mc_addr, part4 by Jiri Pirko · 15 years ago
  95. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 16 years ago
  96. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 16 years ago
  97. d87fd25 enic: whitespace cleanup; #define cleanup; more verbose err msg by Scott Feldman · 16 years ago
  98. 7c84459 enic: feature add: add ethtool -c/C support by Scott Feldman · 16 years ago
  99. 9959a18 enic: minimize pkt filter updates to firmware by Scott Feldman · 16 years ago
  100. 2d6ddce enic: Bug fix: try harder to fill Rx ring on skb allocation failures by Scott Feldman · 16 years ago