1. 858bc08 ixgbe: cleanup X540 interrupt enablement by Don Skidmore · 14 years ago
  2. 4c09f3a ixgbe: DCB, do not call set_state() from IEEE mode by John Fastabend · 14 years ago
  3. c6bda30 ixgbe: Reconfigure SR-IOV Init by Greg Rose · 14 years ago
  4. 1cc3bd8 igb: Remove multi_tx_table and simplify igb_xmit_frame by Alexander Duyck · 14 years ago
  5. 60136906 igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC by Alexander Duyck · 14 years ago
  6. cd392f5 igb: drop the "adv" off function names relating to descriptors by Alexander Duyck · 14 years ago
  7. 16eb881 igb: Refactor clean_rx_irq to reduce overhead and improve performance by Alexander Duyck · 14 years ago
  8. 238ac81 igb: update ring and adapter structure to improve performance by Alexander Duyck · 14 years ago
  9. c023cd8 igb: streamline Rx buffer allocation and cleanup by Alexander Duyck · 14 years ago
  10. 44390ca igb: drop support for single buffer mode by Alexander Duyck · 14 years ago
  11. 153285f igb: Update max_frame_size to account for an optional VLAN tag if present by Alexander Duyck · 14 years ago
  12. a74420e igb: Update RXDCTL/TXDCTL configurations by Alexander Duyck · 14 years ago
  13. ae0e148 ixgbe: remove duplicate netif_tx_start_all_queues by Emil Tantilov · 14 years ago
  14. 80bb25e ixgbe: fix FCRTL/H register dump for X540 by Emil Tantilov · 14 years ago
  15. 1a70db4b ixgbe: cleanup some register reads by Emil Tantilov · 14 years ago
  16. 919e78a ixgbe: Make better use of memory allocations in one-buffer mode w/ RSC by Alexander Duyck · 14 years ago
  17. 398fe4a ixgbe: drop adapter from ixgbe_fso call documentation by Alexander Duyck · 14 years ago
  18. 8917b44 ixgbe: Add SFP support for missed 82598 PHY by Alexander Duyck · 14 years ago
  19. 5fdd31f ixgbe: Add missing code for enabling overheat sensor interrupt by Alexander Duyck · 14 years ago
  20. c7ccde0 ixgbe: make ixgbe_up and ixgbe_up_complete void functions by Alexander Duyck · 14 years ago
  21. f7e1027 v2 ixgbe: Update packet buffer reservation to correct fdir headroom size by Alexander Duyck · 14 years ago
  22. 4c1d7b4 ixgbe: remove redundant configuration of tx_sample_rate by Alexander Duyck · 14 years ago
  23. d7ccb8c ixgb: convert to ndo_fix_features by Michał Mirosław · 14 years ago
  24. 473e64e ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALL by Ben Hutchings · 14 years ago
  25. 815c7db ethtool: Clean up definitions of rule location arrays in RX NFC by Ben Hutchings · 14 years ago
  26. e3b37a1 Merge git://github.com/Jkirsher/net-next by David S. Miller · 14 years ago
  27. 986eaa9 Merge branch 'master' of ../netdev-next/ by David S. Miller · 14 years ago
  28. 2c4af69 ixgbe: Correctly name and handle MSI-X other interrupt by Alexander Duyck · 14 years ago
  29. 8e34d1a ixgbe: cleanup configuration of EITRSEL and VF reset path by Alexander Duyck · 14 years ago
  30. 8132b54 ixgbe: cleanup reset paths by Alexander Duyck · 14 years ago
  31. b88c6de ixgbe: Update TXDCTL configuration to correctly handle WTHRESH by Alexander Duyck · 14 years ago
  32. 54239c6 ixgbe: combine PCI_VDEVICE and board declaration to same line by Alexander Duyck · 14 years ago
  33. 35c7f8a ixgbe: Drop unnecessary adapter->hw dereference in loopback test setup by Alexander Duyck · 14 years ago
  34. 4cc6df2 ixgbe: commonize ixgbe_map_rings_to_vectors to work for all interrupt types by Alexander Duyck · 14 years ago
  35. 263a84e ixgbe: Use ring->dev instead of adapter->pdev->dev when updating DCA by Alexander Duyck · 14 years ago
  36. 207867f ixgbe: cleanup allocation and freeing of IRQ affinity hint by Alexander Duyck · 14 years ago
  37. 4ff7fb1 v2 ixgbe: consolidate all MSI-X ring interrupts and poll routines into one by Alexander Duyck · 14 years ago
  38. 5922455 ixgbe: Change default Tx work limit size to 256 buffers by Alexander Duyck · 14 years ago
  39. aaba215 MII: fix Kconfig dependencies for MII by Jeff Kirsher · 14 years ago
  40. 877749b intel: convert to SKB paged frag API. by Ian Campbell · 14 years ago
  41. f3116f6 ixgbe: clear RNBC only for 82598 by Emil Tantilov · 14 years ago
  42. abcc80d ixgbe: add check for supported modes by Emil Tantilov · 14 years ago
  43. 53f096d ixgbe: fix ixgbe_fc_autoneg_fiber bug by Don Skidmore · 14 years ago
  44. 6a864ab ixgbe: cleanup feature flags in ixgbe_probe by Don Skidmore · 14 years ago
  45. 634cdca ixgbe: PFC not cleared on X540 devices by John Fastabend · 14 years ago
  46. e7589ea ixgbe: consolidate, setup for multiple traffic classes by John Fastabend · 14 years ago
  47. 6172207 ixgbe: remove unneeded fdir pb alloc case by John Fastabend · 14 years ago
  48. 4fa2e0e ixgbe: fixup remaining call sites for arbitrary TCs by John Fastabend · 14 years ago
  49. 09dca47 ixgbe: Always tag VLAN tagged packets by Alexander Duyck · 14 years ago
  50. 7f9643f ixgbe: Add support for setting CC bit when SR-IOV is enabled by Alexander Duyck · 14 years ago
  51. 9514822 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/next-organize by David S. Miller · 14 years ago
  52. 88f0748 drivers/net/ethernet/*: Enabled vendor Kconfig options by Jeff Kirsher · 14 years ago
  53. efe3d3c ixgbe: convert rings from q_vector bit indexed array to linked list by Alexander Duyck · 14 years ago
  54. 30065e6 ixgbe: Simplify transmit cleanup path by Alexander Duyck · 14 years ago
  55. 471a76d ixgbevf: convert to ndo_fix_features by Michał Mirosław · 14 years ago
  56. 4197aa7 ixgbevf: provide 64 bit statistics by Eric Dumazet · 14 years ago
  57. 98b9e48 ixgbevf: Check if EOP has changed before using it by Greg Rose · 14 years ago
  58. dc22129 e1000e: convert to netdev features/hw_features API by Bruce Allan · 14 years ago
  59. 31c15a2 e1000: save skb counts in TX to avoid cache misses by Dean Nelson · 14 years ago
  60. ca1ba7c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 14 years ago
  61. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 14 years ago
  62. 66f32a8 ixgbe: Cleanup FCOE and VLAN handling in xmit_frame_ring by Alexander Duyck · 14 years ago
  63. 971060b ixgbe: replace reference to CONFIG_FCOE with IXGBE_FCOE by Alexander Duyck · 14 years ago
  64. d3d0023 ixgbe: Refactor transmit map and cleanup routines by Alexander Duyck · 14 years ago
  65. 0ebafd8 ixgbe - DDP last user buffer - error to warn by Amir Hanania · 14 years ago
  66. c5778b4 e1000e: bump driver version number by Bruce Allan · 14 years ago
  67. 5f45021 e1000e: convert driver to use extended descriptors by Bruce Allan · 14 years ago
  68. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 14 years ago
  69. 0178934 net: introduce IFF_UNICAST_FLT private flag by Jiri Pirko · 14 years ago
  70. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 14 years ago