1. 2ad30e2 ixgbe: Fix PFC mask generation by Mark Rustad · 13 years ago
  2. 462d599 e1000e: WoL fails on device ID 0x1501 by Bruce Allan · 13 years ago
  3. 03299e4 e1000e: WoL can fail on 82578DM by Bruce Allan · 13 years ago
  4. 3e7307f ixgbe: remove instances of ixgbe_phy_aq for 82598 and 82599 by Emil Tantilov · 13 years ago
  5. 860502b ixgbe: get pauseparam autoneg by Mika Lansirinne · 13 years ago
  6. 837617a ixgbe: do not disable flow control in ixgbe_check_mac_link by Emil Tantilov · 13 years ago
  7. 217995e ixgbe: send MFLCN to ethtool by Emil Tantilov · 13 years ago
  8. 7d14528 ixgbe: add support for new 82599 device by Emil Tantilov · 13 years ago
  9. 2466dd9 ixgbe: fix driver version initialization in firmware by Jacob Keller · 13 years ago
  10. e1befd7 ixgbe: remove return code for functions that always return 0 by Emil Tantilov · 13 years ago
  11. 3fbaa3a ixgbe: clear the data field in ixgbe_read_i2c_byte_generic by Emil Tantilov · 13 years ago
  12. 7edebf9 ixgbe: prevent link checks while resetting by Emil Tantilov · 13 years ago
  13. 8ce9d6c e1000e: make function tables const by Jeff Kirsher · 13 years ago
  14. 0ccb974 ixgbe: add ECC warning for legacy interrupts by Don Skidmore · 13 years ago
  15. f3df98e ixgbe: cleanup ixgbe_setup_gpie() for X540 by Don Skidmore · 13 years ago
  16. 4f51bf7 ixgbe add thermal sensor support for x540 hardware by Jacob Keller · 13 years ago
  17. 9da712d ixgbe: update {P}FC thresholds to account for X540 and loopback by John Fastabend · 13 years ago
  18. 934c18c ixgbe: disable LLI for FCoE by Vasu Dev · 13 years ago
  19. d5bf4f6 ixgbe: Cleanup q_vector interrupt throttle rate logic by Emil Tantilov · 13 years ago
  20. dd1ed3b ixgbevf: Fix broken trunk vlan by Greg Rose · 13 years ago
  21. d5bc77a e1000: don't enable dma receives until after dma address has been setup by Dean Nelson · 13 years ago
  22. fb7a6d4 Merge git://github.com/Jkirsher/net-next by David S. Miller · 13 years ago
  23. f04ea74 ixgb: finish conversion to ndo_fix_features by Michał Mirosław · 13 years ago
  24. ac5ac78 ixgb: eliminate checkstack warnings by Jesse Brandeburg · 13 years ago
  25. 8c838d7 ixgbe: remove global reset to the MAC by Emil Tantilov · 13 years ago
  26. c23f5b6 ixgbe: add WOL support for X540 by Emil Tantilov · 13 years ago
  27. ff9d1a5 ixgbe: avoid HW lockup when adapter is reset with Tx work pending by Emil Tantilov · 13 years ago
  28. e886c44 ixgbe: dcb, set priority to traffic class mappings by John Fastabend · 13 years ago
  29. 858bc08 ixgbe: cleanup X540 interrupt enablement by Don Skidmore · 13 years ago
  30. 4c09f3a ixgbe: DCB, do not call set_state() from IEEE mode by John Fastabend · 13 years ago
  31. c6bda30 ixgbe: Reconfigure SR-IOV Init by Greg Rose · 13 years ago
  32. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  33. 1cc3bd8 igb: Remove multi_tx_table and simplify igb_xmit_frame by Alexander Duyck · 13 years ago
  34. 6013690 igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC by Alexander Duyck · 13 years ago
  35. cd392f5 igb: drop the "adv" off function names relating to descriptors by Alexander Duyck · 13 years ago
  36. 16eb881 igb: Refactor clean_rx_irq to reduce overhead and improve performance by Alexander Duyck · 13 years ago
  37. 238ac81 igb: update ring and adapter structure to improve performance by Alexander Duyck · 13 years ago
  38. c023cd8 igb: streamline Rx buffer allocation and cleanup by Alexander Duyck · 13 years ago
  39. 44390ca igb: drop support for single buffer mode by Alexander Duyck · 13 years ago
  40. 153285f igb: Update max_frame_size to account for an optional VLAN tag if present by Alexander Duyck · 13 years ago
  41. a74420e igb: Update RXDCTL/TXDCTL configurations by Alexander Duyck · 13 years ago
  42. ae0e148 ixgbe: remove duplicate netif_tx_start_all_queues by Emil Tantilov · 13 years ago
  43. 80bb25e ixgbe: fix FCRTL/H register dump for X540 by Emil Tantilov · 13 years ago
  44. 1a70db4b ixgbe: cleanup some register reads by Emil Tantilov · 13 years ago
  45. 919e78a ixgbe: Make better use of memory allocations in one-buffer mode w/ RSC by Alexander Duyck · 13 years ago
  46. 398fe4a ixgbe: drop adapter from ixgbe_fso call documentation by Alexander Duyck · 13 years ago
  47. 8917b44 ixgbe: Add SFP support for missed 82598 PHY by Alexander Duyck · 13 years ago
  48. 5fdd31f ixgbe: Add missing code for enabling overheat sensor interrupt by Alexander Duyck · 13 years ago
  49. c7ccde0 ixgbe: make ixgbe_up and ixgbe_up_complete void functions by Alexander Duyck · 13 years ago
  50. f7e1027 v2 ixgbe: Update packet buffer reservation to correct fdir headroom size by Alexander Duyck · 13 years ago
  51. 4c1d7b4 ixgbe: remove redundant configuration of tx_sample_rate by Alexander Duyck · 13 years ago
  52. d7ccb8c ixgb: convert to ndo_fix_features by Michał Mirosław · 13 years ago
  53. 473e64e ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALL by Ben Hutchings · 13 years ago
  54. 815c7db ethtool: Clean up definitions of rule location arrays in RX NFC by Ben Hutchings · 13 years ago
  55. e3b37a1 Merge git://github.com/Jkirsher/net-next by David S. Miller · 13 years ago
  56. 986eaa9 Merge branch 'master' of ../netdev-next/ by David S. Miller · 13 years ago
  57. 2c4af69 ixgbe: Correctly name and handle MSI-X other interrupt by Alexander Duyck · 13 years ago
  58. 8e34d1a ixgbe: cleanup configuration of EITRSEL and VF reset path by Alexander Duyck · 13 years ago
  59. 8132b54 ixgbe: cleanup reset paths by Alexander Duyck · 13 years ago
  60. b88c6de ixgbe: Update TXDCTL configuration to correctly handle WTHRESH by Alexander Duyck · 13 years ago
  61. 54239c6 ixgbe: combine PCI_VDEVICE and board declaration to same line by Alexander Duyck · 13 years ago
  62. 35c7f8a ixgbe: Drop unnecessary adapter->hw dereference in loopback test setup by Alexander Duyck · 13 years ago
  63. 4cc6df2 ixgbe: commonize ixgbe_map_rings_to_vectors to work for all interrupt types by Alexander Duyck · 13 years ago
  64. 263a84e ixgbe: Use ring->dev instead of adapter->pdev->dev when updating DCA by Alexander Duyck · 13 years ago
  65. 207867f ixgbe: cleanup allocation and freeing of IRQ affinity hint by Alexander Duyck · 13 years ago
  66. 4ff7fb1 v2 ixgbe: consolidate all MSI-X ring interrupts and poll routines into one by Alexander Duyck · 13 years ago
  67. 5922455 ixgbe: Change default Tx work limit size to 256 buffers by Alexander Duyck · 13 years ago
  68. aaba215 MII: fix Kconfig dependencies for MII by Jeff Kirsher · 13 years ago
  69. 877749b intel: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  70. f3116f6 ixgbe: clear RNBC only for 82598 by Emil Tantilov · 13 years ago
  71. abcc80d ixgbe: add check for supported modes by Emil Tantilov · 13 years ago
  72. 53f096d ixgbe: fix ixgbe_fc_autoneg_fiber bug by Don Skidmore · 13 years ago
  73. 6a864ab ixgbe: cleanup feature flags in ixgbe_probe by Don Skidmore · 13 years ago
  74. 634cdca ixgbe: PFC not cleared on X540 devices by John Fastabend · 13 years ago
  75. e7589ea ixgbe: consolidate, setup for multiple traffic classes by John Fastabend · 13 years ago
  76. 6172207 ixgbe: remove unneeded fdir pb alloc case by John Fastabend · 13 years ago
  77. 4fa2e0e ixgbe: fixup remaining call sites for arbitrary TCs by John Fastabend · 13 years ago
  78. 09dca47 ixgbe: Always tag VLAN tagged packets by Alexander Duyck · 13 years ago
  79. 7f9643f ixgbe: Add support for setting CC bit when SR-IOV is enabled by Alexander Duyck · 13 years ago
  80. 9514822 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/next-organize by David S. Miller · 13 years ago
  81. 88f0748 drivers/net/ethernet/*: Enabled vendor Kconfig options by Jeff Kirsher · 13 years ago
  82. efe3d3c ixgbe: convert rings from q_vector bit indexed array to linked list by Alexander Duyck · 13 years ago
  83. 30065e6 ixgbe: Simplify transmit cleanup path by Alexander Duyck · 13 years ago
  84. 471a76d ixgbevf: convert to ndo_fix_features by Michał Mirosław · 13 years ago
  85. 4197aa7 ixgbevf: provide 64 bit statistics by Eric Dumazet · 13 years ago
  86. 98b9e48 ixgbevf: Check if EOP has changed before using it by Greg Rose · 13 years ago
  87. dc22129 e1000e: convert to netdev features/hw_features API by Bruce Allan · 13 years ago
  88. 31c15a2 e1000: save skb counts in TX to avoid cache misses by Dean Nelson · 13 years ago
  89. ca1ba7c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  90. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  91. 66f32a8 ixgbe: Cleanup FCOE and VLAN handling in xmit_frame_ring by Alexander Duyck · 13 years ago
  92. 971060b ixgbe: replace reference to CONFIG_FCOE with IXGBE_FCOE by Alexander Duyck · 13 years ago
  93. d3d0023 ixgbe: Refactor transmit map and cleanup routines by Alexander Duyck · 13 years ago
  94. 0ebafd8 ixgbe - DDP last user buffer - error to warn by Amir Hanania · 13 years ago
  95. c5778b4 e1000e: bump driver version number by Bruce Allan · 13 years ago
  96. 5f45021 e1000e: convert driver to use extended descriptors by Bruce Allan · 13 years ago
  97. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  98. 0178934 net: introduce IFF_UNICAST_FLT private flag by Jiri Pirko · 13 years ago
  99. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 13 years ago