1. 8f4a0a3 ixgbe: Fix issues with SR-IOV loopback when flow control is disabled by Alexander Duyck · 13 years ago
  2. 8af3c33 ixgbe: fix namespace issues when FCoE/DCB is not enabled by Jeff Kirsher · 13 years ago
  3. 567d2de ixgbe: Correct flag values set by ixgbe_fix_features by Alexander Duyck · 13 years ago
  4. ef6afc0 ixgbe: Add support for enabling UDP RSS via the ethtool rx-flow-hash command by Alexander Duyck · 13 years ago
  5. 581330b ixgbe: Whitespace cleanups by Alexander Duyck · 13 years ago
  6. 6ca4350 ixgbe: Two minor fixes for RSS and FDIR set queues functions by Alexander Duyck · 13 years ago
  7. 35937c0 ixgbe: drop err_eeprom tag which is at same location as err_sw_init by Alexander Duyck · 13 years ago
  8. eb01b97 ixgbe: Move poll routine in order to improve readability by Alexander Duyck · 13 years ago
  9. 6bb78cf ixgbe: cleanup logic for the service timer and VF hang detection by Alexander Duyck · 13 years ago
  10. d3ee429 ixgbe: Update layout of ixgbe_ring structure to improve cache performance by Alexander Duyck · 13 years ago
  11. 244e27a ixgbe: Store Tx flags and protocol information to tx_buffer sooner by Alexander Duyck · 13 years ago
  12. 729739b ixgbe: always write DMA for single_mapped value with skb by Alexander Duyck · 13 years ago
  13. 091a624 ixgbe: Write gso_segs and bytcount to the ring sooner by Alexander Duyck · 13 years ago
  14. fd0db0e ixgbe: Place skb on first buffer_info structure to avoid using stack space by Alexander Duyck · 13 years ago
  15. 7d7ce68 ixgbe: Use packets to track Tx completions instead of a seperate value by Alexander Duyck · 13 years ago
  16. 93f5b3c ixgbe: Modify setup of descriptor flags to avoid conditional jumps by Alexander Duyck · 13 years ago
  17. a50c29d ixgbe: Make certain that all frames fit minimum size requirements by Alexander Duyck · 13 years ago
  18. 655309e ixgbe: cleanup logic in ixgbe_change_mtu by Alexander Duyck · 13 years ago
  19. f800326 ixgbe: Replace standard receive path with a page based receive by Alexander Duyck · 13 years ago
  20. 3f2d1c0 ixgbe: Support RX-ALL feature flag. by Ben Greear · 13 years ago
  21. f43f313 ixgbe: Support sending custom Ethernet FCS. by Ben Greear · 13 years ago
  22. cdf485b ixgbe: dcb: use DCB config values for FCoE traffic class on open by John Fastabend · 13 years ago
  23. d2f5e7f ixgbe: Fix race condition where RX buffer could become corrupted. by Atita Shirwaikar · 13 years ago
  24. 3ed69d7 ixgbe: use typed min/max functions where possible by Jesse Brandeburg · 13 years ago
  25. 9cdcf09 ixgbe: fix obvious return value bug. by Don Skidmore · 13 years ago
  26. 621bd70 ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itr by Alexander Duyck · 13 years ago
  27. bdda1a6 ixgbe: Do not disable read relaxed ordering when DCA is enabled by Alexander Duyck · 13 years ago
  28. 3832b26 ixgbe: Simplify logic for ethtool loopback frame creation and testing by Alexander Duyck · 13 years ago
  29. a557928 ixgbe: Add iterator for cycling through rings on a q_vector by Alexander Duyck · 13 years ago
  30. de88eee ixgbe: Allocate rings as part of the q_vector by Alexander Duyck · 13 years ago
  31. b9f6ed2 ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intr by Alexander Duyck · 13 years ago
  32. 8f15486 ixgbe: Default to queue pairs when number of queues is less than CPUs by Alexander Duyck · 13 years ago
  33. 5d967eb ixgbe: Correct Adaptive Interrupt Moderation so that it will change values by Alexander Duyck · 13 years ago
  34. e954b37 ixgbe: Address issues with Tx WHTRESH value not being set correctly by Alexander Duyck · 13 years ago
  35. 46646e6 ixgbe: Reorder adapter contents for better cache utilization by Alexander Duyck · 13 years ago
  36. 7f83a9e ixgbe: Do no clear Tx status bits since eop_desc provides enough info by Alexander Duyck · 13 years ago
  37. b2d96e0 ixgbe: add support for byte queue limits by Alexander Duyck · 13 years ago
  38. 35551c4 ixgbe: remove tie between NAPI work limits and interrupt moderation by Jeff Kirsher · 13 years ago
  39. 2b88f2d net: dcb: getnumtcs()/setnumtcs() should return an int by John Fastabend · 13 years ago
  40. 89d27a3 ixgbe: dcb: check setup_tc return codes by John Fastabend · 13 years ago
  41. 24ddd96 ixgbe: Fix comments that are out of date or formatted incorrectly by Alexander Duyck · 13 years ago
  42. c466d7a ixgbe: fix spelling errors by Don Skidmore · 13 years ago
  43. 9e0c564 ixgbe: Minor formatting and comment corrections for ixgbe_xmit_frame_ring by Alexander Duyck · 13 years ago
  44. 23677ce drivers/net: Remove boolean comparisons to true/false by Joe Perches · 13 years ago
  45. 3cc26e3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  46. d5ef8a4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  47. 8a0da21 ixgbe: Combine post-DMA processing of sk_buff fields into single function by Alexander Duyck · 13 years ago
  48. e4f7402 ixgbe: Drop the _ADV of descriptor macros since all ixgbe descriptors are ADV by Alexander Duyck · 13 years ago
  49. f56e0cb ixgbe: Add function for testing status bits in Rx descriptor by Alexander Duyck · 13 years ago
  50. f990b79 ixgbe: Let the Rx buffer allocation clear status bits instead of cleanup by Alexander Duyck · 13 years ago
  51. 1d2024f ixgbe: Address fact that RSC was not setting GSO size for incoming frames by Alexander Duyck · 13 years ago
  52. 4c1975d ixgbe: Minor refactor of RSC by Alexander Duyck · 13 years ago
  53. 9cc00b5 ixgbe: ethtool: stats user buffer overrun by John Fastabend · 13 years ago
  54. 5facb8e ixgbe: dcb: up2tc mapping lost on disable/enable CEE DCB state by John Fastabend · 13 years ago
  55. 9d837ea ixgbe: do not update real num queues when netdev is going away by Yi Zou · 13 years ago
  56. 642c680 ixgbe: Fix broken dependency on MAX_SKB_FRAGS being related to page size by Alexander Duyck · 13 years ago
  57. 4cd6923 ixgbe: Fix case of Tx Hang in PF with 32 VFs by Greg Rose · 13 years ago
  58. a4b0832 ixgbe: fix vf lookup by Greg Rose · 13 years ago
  59. dd48dc3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  60. 542a398 ixgbe: Fix typo in ixgbe_common.h by Masanari Iida · 13 years ago
  61. 1bba2e8 ixgbe: make ethtool strings table const by Stephen Hemminger · 13 years ago
  62. 68d6d4a ixgbe: Add warning when no space left for more MAC filters by Greg Rose · 13 years ago
  63. 9497182 ixgbe: update copyright to 2012 by Don Skidmore · 13 years ago
  64. 8ef78ad ixgbe: Add module parameter to allow untested and unsafe SFP+ modules by Peter P Waskiewicz Jr · 13 years ago
  65. 795be954 ixgbe: Fix register defines to correctly handle complex expressions by Alexander Duyck · 13 years ago
  66. ea81875 ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() call by Neerav Parikh · 13 years ago
  67. 0e22d04 ixgbe: add support for new 82599 device. by Don Skidmore · 13 years ago
  68. 9e791e4 ixgbe: add support for new 82599 device id by Emil Tantilov · 13 years ago
  69. 176f950 ixgbe: add write flush in ixgbe_clock_out_i2c_byte() by Emil Tantilov · 13 years ago
  70. 52f33af ixgbe: fix typo's by Stephen Hemminger · 13 years ago
  71. c1085b1 ixgbe: fix incorrect PHY register reads by Emil Tantilov · 13 years ago
  72. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  73. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 13 years ago
  74. 560f20d ixgbe: Remove function prototype for non-existent function by Greg Rose · 13 years ago
  75. 43497cc ixgbe: DCB: IEEE transitions may fail to reprogram hardware. by John Fastabend · 13 years ago
  76. 4909fe9 ixgbe: DCBnl set_all, order of operations fix by John Fastabend · 13 years ago
  77. 1f2149c net: remove netdev_alloc_page and use __GFP_COLD by Eric Dumazet · 13 years ago
  78. f85fa27 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  79. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  80. ea99d83 intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALEN by Joe Perches · 13 years ago
  81. 8d23363 ixgbe: fix LED blink logic to check for link by Emil Tantilov · 13 years ago
  82. 612a94d Sweep the last of the active .get_drvinfo floors under ethernet/ by Rick Jones · 13 years ago
  83. 0126410 ixgbe: Fix compile for kernel without CONFIG_PCI_IOV defined by Rose, Gregory V · 13 years ago
  84. 8599e25 ixgbe: DCB, return max for IEEE traffic classes by John Fastabend · 13 years ago
  85. 331bcf4 ixgbe: fix reading of the buffer returned by the firmware by Emil Tantilov · 13 years ago
  86. 9487dc8 ixgbe: Fix compiler warnings by Greg Rose · 13 years ago
  87. b120818 ixgbe: fix smatch splat due to missing NULL check by John Fastabend · 13 years ago
  88. 93d3ce8 ixgbe: fix disabling of Tx laser at probe by Emil Tantilov · 13 years ago
  89. 232ef6b ixgbe: Fix link issues caused by a reset while interface is down by Emil Tantilov · 13 years ago
  90. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  91. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  92. 15e5209 ixgbe: change the eeprom version reported by ethtool by Emil Tantilov · 13 years ago
  93. 2fa5eef ixgbe: allow eeprom writes via ethtool by Emil Tantilov · 13 years ago
  94. 79488c5 ixgbe: fix endianess when writing driver version to firmware by Emil Tantilov · 13 years ago
  95. de4c7f6 ixgbe: Add new netdev op to turn spoof checking on or off per VF by Greg Rose · 13 years ago
  96. 9813064 ixgbe: fix skb truesize underestimation by Eric Dumazet · 13 years ago
  97. 15d447e ixgbe: Correct check for change in FCoE priority by Mark Rustad · 13 years ago
  98. 7b859eb ixgbe: Add FCoE DDP allocation failure counters to ethtool stats. by Amir Hanania · 13 years ago
  99. 83c61fa ixgbe: Add protection from VF invalid target DMA by Greg Rose · 13 years ago
  100. 8b0c116 net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero by Rick Jones · 13 years ago