1. 5cffde3 ixgbe: Clean up interface for firmware commands by Mark Rustad · 9 years ago
  2. 7345716 ixgbe: Correct length check for round up by Mark Rustad · 9 years ago
  3. 3775b81 ixgbe: Change the lan_id and func fields to a u8 to avoid casts by Mark Rustad · 9 years ago
  4. 832ac59 ixgbe: Delete some unused register definitions by Mark Rustad · 9 years ago
  5. 0c5a616 ixgbe: Add support for toggling VLAN filtering flag via ethtool by Alexander Duyck · 9 years ago
  6. 4ae7834 ixgbe: Extend cls_u32 offload to support UDP headers by Amritha Nambiar · 9 years ago
  7. dbd15b8 ixgbe: Place SWFW semaphore in known valid state at probe by Don Skidmore · 9 years ago
  8. c04f90e ixgbe: add a callback to set the maximum transmit bitrate by Rostislav Pehlivanov · 9 years ago
  9. afdc71e ixgbe: Fix flow control for Xeon D KR backplane by Mark Rustad · 9 years ago
  10. 49763de ixgbe: Add support for generic Tx checksums by Alexander Duyck · 9 years ago
  11. c7374b5 ixgbe: use eth_platform_get_mac_address() by Sowmini Varadhan · 9 years ago
  12. 3768901 ixgbe: Make all unchanging ops structures const by Mark Rustad · 9 years ago
  13. 06bb1c3 ixgbe: Avoid adding VLAN 0 twice to VLVF and VFTA by Alexander Duyck · 9 years ago
  14. 18be4fc ixgbe: Do not allow PF to add VLVF entry unless it actually needs it by Alexander Duyck · 9 years ago
  15. 1d96cf9 ixgbe: Extend trust to allow guest to set unicast address by chas williams · 9 years ago
  16. 75b6462 ixgbe: on recv increment rx.ring->stats.yields by Pavel Tikhomirov · 9 years ago
  17. b5aea3d ixgbe: Fix cls_u32 offload support for L4 ports by Sridhar Samudrala · 9 years ago
  18. ebd83ad ixgbe: Fix cls_u32 offload support for fields with masks by Sridhar Samudrala · 9 years ago
  19. 176621c ixgbe: fix error handling in TC cls_u32 offload routines by Sridhar Samudrala · 9 years ago
  20. 6e2a60b ixgbe: make __ixgbe_setup_tc static by Emil Tantilov · 9 years ago
  21. 6c211fe1 ixgbe: call ndo_stop() instead of dev_close() when running offline selftest by Stefan Assmann · 9 years ago
  22. d90b5b0 ixgbe: Use udelay to avoid sleeping while atomic by Mark Rustad · 9 years ago
  23. e2873d4 ixgbe: Fix ATR so that it correctly handles IPv6 extension headers by Alexander Duyck · 9 years ago
  24. 9f12df9 ixgbe: Store VXLAN port number in network order by Alexander Duyck · 9 years ago
  25. 5676804 ixgbe: Fix for RAR0 not being set to default MAC addr by Tushar Dave · 9 years ago
  26. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  27. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 9 years ago
  28. 5eb4dce net: relax setup_tc ndo op handle restriction by John Fastabend · 9 years ago
  29. 2b6ab0d net: cls_u32: move TC offload feature bit into cls_u32 offload logic by John Fastabend · 9 years ago
  30. a92265c ixgbe: fix dates on header of ixgbe_model.h by John Fastabend · 9 years ago
  31. fa477f4 ixgbe: use u32 instead of __u32 in model header by John Fastabend · 9 years ago
  32. db956ae net: ixgbe: abort with cls u32 divisor groups greater than 1 by John Fastabend · 9 years ago
  33. b82b17d net: ixgbe: add support for tc_u32 offload by John Fastabend · 9 years ago
  34. 9d35cf0 net: ixgbe: add minimal parser details for ixgbe by John Fastabend · 9 years ago
  35. 16e5cc6 net: rework setup_tc ndo op to consume general tc operand by John Fastabend · 9 years ago
  36. e4c6734 net: rework ndo tc op to consume additional qdisc handle parameter by John Fastabend · 9 years ago
  37. a3a8749 ixgbe: bulk free SKBs during TX completion cleanup cycle by Jesper Dangaard Brouer · 9 years ago
  38. e19dcde ixgbe: Make ATR recognize IPv6 extended headers by Mark Rustad · 9 years ago
  39. 8b75451 ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled by Neerav Parikh · 9 years ago
  40. b262a9a ixgbe: Fix to get FDMI HBA attributes information with X550 by Usha Ketineni · 9 years ago
  41. d469251 ixgbe: Correct handling of any outer UDP checksum setting by Mark Rustad · 9 years ago
  42. 0e4d422 ixgbe: do not call check_link for ethtool in ixgbe_get_settings() by Emil Tantilov · 9 years ago
  43. cb78cf1 ixgbe: fix broken PFC with X550 by Vasu Dev · 9 years ago
  44. f10166a ixgbe: use correct FCoE DDP max check by Vasu Dev · 9 years ago
  45. 3efcb86 ixgbe: Fill at least min credits to a TC credit refills by Vasu Dev · 9 years ago
  46. ab3a3b7 ixgbe: Fix bugs in ixgbe_clear_vf_vlans() by Alexander Duyck · 9 years ago
  47. 3ca2b25 ixgbe: Correct X550EM_x revision check by Mark Rustad · 9 years ago
  48. e9ee323 ixgbe: fix RSS limit for X550 by Emil Tantilov · 9 years ago
  49. fb8ad4a ixgbe: Clean up redundancy in hw_enc_features by Mark Rustad · 9 years ago
  50. 695b816 ixgbe: report correct media type for KR, KX and KX4 interfaces by Veola Nazareth · 9 years ago
  51. af56b4d ixgbe: add support for QSFP PHY types in ixgbe_get_settings() by Emil Tantilov · 9 years ago
  52. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  53. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  54. 53692b1 sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC by Tom Herbert · 9 years ago
  55. d342800 ixgbe: do not report 2.5 Gbps as supported by Emil Tantilov · 9 years ago
  56. 4c7f35f ixgbe: Clean stale VLANs when changing port VLAN or resetting by Alexander Duyck · 9 years ago
  57. 6e982ae ixgbe: Clear stale pool mappings by Alexander Duyck · 9 years ago
  58. e1d0a2a ixgbe: Fix VLAN promisc in relation to SR-IOV by Alexander Duyck · 9 years ago
  59. 1636956 ixgbe: Add support for VLAN promiscuous with SR-IOV by Alexander Duyck · 9 years ago
  60. c2bc9ce ixgbe: Reorder search to work from the top down instead of bottom up by Alexander Duyck · 9 years ago
  61. b6488b6 ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVF by Alexander Duyck · 9 years ago
  62. 5ac736a ixgbe: Simplify configuration of setting VLVF and VLVFB by Alexander Duyck · 9 years ago
  63. 63d9379 ixgbe: Reduce VT code indent in set_vfta by introducing jump label by Alexander Duyck · 9 years ago
  64. c18fbd5 ixgbe: Simplify definitions for regidx and bit in set_vfta by Alexander Duyck · 9 years ago
  65. 8e8e9a0 ixgbe: Fix SR-IOV VLAN pool configuration by Alexander Duyck · 9 years ago
  66. 530fd82 ixgbe: Return error on failure to allocate mac_table by Alexander Duyck · 9 years ago
  67. bf4d67d ixgbe: Reset interface after enabling SR-IOV by Alexander Duyck · 9 years ago
  68. 3c2f2b7 ixgbe: Always turn PHY power on when requested by Mark Rustad · 9 years ago
  69. 36a92d7 ixgbe: Handle extended IPv6 headers in Tx path by Mark Rustad · 9 years ago
  70. 988d130 ixgbe: Save VF info and take references by Mark Rustad · 9 years ago
  71. 48b4461 ixgbe: Wait for master disable to be set by Mark Rustad · 9 years ago
  72. efff2e0 ixgbe: Correct spec violations by waiting after reset by Mark Rustad · 9 years ago
  73. a9763f3 ixgbe: Update PTP to support X550EM_x devices by Mark Rustad · 9 years ago
  74. 2f9be16 ixgbe: Allow FDB entries access to more RAR filters by Alexander Duyck · 9 years ago
  75. 0f079d2 ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addresses by Alexander Duyck · 9 years ago
  76. c9f53e6 ixgbe: Refactor MAC address configuration code by Alexander Duyck · 9 years ago
  77. 780484d ixgbe: Use private workqueue to avoid certain possible hangs by Mark Rustad · 9 years ago
  78. 83a9fb2 ixgbe: Add support for newer thermal alarm by Mark Rustad · 9 years ago
  79. f164b84 ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em by Mark Rustad · 9 years ago
  80. d206563 ixgbe: Remove CS4227 diagnostic code by Mark Rustad · 9 years ago
  81. ef2662b ixgbe/ixgbevf: use napi_schedule_irqoff() by Alexander Duyck · 9 years ago
  82. d91e3a7 ixgbe: Add KR mode support for CS4227 chip by Mark Rustad · 9 years ago
  83. 5d6002b ixgbe: Fix handling of NAPI budget when multiple queues are enabled per vector by Alexander Duyck · 9 years ago
  84. a897a2a ixgbe: fix multiple kernel-doc errors by Jean Sacren · 9 years ago
  85. cc1f88b ixgbe: Delete redundant include file by Mark Rustad · 9 years ago
  86. edab421 ixgbe: drop null test before destroy functions by Julia Lawall · 9 years ago
  87. 93d05d4 net: provide generic busy polling to all NAPI drivers by Eric Dumazet · 9 years ago
  88. 93f93a4 net: move skb_mark_napi_id() into core networking stack by Eric Dumazet · 9 years ago
  89. 8443c1a4 ixgbe, ixgbevf: Add new mbox API xcast mode by Hiroshi Shimamoto · 9 years ago
  90. 54011e4 ixgbe: Add new ndo to trust VF by Hiroshi Shimamoto · 9 years ago
  91. 32b3e08 drivers/net/intel: use napi_complete_done() by Jesse Brandeburg · 9 years ago
  92. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  93. a85ce53 ixgbe: Check for setup_internal_link method by Mark Rustad · 9 years ago
  94. 8bf7a7b ixgbe: Fix CS4227-related semaphore error on reset failure by Mark Rustad · 9 years ago
  95. 72bfd32 ixgbe: disable LRO by default by Emil Tantilov · 9 years ago
  96. f079fa0 ixgbe: add flow control ethertype to the anti-spoofing filter by Emil Tantilov · 9 years ago
  97. 21dd560 ixgbe: Advance version to 4.2.1 by Mark Rustad · 9 years ago
  98. c5846ba ixgbe: X540 thermal warning interrupt not a GPI by Mark Rustad · 9 years ago
  99. bc1fc64 ixgbe: Fix FCRTH value in VM-to-VM loopback mode by Mark Rustad · 9 years ago
  100. 3507a9b ixgbe: Only clear adapter_stopped if ixgbe_setup_fc succeeded by Mark Rustad · 9 years ago