1. 202975b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  2. a24006e ptp: Enable clock drivers along with associated net/PHY drivers by Ben Hutchings · 12 years ago
  3. 42a7cce ptp: Make PTP_1588_CLOCK select rather than depend on PPS by Ben Hutchings · 12 years ago
  4. c562830 pps, ptp: Remove dependencies on EXPERIMENTAL by Ben Hutchings · 12 years ago
  5. ac56558 e1000: fix concurrent accesses to PHY from watchdog and ethtool by Maxime Bizon · 12 years ago
  6. ede4126 igb: Fix EEPROM writes via ethtool on i210 by Carolyn Wyborny · 12 years ago
  7. 09e7728 igb: Add function to read i211's invm version by Carolyn Wyborny · 12 years ago
  8. 40b2012 igb: Remove workaround for EEE configuration on i210/I211 by Carolyn Wyborny · 12 years ago
  9. 3af3361 ixgbe: fix default setting of TXDCTL.WTHRESH by Emil Tantilov · 12 years ago
  10. 3645adb ixgbe: fix uninitialized event.type in ixgbe_ptp_check_pps_event by Jacob Keller · 12 years ago
  11. 810b6d7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  12. 815cccb ixgbe: add setlink, getlink support to ixgbe and ixgbevf by John Fastabend · 12 years ago
  13. ac61d51 igb: Fix sparse warning in igb_ptp_rx_pktstamp by Alexander Duyck · 12 years ago
  14. 0b1a6f2 igb: Update firmware version info for ethtool output. by Carolyn Wyborny · 12 years ago
  15. 9f0b851 igb: Enable auto-crossover during forced operation on 82580 and above. by Matthew Vick · 12 years ago
  16. 91ffb8e igbvf: Check for error on dma_map_single call by Greg Rose · 12 years ago
  17. f9d08f16 ixgbevf: Do not forward LLDP type frames by Greg Rose · 12 years ago
  18. f42df16 ixgbe: reduce PTP rx path overhead by Jiri Benc · 12 years ago
  19. 39ac868 ixgbe: add/update descriptor maps in comments by Josh Hay · 12 years ago
  20. f4de00e ixgbe: Do not decrement budget in ixgbe_clean_rx_irq by Alexander Duyck · 12 years ago
  21. 3970c32 ixgbe: Return success or failure on VF MAC filter set by Greg Rose · 12 years ago
  22. ec74a47 ixgbe: clean up the condition for turning on/off the laser by Emil Tantilov · 12 years ago
  23. b3343a2 net, ixgbe: handle link local multicast addresses in SR-IOV mode by John Fastabend · 12 years ago
  24. a301340 ixgbe: Fix return value from macvlan filter function by Greg Rose · 12 years ago
  25. d7bbcd3 ixgbe: Add support for pipeline reset by Don Skidmore · 12 years ago
  26. 1b3d2d7 ixgbevf: Update version string by Greg Rose · 12 years ago
  27. 55fdd45b ixgbevf: fix softirq-safe to unsafe splat on internal mbx_lock by John Fastabend · 12 years ago
  28. 6132ee8 ixgbevf: Check for error on dma_map_single call by Greg Rose · 12 years ago
  29. f447770 ixgbevf: make netif_napi_add and netif_napi_del symmetric by John Fastabend · 12 years ago
  30. 3db7380 igb: Update version by Carolyn Wyborny · 12 years ago
  31. 59f3010 igb: Update get cable length function for i210/i211 by Carolyn Wyborny · 12 years ago
  32. 6e97c17 e1000e: Minimum packet size must be 17 bytes by Tushar Dave · 12 years ago
  33. 1f4702a ixgbe: Fix possible memory leak in ixgbe_set_ringparam by Alexander Duyck · 12 years ago
  34. de52a12 ixgbe: Add function ixgbe_reset_pipeline_82599 by Don Skidmore · 12 years ago
  35. 505e3718 ixgbe: Drop unnecessary addition from ixgbe_set_rx_buffer_len by Alexander Duyck · 12 years ago
  36. 71a49f7 ixgbe: Correcting small packet padding by Tushar Dave · 12 years ago
  37. 51a1f72 ixgbe: using is_zero_ether_addr() to simplify the code by Wei Yongjun · 12 years ago
  38. 1a71ab2 ixgbe: (PTP) refactor init, cyclecounter and reset by Jacob Keller · 12 years ago
  39. f8a06c2 ixgbe: add WOL support for new subdevice id by Emil Tantilov · 13 years ago
  40. 56e9409 ixgbevf: Add VF DCB + SR-IOV support by Alexander Duyck · 13 years ago
  41. bffb3bc ixgbe: Enable support for VF API version 1.1 in the PF. by Alexander Duyck · 13 years ago
  42. f591cd9 ixgbe: Add support for GET_QUEUES message to get DCB configuration by Alexander Duyck · 13 years ago
  43. 107d301 ixgbe: Add support for tracking the default user priority to SR-IOV by Alexander Duyck · 12 years ago
  44. a048b40 ixgbe: Add support for IPv6 and UDP to ixgbe_get_headlen by Alexander Duyck · 13 years ago
  45. 6a05004 igb: Split igb_update_dca into separate Tx and Rx functions by Alexander Duyck · 12 years ago
  46. 0c2cc02 igb: Move the calls to set the Tx and Rx queues into igb_open by Alexander Duyck · 12 years ago
  47. 5536d21 igb: Combine q_vector and ring allocation into a single function by Alexander Duyck · 12 years ago
  48. de78d1f igb: Lock buffer size at 2K even on systems with larger pages by Alexander Duyck · 12 years ago
  49. 2e334ee igb: Move rx_buffer related code in Rx cleanup path into separate function by Alexander Duyck · 12 years ago
  50. cbc8e55 igb: Map entire page and sync half instead of mapping and unmapping half pages by Alexander Duyck · 12 years ago
  51. db2ee5b igb: Combine post-processing of skb into a single function by Alexander Duyck · 12 years ago
  52. 1a1c225 igb: Do not use header split, instead receive all frames into a single buffer by Alexander Duyck · 12 years ago
  53. b534550 igb: Split Rx timestamping into two separate functions by Alexander Duyck · 12 years ago
  54. ea5ceea igb: Correcting and improving small packet check and padding by Tushar Dave · 12 years ago
  55. 374c65d ixgbe: Add mailbox API version negotiation support to ixgbe PF by Alexander Duyck · 13 years ago
  56. 58a02be ixgbe: Move message handling routines into their own functions by Alexander Duyck · 13 years ago
  57. 872844d ixgbe: Enable jumbo frames support w/ SR-IOV by Alexander Duyck · 13 years ago
  58. 245f292 ixgbe: Initialize q_vector cpu and affinity masks correctly by Alexander Duyck · 13 years ago
  59. 8edc0e6 e1000e: Change wthresh to 1 to avoid possible Tx stalls by Hiroaki SHIMODA · 12 years ago
  60. 16e310a e1000e: add device IDs for i218 by Bruce Allan · 12 years ago
  61. c88887e ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangs by Alexander Duyck · 12 years ago
  62. 91e2b89 ixgbevf: Set the netdev number of Tx queues by Greg Rose · 12 years ago
  63. df376f0 ixgbe: add support for X540-AT1 by joshua.a.hay@intel.com · 12 years ago
  64. 4a97df0 ixgbe: fix poll loop for FDIRCTRL.INIT_DONE bit by Emil Tantilov · 12 years ago
  65. 1cc92eb ixgbe: fix PTP ethtool timestamping function by Jacob Keller · 12 years ago
  66. db0677f ixgbe: (PTP) Fix PPS interrupt code by Jacob Keller · 12 years ago
  67. 8208367 ixgbe: Fix PTP X540 SDP alignment code for PPS signal by Jacob Keller · 13 years ago
  68. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  69. edc7d57 netlink: add attributes to fdb interface by stephen hemminger · 12 years ago
  70. fdb2f9c Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  71. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  72. 2ddc7fe ixgbevf: Return error on failure to enable VLAN by Alexander Duyck · 12 years ago
  73. 5c60f81 ixgbevf: Add fix to VF to handle multi-descriptor buffers by Alexander Duyck · 12 years ago
  74. ac6ed8f ixgbevf: Fix AIM (Adaptive Interrupt Moderation) by Greg Rose · 12 years ago
  75. b3d58a8 ixgbevf - Remove unused parameter in ixgbevf_receive_skb by Narendra K · 13 years ago
  76. 0584d99 ixgbe: Do not read the spoofed packets counter when not in IOV mode by Greg Rose · 13 years ago
  77. 4b2cd27 ixgbevf: Fix code for handling timeout by Alexander Duyck · 13 years ago
  78. 1ef7615 ptp: link the phc device to its parent device by Richard Cochran · 12 years ago
  79. c9f14bf3 igb: Use dma_unmap_addr and dma_unmap_len defines by Alexander Duyck · 12 years ago
  80. a57fe23 igb: Simplify how we populate the RSS key by Alexander Duyck · 12 years ago
  81. 797fd4b igb: Change how we populate the RSS indirection table by Alexander Duyck · 12 years ago
  82. f412878 igb: Change Tx cleanup loop to do/while instead of for by Alexander Duyck · 12 years ago
  83. f33005a igb: Remove logic that was doing NUMA pseudo-aware allocations by Alexander Duyck · 12 years ago
  84. 3dbdf96 igb: Fix stats output on i210/i211 parts. by Carolyn Wyborny · 12 years ago
  85. f557147 igb: Change how we check for pre-existing and assigned VFs by Stefan Assmann · 12 years ago
  86. 012dc19 ixgbevf: scheduling while atomic in reset hw path by John Fastabend · 12 years ago
  87. 3118678 ixgbevf: Add support for VF API negotiation by Alexander Duyck · 13 years ago
  88. e546111 igb: Support to enable EEE on all eee_supported devices by Akeem G. Abodunrin · 12 years ago
  89. ae1c07a igb: Remove artificial restriction on RQDPC stat reading by Alexander Duyck · 13 years ago
  90. 6b6e272 netdev: make address const in device address management by stephen hemminger · 12 years ago
  91. 59d86c7 e1000: Small packets may get corrupted during padding by HW by Tushar Dave · 12 years ago
  92. e57b8bd igb: Add 1588 support to I210/I211. by Matthew Vick · 13 years ago
  93. 1f6e817 igb: Prevent dropped Tx timestamps via work items and interrupts. by Matthew Vick · 12 years ago
  94. 201987e igb: Store the MAC address in the name in the PTP struct. by Matthew Vick · 13 years ago
  95. a918802 igb: Correct PTP support query from ethtool. by Matthew Vick · 12 years ago
  96. a79f4f8 igb: Update PTP function names/variables and locations. by Matthew Vick · 13 years ago
  97. 3c89f6d igb: Tidy up wrapping for CONFIG_IGB_PTP. by Matthew Vick · 13 years ago
  98. 4ffdf91 ixgbe: Improve statistics accuracy for DDP traffic by Mark Rustad · 13 years ago
  99. 91fbd8f ixgbe: added reg_ops file to debugfs by Catherine Sullivan · 13 years ago
  100. 826ff0d ixgbe: added netdev_ops file to debugfs by Catherine Sullivan · 13 years ago