1. 6e97c17 e1000e: Minimum packet size must be 17 bytes by Tushar Dave · 13 years ago
  2. 1f4702a ixgbe: Fix possible memory leak in ixgbe_set_ringparam by Alexander Duyck · 13 years ago
  3. de52a12 ixgbe: Add function ixgbe_reset_pipeline_82599 by Don Skidmore · 13 years ago
  4. 505e3718 ixgbe: Drop unnecessary addition from ixgbe_set_rx_buffer_len by Alexander Duyck · 13 years ago
  5. 71a49f7 ixgbe: Correcting small packet padding by Tushar Dave · 13 years ago
  6. 51a1f72 ixgbe: using is_zero_ether_addr() to simplify the code by Wei Yongjun · 13 years ago
  7. 1a71ab2 ixgbe: (PTP) refactor init, cyclecounter and reset by Jacob Keller · 13 years ago
  8. f8a06c2 ixgbe: add WOL support for new subdevice id by Emil Tantilov · 13 years ago
  9. 56e9409 ixgbevf: Add VF DCB + SR-IOV support by Alexander Duyck · 13 years ago
  10. bffb3bc ixgbe: Enable support for VF API version 1.1 in the PF. by Alexander Duyck · 13 years ago
  11. f591cd9 ixgbe: Add support for GET_QUEUES message to get DCB configuration by Alexander Duyck · 13 years ago
  12. 107d301 ixgbe: Add support for tracking the default user priority to SR-IOV by Alexander Duyck · 13 years ago
  13. a048b40 ixgbe: Add support for IPv6 and UDP to ixgbe_get_headlen by Alexander Duyck · 13 years ago
  14. 6a05004 igb: Split igb_update_dca into separate Tx and Rx functions by Alexander Duyck · 13 years ago
  15. 0c2cc02 igb: Move the calls to set the Tx and Rx queues into igb_open by Alexander Duyck · 13 years ago
  16. 5536d21 igb: Combine q_vector and ring allocation into a single function by Alexander Duyck · 13 years ago
  17. de78d1f igb: Lock buffer size at 2K even on systems with larger pages by Alexander Duyck · 13 years ago
  18. 2e334ee igb: Move rx_buffer related code in Rx cleanup path into separate function by Alexander Duyck · 13 years ago
  19. cbc8e55 igb: Map entire page and sync half instead of mapping and unmapping half pages by Alexander Duyck · 13 years ago
  20. db2ee5b igb: Combine post-processing of skb into a single function by Alexander Duyck · 13 years ago
  21. 1a1c225 igb: Do not use header split, instead receive all frames into a single buffer by Alexander Duyck · 13 years ago
  22. b534550 igb: Split Rx timestamping into two separate functions by Alexander Duyck · 13 years ago
  23. ea5ceea igb: Correcting and improving small packet check and padding by Tushar Dave · 13 years ago
  24. 374c65d ixgbe: Add mailbox API version negotiation support to ixgbe PF by Alexander Duyck · 13 years ago
  25. 58a02be ixgbe: Move message handling routines into their own functions by Alexander Duyck · 13 years ago
  26. 872844d ixgbe: Enable jumbo frames support w/ SR-IOV by Alexander Duyck · 13 years ago
  27. 245f292 ixgbe: Initialize q_vector cpu and affinity masks correctly by Alexander Duyck · 13 years ago
  28. 8edc0e6 e1000e: Change wthresh to 1 to avoid possible Tx stalls by Hiroaki SHIMODA · 13 years ago
  29. 16e310a e1000e: add device IDs for i218 by Bruce Allan · 13 years ago
  30. c88887e ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangs by Alexander Duyck · 13 years ago
  31. 91e2b89 ixgbevf: Set the netdev number of Tx queues by Greg Rose · 13 years ago
  32. df376f0 ixgbe: add support for X540-AT1 by joshua.a.hay@intel.com · 13 years ago
  33. 4a97df0 ixgbe: fix poll loop for FDIRCTRL.INIT_DONE bit by Emil Tantilov · 13 years ago
  34. 1cc92eb ixgbe: fix PTP ethtool timestamping function by Jacob Keller · 13 years ago
  35. db0677f ixgbe: (PTP) Fix PPS interrupt code by Jacob Keller · 13 years ago
  36. 8208367 ixgbe: Fix PTP X540 SDP alignment code for PPS signal by Jacob Keller · 13 years ago
  37. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  38. edc7d57 netlink: add attributes to fdb interface by stephen hemminger · 13 years ago
  39. fdb2f9c Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 13 years ago
  40. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  41. 2ddc7fe ixgbevf: Return error on failure to enable VLAN by Alexander Duyck · 13 years ago
  42. 5c60f81 ixgbevf: Add fix to VF to handle multi-descriptor buffers by Alexander Duyck · 13 years ago
  43. ac6ed8f ixgbevf: Fix AIM (Adaptive Interrupt Moderation) by Greg Rose · 13 years ago
  44. b3d58a8 ixgbevf - Remove unused parameter in ixgbevf_receive_skb by Narendra K · 13 years ago
  45. 0584d99 ixgbe: Do not read the spoofed packets counter when not in IOV mode by Greg Rose · 13 years ago
  46. 4b2cd27 ixgbevf: Fix code for handling timeout by Alexander Duyck · 13 years ago
  47. 1ef7615 ptp: link the phc device to its parent device by Richard Cochran · 13 years ago
  48. c9f14bf3 igb: Use dma_unmap_addr and dma_unmap_len defines by Alexander Duyck · 13 years ago
  49. a57fe23 igb: Simplify how we populate the RSS key by Alexander Duyck · 13 years ago
  50. 797fd4b igb: Change how we populate the RSS indirection table by Alexander Duyck · 13 years ago
  51. f412878 igb: Change Tx cleanup loop to do/while instead of for by Alexander Duyck · 13 years ago
  52. f33005a igb: Remove logic that was doing NUMA pseudo-aware allocations by Alexander Duyck · 13 years ago
  53. 3dbdf96 igb: Fix stats output on i210/i211 parts. by Carolyn Wyborny · 13 years ago
  54. f557147 igb: Change how we check for pre-existing and assigned VFs by Stefan Assmann · 13 years ago
  55. 012dc19 ixgbevf: scheduling while atomic in reset hw path by John Fastabend · 13 years ago
  56. 3118678 ixgbevf: Add support for VF API negotiation by Alexander Duyck · 13 years ago
  57. e546111 igb: Support to enable EEE on all eee_supported devices by Akeem G. Abodunrin · 13 years ago
  58. ae1c07a igb: Remove artificial restriction on RQDPC stat reading by Alexander Duyck · 13 years ago
  59. 6b6e272 netdev: make address const in device address management by stephen hemminger · 13 years ago
  60. 59d86c7 e1000: Small packets may get corrupted during padding by HW by Tushar Dave · 13 years ago
  61. e57b8bd igb: Add 1588 support to I210/I211. by Matthew Vick · 13 years ago
  62. 1f6e817 igb: Prevent dropped Tx timestamps via work items and interrupts. by Matthew Vick · 13 years ago
  63. 201987e igb: Store the MAC address in the name in the PTP struct. by Matthew Vick · 13 years ago
  64. a918802 igb: Correct PTP support query from ethtool. by Matthew Vick · 13 years ago
  65. a79f4f8 igb: Update PTP function names/variables and locations. by Matthew Vick · 13 years ago
  66. 3c89f6d igb: Tidy up wrapping for CONFIG_IGB_PTP. by Matthew Vick · 13 years ago
  67. 4ffdf91 ixgbe: Improve statistics accuracy for DDP traffic by Mark Rustad · 13 years ago
  68. 91fbd8f ixgbe: added reg_ops file to debugfs by Catherine Sullivan · 13 years ago
  69. 826ff0d ixgbe: added netdev_ops file to debugfs by Catherine Sullivan · 13 years ago
  70. 0094916 ixgbe: add debugfs support by Catherine Sullivan · 13 years ago
  71. d6ea075 ixgbe: fix reporting of spoofed packets by Emil Tantilov · 13 years ago
  72. 9f66d3e ixgbe: Fix VF rate limiting to correctly account for more queues per VF by Alexander Duyck · 13 years ago
  73. b35d4d4 ixgbe: Fix ordering of things so that PF correctly configures its VLANs by Alexander Duyck · 13 years ago
  74. 2f66fd3 e1000: add byte queue limits by Otto Estuardo Solares Cabrera · 13 years ago
  75. 78890b5 Merge commit 'v3.6-rc5' into next by Bjorn Helgaas · 13 years ago
  76. 1959ec5 Merge branch 'pci/stephen-const' into next by Bjorn Helgaas · 13 years ago
  77. 3646f0e netdev: make pci_error_handlers const by Stephen Hemminger · 13 years ago
  78. ab86825 ixgbe: remove old init remnant by Eliezer Tamir · 13 years ago
  79. 42f3c43 igb: Supported and Advertised Pause Frame by Akeem G. Abodunrin · 13 years ago
  80. 9936a7b igb: reduce Rx header size by Eric Dumazet · 13 years ago
  81. 8aa23f0 igb: Add loopback test support for i210 by Carolyn Wyborny · 13 years ago
  82. fcb1184 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  83. c32f386 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  84. dd1fe11 ixgbevf: Cleanup handling of configuration for jumbo frames by Alexander Duyck · 13 years ago
  85. 0ac1e8c ixgbevf: Add suspend and resume support to the VF by Alexander Duyck · 13 years ago
  86. 076d807 e1000e: update driver version number by Bruce Allan · 13 years ago
  87. 70443ae e1000e: cleanup - remove unnecessary variable by Bruce Allan · 13 years ago
  88. 419e551 e1000e: cleanup - remove inapplicable comment by Bruce Allan · 13 years ago
  89. 06a402e e1000e: cleanup strict checkpatch check by Bruce Allan · 13 years ago
  90. bc76329 e1000e: cleanup strict checkpatch MEMORY_BARRIER checks by Bruce Allan · 13 years ago
  91. efc38d2 e1000e: use correct type for read of 32-bit register by Bruce Allan · 13 years ago
  92. d821a4c e1000e: DoS while TSO enabled caused by link partner with small MSS by Bruce Allan · 13 years ago
  93. 23d028c igb: Use PCI Express Capability accessors by Jiang Liu · 13 years ago
  94. f8c0fca e1000e: Use PCI Express Capability accessors by Jiang Liu · 13 years ago
  95. 62f87c0 PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type by Yijing Wang · 13 years ago
  96. bba6ec7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  97. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  98. 8376dad igb: update to allow reading/setting MDI state by Jesse Brandeburg · 13 years ago
  99. 4e8186b e1000e: implement MDI/MDI-X control by Jesse Brandeburg · 13 years ago
  100. c819bbd5 e1000: configure and read MDI settings by Jesse Brandeburg · 13 years ago