1. 2ad30e2 ixgbe: Fix PFC mask generation by Mark Rustad · 13 years ago
  2. 3e7307f ixgbe: remove instances of ixgbe_phy_aq for 82598 and 82599 by Emil Tantilov · 13 years ago
  3. 860502b ixgbe: get pauseparam autoneg by Mika Lansirinne · 13 years ago
  4. 837617a ixgbe: do not disable flow control in ixgbe_check_mac_link by Emil Tantilov · 13 years ago
  5. 217995e ixgbe: send MFLCN to ethtool by Emil Tantilov · 13 years ago
  6. 7d14528 ixgbe: add support for new 82599 device by Emil Tantilov · 13 years ago
  7. 2466dd9 ixgbe: fix driver version initialization in firmware by Jacob Keller · 13 years ago
  8. e1befd7 ixgbe: remove return code for functions that always return 0 by Emil Tantilov · 13 years ago
  9. 3fbaa3a ixgbe: clear the data field in ixgbe_read_i2c_byte_generic by Emil Tantilov · 13 years ago
  10. 7edebf9 ixgbe: prevent link checks while resetting by Emil Tantilov · 13 years ago
  11. 0ccb974 ixgbe: add ECC warning for legacy interrupts by Don Skidmore · 13 years ago
  12. f3df98e ixgbe: cleanup ixgbe_setup_gpie() for X540 by Don Skidmore · 13 years ago
  13. 4f51bf7 ixgbe add thermal sensor support for x540 hardware by Jacob Keller · 13 years ago
  14. 9da712d ixgbe: update {P}FC thresholds to account for X540 and loopback by John Fastabend · 13 years ago
  15. 934c18c ixgbe: disable LLI for FCoE by Vasu Dev · 13 years ago
  16. d5bf4f6 ixgbe: Cleanup q_vector interrupt throttle rate logic by Emil Tantilov · 13 years ago
  17. fb7a6d4 Merge git://github.com/Jkirsher/net-next by David S. Miller · 13 years ago
  18. 8c838d7 ixgbe: remove global reset to the MAC by Emil Tantilov · 13 years ago
  19. c23f5b6 ixgbe: add WOL support for X540 by Emil Tantilov · 13 years ago
  20. ff9d1a5 ixgbe: avoid HW lockup when adapter is reset with Tx work pending by Emil Tantilov · 13 years ago
  21. e886c44 ixgbe: dcb, set priority to traffic class mappings by John Fastabend · 13 years ago
  22. 858bc08 ixgbe: cleanup X540 interrupt enablement by Don Skidmore · 13 years ago
  23. 4c09f3a ixgbe: DCB, do not call set_state() from IEEE mode by John Fastabend · 13 years ago
  24. c6bda30 ixgbe: Reconfigure SR-IOV Init by Greg Rose · 13 years ago
  25. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  26. ae0e148 ixgbe: remove duplicate netif_tx_start_all_queues by Emil Tantilov · 13 years ago
  27. 80bb25e ixgbe: fix FCRTL/H register dump for X540 by Emil Tantilov · 13 years ago
  28. 1a70db4b ixgbe: cleanup some register reads by Emil Tantilov · 13 years ago
  29. 919e78a ixgbe: Make better use of memory allocations in one-buffer mode w/ RSC by Alexander Duyck · 13 years ago
  30. 398fe4a ixgbe: drop adapter from ixgbe_fso call documentation by Alexander Duyck · 13 years ago
  31. 8917b44 ixgbe: Add SFP support for missed 82598 PHY by Alexander Duyck · 13 years ago
  32. 5fdd31f ixgbe: Add missing code for enabling overheat sensor interrupt by Alexander Duyck · 13 years ago
  33. c7ccde0 ixgbe: make ixgbe_up and ixgbe_up_complete void functions by Alexander Duyck · 13 years ago
  34. f7e1027 v2 ixgbe: Update packet buffer reservation to correct fdir headroom size by Alexander Duyck · 13 years ago
  35. 4c1d7b4 ixgbe: remove redundant configuration of tx_sample_rate by Alexander Duyck · 13 years ago
  36. 473e64e ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALL by Ben Hutchings · 13 years ago
  37. 815c7db ethtool: Clean up definitions of rule location arrays in RX NFC by Ben Hutchings · 13 years ago
  38. e3b37a1 Merge git://github.com/Jkirsher/net-next by David S. Miller · 13 years ago
  39. 2c4af69 ixgbe: Correctly name and handle MSI-X other interrupt by Alexander Duyck · 13 years ago
  40. 8e34d1a ixgbe: cleanup configuration of EITRSEL and VF reset path by Alexander Duyck · 13 years ago
  41. 8132b54 ixgbe: cleanup reset paths by Alexander Duyck · 13 years ago
  42. b88c6de ixgbe: Update TXDCTL configuration to correctly handle WTHRESH by Alexander Duyck · 13 years ago
  43. 54239c6 ixgbe: combine PCI_VDEVICE and board declaration to same line by Alexander Duyck · 13 years ago
  44. 35c7f8a ixgbe: Drop unnecessary adapter->hw dereference in loopback test setup by Alexander Duyck · 13 years ago
  45. 4cc6df2 ixgbe: commonize ixgbe_map_rings_to_vectors to work for all interrupt types by Alexander Duyck · 13 years ago
  46. 263a84e ixgbe: Use ring->dev instead of adapter->pdev->dev when updating DCA by Alexander Duyck · 13 years ago
  47. 207867f ixgbe: cleanup allocation and freeing of IRQ affinity hint by Alexander Duyck · 13 years ago
  48. 4ff7fb1 v2 ixgbe: consolidate all MSI-X ring interrupts and poll routines into one by Alexander Duyck · 13 years ago
  49. 5922455 ixgbe: Change default Tx work limit size to 256 buffers by Alexander Duyck · 13 years ago
  50. 877749b intel: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  51. f3116f6 ixgbe: clear RNBC only for 82598 by Emil Tantilov · 13 years ago
  52. abcc80d ixgbe: add check for supported modes by Emil Tantilov · 13 years ago
  53. 53f096d ixgbe: fix ixgbe_fc_autoneg_fiber bug by Don Skidmore · 13 years ago
  54. 6a864ab ixgbe: cleanup feature flags in ixgbe_probe by Don Skidmore · 13 years ago
  55. 634cdca ixgbe: PFC not cleared on X540 devices by John Fastabend · 13 years ago
  56. e7589ea ixgbe: consolidate, setup for multiple traffic classes by John Fastabend · 13 years ago
  57. 6172207 ixgbe: remove unneeded fdir pb alloc case by John Fastabend · 13 years ago
  58. 4fa2e0e ixgbe: fixup remaining call sites for arbitrary TCs by John Fastabend · 13 years ago
  59. 09dca47 ixgbe: Always tag VLAN tagged packets by Alexander Duyck · 13 years ago
  60. 7f9643f ixgbe: Add support for setting CC bit when SR-IOV is enabled by Alexander Duyck · 13 years ago
  61. efe3d3c ixgbe: convert rings from q_vector bit indexed array to linked list by Alexander Duyck · 13 years ago
  62. 30065e6 ixgbe: Simplify transmit cleanup path by Alexander Duyck · 13 years ago
  63. ca1ba7c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  64. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  65. 66f32a8 ixgbe: Cleanup FCOE and VLAN handling in xmit_frame_ring by Alexander Duyck · 13 years ago
  66. 971060b ixgbe: replace reference to CONFIG_FCOE with IXGBE_FCOE by Alexander Duyck · 13 years ago
  67. d3d0023 ixgbe: Refactor transmit map and cleanup routines by Alexander Duyck · 13 years ago
  68. 0ebafd8 ixgbe - DDP last user buffer - error to warn by Amir Hanania · 13 years ago
  69. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  70. 0178934 net: introduce IFF_UNICAST_FLT private flag by Jiri Pirko · 13 years ago
  71. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 14 years ago