1. a346fb8 i40e: update error message when trying to add invalid filters by Jacob Keller · 8 years ago
  2. fa2343e i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag code by Alexander Duyck · 8 years ago
  3. a0cfc31 i40e/i40evf: Pull out code for cleaning up Rx buffers by Alexander Duyck · 8 years ago
  4. 9a06412 i40e/i40evf: Pull code for grabbing and syncing rx_buffer from fetch_buffer by Alexander Duyck · 8 years ago
  5. d57c0e0 i40e/i40evf: Use length to determine if descriptor is done by Alexander Duyck · 8 years ago
  6. 9eed69a i40e: Drop FCoE code from core driver files by Alexander Duyck · 8 years ago
  7. a5b268e i40e/i40evf: Clean-up process_skb_fields by Alexander Duyck · 8 years ago
  8. 741b8b8 i40e/i40evf: Fix use after free in Rx cleanup path by Alexander Duyck · 8 years ago
  9. 1793668 i40e/i40evf: Update code to better handle incrementing page count by Alexander Duyck · 8 years ago
  10. f223c87 i40e: add support for SCTPv4 FDir filters by Jacob Keller · 9 years ago
  11. 0e588de i40e: implement support for flexible word payload by Jacob Keller · 9 years ago
  12. 097dbf5 i40e: add counters for UDP/IPv4 and IPv4 filters by Jacob Keller · 9 years ago
  13. 377cc24 i40e: exit ATR mode only when adding TCP/IPv4 filter succeeds by Jacob Keller · 9 years ago
  14. e5187ee i40e: return immediately when failing to add fdir filter by Jacob Keller · 9 years ago
  15. 8ce43dc i40e: don't use arrays for (src|dst)_ip by Jacob Keller · 9 years ago
  16. b77ac97 i40e: rename auto_disable_flags to hw_disabled_flags by Harshitha Ramamurthy · 9 years ago
  17. 59605bc i40e/i40evf: Add support for mapping pages with DMA attributes by Alexander Duyck · 9 years ago
  18. b9c015d i40e: mark the value passed to csum_replace_by_diff as __wsum by Jacob Keller · 9 years ago
  19. 3c234c4 i40e: Fix Adaptive ITR enabling by Carolyn Wyborny · 9 years ago
  20. a158aea i40e: update comment explaining where FDIR buffers are freed by Jacob Keller · 9 years ago
  21. 9b37c93 i40e/i40evf: eliminate i40e_pull_tail() by Scott Peterson · 9 years ago
  22. e72e565 i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ring by Scott Peterson · 9 years ago
  23. 7987dcd i40e/i40evf: Limit DMA sync of RX buffers to actual packet size by Scott Peterson · 9 years ago
  24. 52ea3e8 i40e: Quick refactor to start moving data off stack and into Tx buffer info by Alexander Duyck · 9 years ago
  25. 6beb84a i40e/i40evf: napi_poll must return the work done by Alexander Duyck · 9 years ago
  26. 1dc8b53 i40e: Reorder logic for coalescing RS bits by Alexander Duyck · 9 years ago
  27. 4b81644 i40e: Add common function for finding VSI by type by Alexander Duyck · 9 years ago
  28. 1249050 i40e: replace PTP Rx timestamp hang logic by Jacob Keller · 9 years ago
  29. 144ed17 i40e: correct check for reading TSYNINDX from the receive descriptor by Jacob Keller · 9 years ago
  30. 99dad8b i40e: Drop redundant Rx descriptor processing code by Alexander Duyck · 9 years ago
  31. 96db776 i40e/i40evf: fix interrupt affinity bug by Alan Brady · 9 years ago
  32. e1da71c i40e: Drop code for unsupported flow types by Alexander Duyck · 9 years ago
  33. ed24540 i40e: Rewrite Flow Director busy wait loop by Alexander Duyck · 9 years ago
  34. 65e87c0 i40evf: support queue-specific settings for interrupt moderation by Jacob Keller · 9 years ago
  35. 1eb846a i40e: Strip out debugfs hook for Flow Director filter programming by Alexander Duyck · 9 years ago
  36. 5e02f28 i40e: Split Flow Director descriptor config into separate function by Alexander Duyck · 9 years ago
  37. e486bdf i40e/i40evf: Add txring_txq function to match fm10k and ixgbe by Alexander Duyck · 9 years ago
  38. 64bfd68 i40e: Fix Flow Director raw_buf cleanup by Alexander Duyck · 9 years ago
  39. 234dc4e i40e: cleanup ATR auto_disable_flags use by Jacob Keller · 9 years ago
  40. 841493a i40e: Limit TX descriptor count in cases where frag size is greater than 16K by Alexander Duyck · 9 years ago
  41. ffeac83 i40e: refactor tail_bump check by Carolyn Wyborny · 9 years ago
  42. da54bb1 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  43. 88dc9e6 i40e/i40evf: remove useless initializer by Mitch Williams · 9 years ago
  44. 858296c8 i40e/i40evf: Fix i40e_rx_checksum by Alexander Duyck · 9 years ago
  45. bf2d1df intel: Add support for IPv6 IP-in-IP offload by Alexander Duyck · 9 years ago
  46. 7e13318 net: define gso types for IPx over IPv4 and IPv6 by Tom Herbert · 9 years ago
  47. a876c3b i40e/i40evf: properly report Rx packet hash by Mitch Williams · 9 years ago
  48. 1a557afc i40e: Refactor receive routine by Jesse Brandeburg · 9 years ago
  49. b32bfa17 i40e: Drop packet split receive routine by Jesse Brandeburg · 9 years ago
  50. f8a952c i40e/i40evf: Refactor tunnel interpretation by Jesse Brandeburg · 9 years ago
  51. 1c7b4a2 i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUM by Alexander Duyck · 9 years ago
  52. a149f2c i40e/i40evf: Only offload VLAN tag if enabled by Jesse Brandeburg · 9 years ago
  53. 577389a i40e/i40evf: Add support for IPIP and SIT offloads by Alexander Duyck · 9 years ago
  54. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  55. 3f3f7cb i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packet by Alexander Duyck · 9 years ago
  56. 1f15d66 i40e/i40evf: Faster RX via avoiding FCoE by Jesse Brandeburg · 9 years ago
  57. 84b07992 i40e/i40evf: Drop unused tx_ring argument by Jesse Brandeburg · 9 years ago
  58. d1bd743 i40e/i40evf: Move stack var deeper by Jesse Brandeburg · 9 years ago
  59. 24d41e5 i40e/i40evf: Fix TSO checksum pseudo-header adjustment by Alexander Duyck · 9 years ago
  60. 4ea6239 i40e/i40evf: Fix casting in transmit code by Jesse Brandeburg · 9 years ago
  61. a619afe i40e/i40evf: Add support for bulk free in Tx cleanup by Alexander Duyck · 9 years ago
  62. f2edaaa i40e/i40evf: Fix handling of boolean logic in polling routines by Alexander Duyck · 9 years ago
  63. 5c4654d i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8K by Alexander Duyck · 9 years ago
  64. a75e800 i40e: queue-specific settings for interrupt moderation by Kan Liang · 9 years ago
  65. 3bc6797 i40e/i40evf: Move Tx checksum closer to TSO by Alexander Duyck · 9 years ago
  66. 2d37490 i40e/i40evf: Rewrite logic for 8 descriptor per packet check by Alexander Duyck · 9 years ago
  67. 4ec441d i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx by Alexander Duyck · 9 years ago
  68. ffcc55c i40e: Add support for ATR w/ IPv6 extension headers by Alexander Duyck · 10 years ago
  69. 6b037cd i40e: Fix ATR in relation to tunnels by Alexander Duyck · 10 years ago
  70. 5453205 i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM by Alexander Duyck · 10 years ago
  71. fad5733 i40e/i40evf: Clean-up Rx packet checksum handling by Alexander Duyck · 10 years ago
  72. 529f1f6 i40e/i40evf: Add exception handling for Tx checksum by Alexander Duyck · 10 years ago
  73. 475b420 i40e/i40evf: Do not write to descriptor unless we complete by Alexander Duyck · 10 years ago
  74. a3fd9d8 i40e/i40evf: Handle IPv6 extension headers in checksum offload by Alexander Duyck · 10 years ago
  75. a006472 i40e/i40evf: Add support for IPv4 encapsulated in IPv6 by Alexander Duyck · 10 years ago
  76. b96b78f i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path by Alexander Duyck · 10 years ago
  77. c777019 i40e/i40evf: Consolidate all header changes into TSO function by Alexander Duyck · 10 years ago
  78. c49a7bc i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path by Alexander Duyck · 10 years ago
  79. 03f9d6a i40e/i40evf: Use u64 values instead of casting them in TSO function by Alexander Duyck · 10 years ago
  80. a9c9a81 i40e/i40evf: Drop outer checksum offload that was not requested by Alexander Duyck · 10 years ago
  81. a16ae2d i40e: Do not disable queues in the Legacy/MSI Interrupt handler by Anjali Singhai Jain · 10 years ago
  82. 16fd08b i40e/i40evf: avoid atomics by Mitch Williams · 10 years ago
  83. dd35310 i40e: Add a SW workaround for lost interrupts by Anjali Singhai Jain · 10 years ago
  84. 1a36d7f i40e/i40evf: use logical operators, not bitwise by Mitch Williams · 10 years ago
  85. f16704e i40e/i40evf: use pages correctly in Rx by Mitch Williams · 10 years ago
  86. dd1a5df i40e/i40evf: use __GFP_NOWARN by Jesse Brandeburg · 10 years ago
  87. c2e245a i40e/i40evf: try again after failure by Jesse Brandeburg · 10 years ago
  88. 40d72a5 i40e/i40evf: don't lose interrupts by Jesse Brandeburg · 10 years ago
  89. ecc6a23 i40e: Refactor force_wb and WB_ON_ITR functionality code by Anjali Singhai Jain · 10 years ago
  90. 72b7486 i40e: add priv flag for automatic rule eviction by Anjali Singhai Jain · 10 years ago
  91. e9f6563 i40e: do TSO only if CHECKSUM_PARTIAL is set by Shannon Nelson · 10 years ago
  92. 3578fa0 i40e: fix bug in dma sync by Jesse Brandeburg · 10 years ago
  93. a3d772a i40e: fix write-back-on-itr to work with legacy itr by Anjali Singhai Jain · 10 years ago
  94. 79febbc net: i40e: shut up uninitialized variable warnings by Arnd Bergmann · 10 years ago
  95. 857942f i40e: Fix Rx hash reported to the stack by our driver by Anjali Singhai Jain · 10 years ago
  96. 6a89902 i40e: geneve tunnel offload support by Singhai, Anjali · 10 years ago
  97. 4eeb1ff i40e: trivial fixes by Jesse Brandeburg · 10 years ago
  98. 44cdb79 i40e/i40evf: use logical operator by Mitch Williams · 10 years ago
  99. a42e7a3 i40e: Fix memory leaks, sideband filter programming by Kiran Patil · 10 years ago
  100. 9c6c125 i40e: Detection and recovery of TX queue hung logic moved to service_task from tx_timeout by Kiran Patil · 10 years ago