1. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  2. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 9 years ago
  3. 5eb4dce net: relax setup_tc ndo op handle restriction by John Fastabend · 9 years ago
  4. 2b6ab0d net: cls_u32: move TC offload feature bit into cls_u32 offload logic by John Fastabend · 9 years ago
  5. db956ae net: ixgbe: abort with cls u32 divisor groups greater than 1 by John Fastabend · 9 years ago
  6. b82b17d net: ixgbe: add support for tc_u32 offload by John Fastabend · 9 years ago
  7. 16e5cc6 net: rework setup_tc ndo op to consume general tc operand by John Fastabend · 9 years ago
  8. e4c6734 net: rework ndo tc op to consume additional qdisc handle parameter by John Fastabend · 9 years ago
  9. a3a8749 ixgbe: bulk free SKBs during TX completion cleanup cycle by Jesper Dangaard Brouer · 9 years ago
  10. e19dcde ixgbe: Make ATR recognize IPv6 extended headers by Mark Rustad · 9 years ago
  11. 8b75451 ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled by Neerav Parikh · 9 years ago
  12. d469251 ixgbe: Correct handling of any outer UDP checksum setting by Mark Rustad · 9 years ago
  13. fb8ad4a ixgbe: Clean up redundancy in hw_enc_features by Mark Rustad · 9 years ago
  14. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  15. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  16. 53692b1 sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC by Tom Herbert · 9 years ago
  17. e1d0a2a ixgbe: Fix VLAN promisc in relation to SR-IOV by Alexander Duyck · 9 years ago
  18. 1636956 ixgbe: Add support for VLAN promiscuous with SR-IOV by Alexander Duyck · 9 years ago
  19. b6488b6 ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVF by Alexander Duyck · 9 years ago
  20. 530fd82 ixgbe: Return error on failure to allocate mac_table by Alexander Duyck · 9 years ago
  21. bf4d67d ixgbe: Reset interface after enabling SR-IOV by Alexander Duyck · 9 years ago
  22. 36a92d7 ixgbe: Handle extended IPv6 headers in Tx path by Mark Rustad · 9 years ago
  23. 988d130 ixgbe: Save VF info and take references by Mark Rustad · 9 years ago
  24. a9763f3 ixgbe: Update PTP to support X550EM_x devices by Mark Rustad · 9 years ago
  25. 2f9be16 ixgbe: Allow FDB entries access to more RAR filters by Alexander Duyck · 9 years ago
  26. 0f079d2 ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addresses by Alexander Duyck · 9 years ago
  27. c9f53e6 ixgbe: Refactor MAC address configuration code by Alexander Duyck · 9 years ago
  28. 780484d ixgbe: Use private workqueue to avoid certain possible hangs by Mark Rustad · 9 years ago
  29. ef2662b ixgbe/ixgbevf: use napi_schedule_irqoff() by Alexander Duyck · 9 years ago
  30. 5d6002b ixgbe: Fix handling of NAPI budget when multiple queues are enabled per vector by Alexander Duyck · 9 years ago
  31. a897a2a ixgbe: fix multiple kernel-doc errors by Jean Sacren · 9 years ago
  32. cc1f88b ixgbe: Delete redundant include file by Mark Rustad · 9 years ago
  33. 93f93a4 net: move skb_mark_napi_id() into core networking stack by Eric Dumazet · 9 years ago
  34. 54011e4 ixgbe: Add new ndo to trust VF by Hiroshi Shimamoto · 9 years ago
  35. 32b3e08 drivers/net/intel: use napi_complete_done() by Jesse Brandeburg · 9 years ago
  36. 72bfd32 ixgbe: disable LRO by default by Emil Tantilov · 9 years ago
  37. f079fa0 ixgbe: add flow control ethertype to the anti-spoofing filter by Emil Tantilov · 9 years ago
  38. 21dd560 ixgbe: Advance version to 4.2.1 by Mark Rustad · 9 years ago
  39. c5846ba ixgbe: X540 thermal warning interrupt not a GPI by Mark Rustad · 9 years ago
  40. 9de7605 ixgbe: Correct several flaws with with DCA setup by Mark Rustad · 9 years ago
  41. 018d714 ixgbe: Add new X550EM SFP+ device ID by Mark Rustad · 9 years ago
  42. f961dda ixgbe: Add small packet padding support for X550 by Mark Rustad · 9 years ago
  43. 052a1a7 ixgbe: Correct setting of RDRXCTL register for X550* devices by Mark Rustad · 9 years ago
  44. 58e7cd2 ixgbe: Limit SFP polling rate by Mark Rustad · 9 years ago
  45. cbd45ec ixgbe: Add X550EM support for SFP insertion interrupt by Mark Rustad · 9 years ago
  46. 29a8dca ixgbe: Accept SFP not present errors on all devices by Mark Rustad · 9 years ago
  47. a023bbd ixgbe: Add SFP+ detection for X550 hardware by Don Skidmore · 9 years ago
  48. 8ac34f1 ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12K by Alexander Duyck · 9 years ago
  49. 6b010e9 ixgbe: Teardown SR-IOV before unregister_netdev() by Alex Williamson · 9 years ago
  50. 4ccc650 ixgbe: fix issue with SFP events with new X550 devices by Don Skidmore · 9 years ago
  51. 7837e28 ixgbe: Remove bimodal SR-IOV disabling by Alex Williamson · 9 years ago
  52. 454adb0 ixgbe: Add support for reporting 2.5G link speed by Mark Rustad · 9 years ago
  53. 7e3f5c8 ixgbe: fix bounds checking in ixgbe_setup_tc for 82598 by Emil Tantilov · 9 years ago
  54. 1c7cf07 ixgbe: support for ethtool set_rxfh by Tom Barbette · 9 years ago
  55. bc52f95 ixgbe: use kzalloc for allocating one thing by Maninder Singh · 9 years ago
  56. f9328bc ixgbe: add new bus type for intergrated I/O interface (IOSF) by Don Skidmore · 9 years ago
  57. 6ac7439 ixgbe: Add support for entering low power link up state by Don Skidmore · 9 years ago
  58. 67359c3 ixgbe: Add support for VXLAN RX offloads by Mark Rustad · 9 years ago
  59. f467bc0 ixgbe: Add support for UDP-encapsulated tx checksum offload by Mark Rustad · 9 years ago
  60. 0d36938 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  61. 2f064f3 mm: make page pfmemalloc check more robust by Michal Hocko · 9 years ago
  62. 56d1392 ixgbe: TRIVIAL fix up double 'the' and comment style by Jacob Keller · 9 years ago
  63. 7edda4b ixgbe: Specify Rx hash type WRT Rx desc RSS type by Fan Du · 9 years ago
  64. 7d4f8d8 switchdev; add VLAN support for port's bridge_getlink by Scott Feldman · 9 years ago
  65. deda562 ixgbe: Add support for another X550 device. by Don Skidmore · 9 years ago
  66. 45788d2 ixgbe: fix issue with sfp events with new X550 devices by Don Skidmore · 9 years ago
  67. 597f22d ixgbe: add support for interrupts from X550 external PHY by Don Skidmore · 9 years ago
  68. f44e751 ixgbe: Add const string for overheat message by Don Skidmore · 9 years ago
  69. 961fac8 ixgbe: Add a PHY power state method by Don Skidmore · 9 years ago
  70. df8c26f ixgbe: add support for WoL and autoneg FC for some X550 devices by Don Skidmore · 9 years ago
  71. 9a900ec ixgbe: add array of MAC type dependent values by Don Skidmore · 9 years ago
  72. a1e869d ixgbe: Use a signed type to hold error codes by Mark Rustad · 9 years ago
  73. 46c264d bridge/nl: remove wrong use of NLM_F_MULTI by Nicolas Dichtel · 9 years ago
  74. e65ce0d ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS info by Vlad Zolotarov · 9 years ago
  75. 7f276ef ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key by Vlad Zolotarov · 9 years ago
  76. dfaf891 ixgbe: Refactor the RSS configuration code by Vlad Zolotarov · 9 years ago
  77. 020f1d9 ixgbe: Drop unnecessary call to rcu_barrier by Alexander Duyck · 9 years ago
  78. 87031c0 ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_features by Alexander Duyck · 9 years ago
  79. 6d4c96a ixgbe: add support for X550 source_address_prunning by Don Skidmore · 9 years ago
  80. 219efe9 ixgbe: add new bridge mode support function. by Don Skidmore · 9 years ago
  81. aa2bacb ixgbe: Move bridge mode from flag to variable by Don Skidmore · 9 years ago
  82. 856f606 ixgbe: Remove IXGBE_FLAG_IN_NETPOLL since it doesn't do anything by Alexander Duyck · 10 years ago
  83. 1f9ac57 ixgbe: add new wrapper for X550 support by Don Skidmore · 10 years ago
  84. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 10 years ago
  85. c7bf716 ethernet: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  86. 5b7f000 ixgbe: add Tx anti spoofing support by Don Skidmore · 10 years ago
  87. 3f20780 ixgbe: add VXLAN offload support for X550 devices by Don Skidmore · 10 years ago
  88. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  89. add511b bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellink by Roopa Prabhu · 10 years ago
  90. 0213668 ixgbe: Fix checksum error when using stacked vlan by Toshiaki Makita · 10 years ago
  91. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  92. 124b74c fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor reads by Alexander Duyck · 10 years ago
  93. 67fd893 ethernet/intel: Use napi_alloc_skb by Alexander Duyck · 10 years ago
  94. a94d9e2 ethernet/intel: Use eth_skb_pad and skb_put_padto helpers by Alexander Duyck · 10 years ago
  95. 0fb6a55 ixgbe: fix crash on rmmod after probe fail by Emil Tantilov · 10 years ago
  96. 9be4a9b ixgbe: bump version number by Don Skidmore · 10 years ago
  97. 6a14ee0 ixgbe: Add X550 support function pointers by Don Skidmore · 10 years ago
  98. 0f9b232 ixgbe: add support for X550 extended RSS support by Don Skidmore · 10 years ago
  99. 9079e41 ixgbe: remove CIAA/D register reads from bad VF check by Emil Tantilov · 10 years ago
  100. c762dff ixgbe: Look up MAC address in Open Firmware or IDPROM by Martin K Petersen · 10 years ago