1. d6ea075 ixgbe: fix reporting of spoofed packets by Emil Tantilov · 13 years ago
  2. b35d4d4 ixgbe: Fix ordering of things so that PF correctly configures its VLANs by Alexander Duyck · 13 years ago
  3. ab86825 ixgbe: remove old init remnant by Eliezer Tamir · 13 years ago
  4. 62748b7 ixgbe: Rewrite code related to configuring IFCS bit in Tx descriptor by Alexander Duyck · 13 years ago
  5. 5a02cbd ixgbe: Roll RSC code into non-EOP code by Alexander Duyck · 13 years ago
  6. 18806c9 ixgbe: Make allocating skb and placing data in it a separate function by Alexander Duyck · 13 years ago
  7. cf3fe7a ixgbe: Copybreak sooner to avoid get_page/put_page and offset change overhead by Alexander Duyck · 13 years ago
  8. 19861ce ixgbe: Make pull tail function separate from rest of cleanup_headers by Alexander Duyck · 13 years ago
  9. 42073d9 ixgbe: Have the CPU take ownership of the buffers sooner by Alexander Duyck · 13 years ago
  10. 09816fb ixgbe: Only use double buffering if page size is less than 8K by Alexander Duyck · 13 years ago
  11. 0549ae2 ixgbe: combine ixgbe_add_rx_frag and ixgbe_can_reuse_page by Alexander Duyck · 13 years ago
  12. afaa945 ixgbe: Remove code that was initializing Rx page offset by Alexander Duyck · 13 years ago
  13. 0614002 netvm: propagate page->pfmemalloc from skb_alloc_page to skb by Mel Gorman · 13 years ago
  14. 9c50c03 ixgbe: fix panic while dumping packets on Tx hang with IOMMU by Emil Tantilov · 13 years ago
  15. b724e9f ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interrupts by Alexander Duyck · 13 years ago
  16. b6dfd93 ixgbe: add support for new 82599 device by Don Skidmore · 13 years ago
  17. 3f4a6f0 ixgbe: remove extra unused queues in DCB + FCoE case by John Fastabend · 13 years ago
  18. 9544746 ixgbe: fix RAR entry counting for generic and fdb_add() by John Fastabend · 13 years ago
  19. 252562c ixgbe: Reduce Rx header size to what is actually used by Alexander Duyck · 13 years ago
  20. 39cb681 ixgbe: Fix handling of FDIR_HASH flag by Alexander Duyck · 13 years ago
  21. 9297127 ixgbe: Change how we check for pre-existing and assigned VFs by Alexander Duyck · 13 years ago
  22. 99d7448 ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriov by Alexander Duyck · 13 years ago
  23. e4bce0f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  24. 36e9031 ixgbe: use PCI_VENDOR_ID_INTEL by Jon Mason · 13 years ago
  25. a58915c ixgbe: Enable FCoE FSO and CRC offloads based on CAPABLE instead of ENABLED flag by Alexander Duyck · 13 years ago
  26. 7fa7c9d ixgbe: Correctly set SAN MAC RAR pool to default pool of PF by Alexander Duyck · 13 years ago
  27. 7c8ae65 ixgbe: Make FCoE allocation and configuration closer to how rings work by Alexander Duyck · 13 years ago
  28. 5a1ee27 ixgbe: Merge all FCoE percpu values into a single structure by Alexander Duyck · 13 years ago
  29. 1d9c0bf ixgbe: Use VMDq offset to indicate the default pool by Alexander Duyck · 13 years ago
  30. fbe7ca7 ixgbe: Retire RSS enabled and capable flags by Alexander Duyck · 13 years ago
  31. 73079ea ixgbe: Add support for SR-IOV w/ DCB or RSS by Alexander Duyck · 13 years ago
  32. 435b19f ixgbe: Update configure virtualization to allow for multiple PF pools by Alexander Duyck · 13 years ago
  33. 671c0ad ixgbe: Cleanup logic for MRQC and MTQC configuration by Alexander Duyck · 13 years ago
  34. 4ae6373 ixgbe: Update the logic for ixgbe_cache_ring_dcb and DCB RSS configuration by Alexander Duyck · 13 years ago
  35. ac802f5 ixgbe: Move configuration of set_real_num_rx/tx_queues into open by Alexander Duyck · 13 years ago
  36. de3d5b9 ixgbe: Handle failures in the ixgbe_setup_rx/tx_resources calls by Alexander Duyck · 13 years ago
  37. befa2af ixgbe: Ping the VFs on link status change to trigger link change by Alexander Duyck · 13 years ago
  38. d411a93 ixgbe: Merge FCoE set_num and cache_ring calls into RSS/DCB config by Alexander Duyck · 13 years ago
  39. 800bd60 ixgbe: Add function for obtaining FCoE TC based on FCoE user priority by Alexander Duyck · 13 years ago
  40. 02debdc ixgbe: Populate the prio_tc_map in ixgbe_setup_tc by Alexander Duyck · 13 years ago
  41. 45e9baa ixgbe: Clean up a useless switch statement and dead code in configure_srrctl by Alexander Duyck · 13 years ago
  42. e4b317e ixgbe: Add feature offset value to ring features by Alexander Duyck · 13 years ago
  43. c087663 ixgbe: Add upper limit to ring features by Alexander Duyck · 13 years ago
  44. 49c7ffb ixgbe: count q_vectors instead of MSI-X vectors by Alexander Duyck · 13 years ago
  45. 04c9f41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  46. 49ce9c2 drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 13 years ago
  47. d4e4164 ixgbe: DCB and SR-IOV can not co-exist and will cause hangs by Alexander Duyck · 13 years ago
  48. b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  49. 57efd44 ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDP by Alexander Duyck · 13 years ago
  50. e486463 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  51. f73332f ixgbe: simplify padding and length checks by Stephen Hemminger · 13 years ago
  52. 8633c08 ixgbe: Fix memory leak in ixgbe when receiving traffic on DDP enabled rings by Alexander Duyck · 13 years ago
  53. 1d1a79b ixgbe: Check PTP Rx timestamps via BPF filter by Jacob Keller · 13 years ago
  54. 0ede4a6 ixgbe: ptp code cleanup by Jacob Keller · 13 years ago
  55. 43e95f1 ixgbe: IXGBE_RXD_STAT_VP set even with Rx stripping enabled by John Fastabend · 13 years ago
  56. 146d4cc ixgbe: fix_features rxvlan is independent of DCB and needs to be set by John Fastabend · 13 years ago
  57. eef4560 ixgbe: update version number by Don Skidmore · 13 years ago
  58. 1210982 ixgbe: cleanup the hwmon function calls by Don Skidmore · 13 years ago
  59. aa7bd46 ixgbe: support software timestamping by Jacob Keller · 13 years ago
  60. 681ae1a ixgbe: Enable timesync clock-out feature for PPS support on X540 by Jacob E Keller · 13 years ago
  61. 3a6a4ed ixgbe: Hardware Timestamping + PTP Hardware Clock (PHC) by Jacob Keller · 13 years ago
  62. 3ebe8fd ixgbe: Set Drop_EN bit when multiple Rx queues are present w/o flow control by Alexander Duyck · 13 years ago
  63. 943561d ixgbe: Clean up priority based flow control by Alexander Duyck · 13 years ago
  64. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  65. e1abc1b ixgbe: dcb: IEEE PFC stats and reset logic incorrect by John Fastabend · 13 years ago
  66. dad8a3b igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init path by John Fastabend · 13 years ago
  67. 041441d ixgbe: Update link flow control to correctly handle multiple packet buffer DCB by Alexander Duyck · 13 years ago
  68. dd411ec ixgbe: Use __free_pages instead of put_page to release pages by Alexander Duyck · 13 years ago
  69. a4d4f62 ixgbe: Track instances of buffer available but no DMA resources present by Alexander Duyck · 13 years ago
  70. f525c6d2 ixgbe: dcb: BIT_APP_UPCHG not set by ixgbe_copy_dcb_cfg() by John Fastabend · 13 years ago
  71. ab6039a ixgbe: fix race condition with shutdown by Don Skidmore · 13 years ago
  72. 6b42a9c ixgbe: Reset max_vfs to zero when user request is out of range by Greg Rose · 13 years ago
  73. 3ca8bc6 ixgbe: add hwmon interface to export thermal data by Don Skidmore · 13 years ago
  74. 2b1588c ixgbe: Fix a memory leak in IEEE DCB by Alexander Duyck · 13 years ago
  75. 8e2813f ixgbe: check for WoL support in single function by Jacob Keller · 13 years ago
  76. f240019 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  77. b2db497 ixgbe: Identify FCoE rings earlier to resolve memory corruption w/ FCoE by Alexander Duyck · 13 years ago
  78. 34948a9 ixgbe: add missing rtnl_lock in PM resume path by Benjamin Poirier · 13 years ago
  79. 56845d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  80. 2b20271 ixgbe: UTA table incorrectly programmed by Greg Rose · 13 years ago
  81. 9dcb373 ixgbe: allow RAR table to be updated in promisc mode by John Fastabend · 13 years ago
  82. 0f4b0ad ixgbe: enable FDB netdevice ops by John Fastabend · 13 years ago
  83. c509e75 ixgbe: fix WoL issue with fiber by Don Skidmore · 13 years ago
  84. 8e4f325 ixgbe: update version number by Don Skidmore · 13 years ago
  85. b3f4d59 intel: make wired ethernet driver message level consistent (rev2) by stephen hemminger · 13 years ago
  86. 8af3c33 ixgbe: fix namespace issues when FCoE/DCB is not enabled by Jeff Kirsher · 13 years ago
  87. 567d2de ixgbe: Correct flag values set by ixgbe_fix_features by Alexander Duyck · 14 years ago
  88. ef6afc0 ixgbe: Add support for enabling UDP RSS via the ethtool rx-flow-hash command by Alexander Duyck · 14 years ago
  89. 581330b ixgbe: Whitespace cleanups by Alexander Duyck · 14 years ago
  90. 6ca4350 ixgbe: Two minor fixes for RSS and FDIR set queues functions by Alexander Duyck · 14 years ago
  91. 35937c0 ixgbe: drop err_eeprom tag which is at same location as err_sw_init by Alexander Duyck · 14 years ago
  92. eb01b97 ixgbe: Move poll routine in order to improve readability by Alexander Duyck · 14 years ago
  93. 6bb78cf ixgbe: cleanup logic for the service timer and VF hang detection by Alexander Duyck · 14 years ago
  94. 244e27a ixgbe: Store Tx flags and protocol information to tx_buffer sooner by Alexander Duyck · 14 years ago
  95. 729739b ixgbe: always write DMA for single_mapped value with skb by Alexander Duyck · 14 years ago
  96. 091a624 ixgbe: Write gso_segs and bytcount to the ring sooner by Alexander Duyck · 14 years ago
  97. fd0db0e ixgbe: Place skb on first buffer_info structure to avoid using stack space by Alexander Duyck · 14 years ago
  98. 7d7ce68 ixgbe: Use packets to track Tx completions instead of a seperate value by Alexander Duyck · 14 years ago
  99. 93f5b3c ixgbe: Modify setup of descriptor flags to avoid conditional jumps by Alexander Duyck · 14 years ago
  100. a50c29d ixgbe: Make certain that all frames fit minimum size requirements by Alexander Duyck · 14 years ago