1. f44e751 ixgbe: Add const string for overheat message by Don Skidmore · 10 years ago
  2. 961fac8 ixgbe: Add a PHY power state method by Don Skidmore · 10 years ago
  3. df8c26f ixgbe: add support for WoL and autoneg FC for some X550 devices by Don Skidmore · 10 years ago
  4. 9a900ec ixgbe: add array of MAC type dependent values by Don Skidmore · 10 years ago
  5. a1e869d ixgbe: Use a signed type to hold error codes by Mark Rustad · 10 years ago
  6. 46c264d bridge/nl: remove wrong use of NLM_F_MULTI by Nicolas Dichtel · 10 years ago
  7. e65ce0d ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS info by Vlad Zolotarov · 10 years ago
  8. 7f276ef ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key by Vlad Zolotarov · 10 years ago
  9. dfaf891 ixgbe: Refactor the RSS configuration code by Vlad Zolotarov · 10 years ago
  10. 020f1d9 ixgbe: Drop unnecessary call to rcu_barrier by Alexander Duyck · 10 years ago
  11. 87031c0 ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_features by Alexander Duyck · 10 years ago
  12. 6d4c96a ixgbe: add support for X550 source_address_prunning by Don Skidmore · 10 years ago
  13. 219efe9 ixgbe: add new bridge mode support function. by Don Skidmore · 10 years ago
  14. aa2bacb ixgbe: Move bridge mode from flag to variable by Don Skidmore · 10 years ago
  15. 856f606 ixgbe: Remove IXGBE_FLAG_IN_NETPOLL since it doesn't do anything by Alexander Duyck · 10 years ago
  16. 1f9ac57 ixgbe: add new wrapper for X550 support by Don Skidmore · 10 years ago
  17. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 10 years ago
  18. c7bf716 ethernet: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  19. 5b7f000 ixgbe: add Tx anti spoofing support by Don Skidmore · 11 years ago
  20. 3f20780 ixgbe: add VXLAN offload support for X550 devices by Don Skidmore · 11 years ago
  21. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  22. add511b bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellink by Roopa Prabhu · 11 years ago
  23. 0213668 ixgbe: Fix checksum error when using stacked vlan by Toshiaki Makita · 11 years ago
  24. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 11 years ago
  25. 124b74c fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor reads by Alexander Duyck · 11 years ago
  26. 67fd893 ethernet/intel: Use napi_alloc_skb by Alexander Duyck · 11 years ago
  27. a94d9e2 ethernet/intel: Use eth_skb_pad and skb_put_padto helpers by Alexander Duyck · 11 years ago
  28. 0fb6a55 ixgbe: fix crash on rmmod after probe fail by Emil Tantilov · 11 years ago
  29. 9be4a9b ixgbe: bump version number by Don Skidmore · 11 years ago
  30. 6a14ee0 ixgbe: Add X550 support function pointers by Don Skidmore · 11 years ago
  31. 0f9b232 ixgbe: add support for X550 extended RSS support by Don Skidmore · 11 years ago
  32. 9079e41 ixgbe: remove CIAA/D register reads from bad VF check by Emil Tantilov · 11 years ago
  33. c762dff ixgbe: Look up MAC address in Open Firmware or IDPROM by Martin K Petersen · 11 years ago
  34. ad435ec ixgbe: Remove tail write abstraction and add missing barrier by Alexander Duyck · 11 years ago
  35. 18cb652 ixgbe: Clean-up page reuse code by Alexander Duyck · 11 years ago
  36. 2c3c031 bridge: add brport flags to dflt bridge_getlink by Scott Feldman · 11 years ago
  37. f6f6424 net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del by Jiri Pirko · 11 years ago
  38. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  39. 4ea85e8 net: Check for presence of IFLA_AF_SPEC by Thomas Graf · 11 years ago
  40. b7c1a31 net: Validate IFLA_BRIDGE_MODE attribute length by Thomas Graf · 11 years ago
  41. b5b2ffc ixgbe: fix use after free adapter->state test in ixgbe_remove/ixgbe_probe by Daniel Borkmann · 11 years ago
  42. 4556dc5 ixgbe: Correctly disable VLAN filter in promiscuous mode by Vlad Yasevich · 11 years ago
  43. 9913c61 ixgbe: use netdev_rss_key_fill() helper by Eric Dumazet · 11 years ago
  44. 42b17f0 fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_page by Alexander Duyck · 11 years ago
  45. d1b849b ixgbe: add helper function for setting RSS key in preparation of X550 by Don Skidmore · 11 years ago
  46. 9a75a1a ixgbe: Add new support for X550 MAC's by Don Skidmore · 11 years ago
  47. 4d2fcfb ixgbe: need not repeat init skb with NULL by Junwei Zhang · 11 years ago
  48. ec91698 ixgbe: fix race accessing page->_count by Eric Dumazet · 11 years ago
  49. ffefa9f ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQL by Emil Tantilov · 11 years ago
  50. fe1f2a9 ixgbe: Convert the normal transmit complete path to dev_consume_skb_any() by Rick Jones · 11 years ago
  51. d523493 ixgbe: Do not schedule an uninitialized workqueue entry by Mark Rustad · 11 years ago
  52. d38e924 ixgbe: remove useless bd_number from adapter struct by Ethan Zhao · 11 years ago
  53. 15be71c ixgbe: Drop Rx alloc at end of Rx cleanup by Alexander Duyck · 11 years ago
  54. ca8dfe2 ixgbe: Resolve warnings produced in W=2 builds by Mark Rustad · 11 years ago
  55. 8496e33 ixgbe: use new eth_get_headlen interface by Alexander Duyck · 11 years ago
  56. aac2f1b ixgbe: limit combined total of macvlan and SR-IOV VFs by Jacob Keller · 11 years ago
  57. 07923c1 ixgbe: reset interface on link loss with pending Tx work from the VF by Emil Tantilov · 11 years ago
  58. bcfd343 ixgbe: Cleanup FDB handling code by Alexander Duyck · 11 years ago
  59. 2367a17 ixgbe: flush when in xmit_more mode and under descriptor pressure by Daniel Borkmann · 11 years ago
  60. 9c938cd ixgbe: support skb->xmit_more in netdev_ops->ndo_start_xmit() by Daniel Borkmann · 11 years ago
  61. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 11 years ago
  62. e90dd26 ixgbe: Make return values more direct by Mark Rustad · 11 years ago
  63. caafb95 ixgbe: don't check minimum link when direct assigned to virtual machine by Jacob Keller · 11 years ago
  64. 8818970 ixgbe: fix use of list_for_each in ixgbe_enumerate_functions by Jacob Keller · 11 years ago
  65. 339de30 ixgbe: Change some uses of strncpy to strlcpy by Mark Rustad · 11 years ago
  66. 508a8c9 ixgbe: Fix possible null-dereference in error path by Mark Rustad · 11 years ago
  67. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  68. d9cd46c ixgbe: fix detection of SFP+ capable interfaces by Emil Tantilov · 11 years ago
  69. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  70. a0cccce ixgbe: avoid duplicate code in suspend and stop paths by Jacob Keller · 11 years ago
  71. d1a35ee ixgbe: fix linking at 100Mbps on copper devices with MNG FW enabled by Emil Tantilov · 11 years ago
  72. 0c3592b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  73. ed61668 net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool. by Sucheta Chakraborty · 11 years ago
  74. e7cf745 ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACE by Jacob Keller · 11 years ago
  75. 4366004 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  76. 5d7daa3 ixgbe: improve mac filter handling by Jacob Keller · 11 years ago
  77. b335e75 ixgbe: change handling of multicast filters by Jacob Keller · 11 years ago
  78. a9b8943 ixgbe: remove vlan_filter_disable and enable functions by Jacob Keller · 11 years ago
  79. f8e2472 ixgbe: Use out-of-line function for register reads by Mark Rustad · 11 years ago
  80. e577662 ixgbe: convert low_water into an array by Jacob Keller · 11 years ago
  81. eda183c ixgbe: clean up Rx time stamping code by Jakub Kicinski · 11 years ago
  82. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  83. 2049e1f ixgbe: remove open-coded skb_cow_head by Francois Romieu · 11 years ago
  84. 58cf663 ixgbe: Add bit to mark service task initialization by Mark Rustad · 11 years ago
  85. 41c6284 ixgbe: Fix rcu warnings induced by LER by Mark Rustad · 11 years ago
  86. 151b260c ixgbe: fix race conditions on queuing skb for HW time stamp by Jakub Kicinski · 11 years ago
  87. ff29a86 ixgbe: never generate both software and hardware timestamps by Jakub Kicinski · 11 years ago
  88. cdc04dc ixgbe: enable tx queues after link up by Emil Tantilov · 11 years ago
  89. 7155d05 ixgbe: Stop cacheing if the MNG FW enabled by Don Skidmore · 11 years ago
  90. a1108ff ixgbe: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
  91. ed19231 ixgbe: add ixgbe_write_pci_cfg_word with ixgbe_removed check by Jacob Keller · 11 years ago
  92. fdabfc8a ixgbe: Don't receive packets when the napi budget == 0 by Eric W. Biederman · 11 years ago
  93. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 11 years ago
  94. b89aae7 ixgbe: add Linux NICS mailing list to contact info by Jacob Keller · 11 years ago
  95. 38da985 net: ixgbe calls skb_set_hash by Tom Herbert · 12 years ago
  96. 93501d4 ixgbe: implement SIOCGHWTSTAMP ioctl by Jacob Keller · 11 years ago
  97. 1443846 ixgbe: Check config reads for removal by Mark Rustad · 11 years ago
  98. 0391bbe ixgbe: Restore hw_addr in LER recovery paths by Mark Rustad · 11 years ago
  99. 8755744 ixgbe: Add WoL support for a new device by Mark Rustad · 11 years ago
  100. d773ce2 ixgbe: modify behavior on receiving a HW ECC error. by Don Skidmore · 11 years ago