1. 73cd635 igb: bump version of igb to 5.2.18 by Todd Fujinaka · 10 years ago
  2. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  3. 2ee52ad igb: Don't use NETDEV_FRAG_PAGE_MAX_SIZE in descriptor calculation by Alexander Duyck · 10 years ago
  4. 2439fc4 igb: Fix NULL assignment to incorrect variable in igb_reset_q_vector by Toshiaki Makita · 10 years ago
  5. c0a06ee igb: Fix oops on changing number of rings by Toshiaki Makita · 10 years ago
  6. 8cfb879 igb: simplify and clean up igb_enable_mas() by Todd Fujinaka · 10 years ago
  7. 1abbc98 igb: Enable TSO for stacked vlan by Toshiaki Makita · 10 years ago
  8. f28ea08 igb: use netif_carrier_off earlier when bringing if down by Todd Fujinaka · 10 years ago
  9. 6ddbc4c igb: Indicate failure on vf reset for empty mac address by Alexander Graf · 10 years ago
  10. 720db4f igb: enable auxiliary PHC functions for the i210 by Richard Cochran · 10 years ago
  11. 00c6557 igb: enable internal PPS for the i210 by Richard Cochran · 10 years ago
  12. 61d7f75 igb: refactor time sync interrupt handling by Richard Cochran · 10 years ago
  13. 95dd44b igb: Clean-up page reuse code by Alexander Duyck · 10 years ago
  14. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  15. 124b74c fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor reads by Alexander Duyck · 10 years ago
  16. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  17. 67fd893 ethernet/intel: Use napi_alloc_skb by Alexander Duyck · 10 years ago
  18. a94d9e2 ethernet/intel: Use eth_skb_pad and skb_put_padto helpers by Alexander Duyck · 10 years ago
  19. e3d857e Merge branch 'pm-runtime' by Rafael J. Wysocki · 10 years ago
  20. d61c81c e1000e / igb / PM: Eliminate CONFIG_PM_RUNTIME by Rafael J. Wysocki · 10 years ago
  21. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  22. 17a402a igb: Fixes needed for surprise removal support by Carolyn Wyborny · 10 years ago
  23. eb31f84 igb: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  24. 42b17f0 fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_page by Alexander Duyck · 10 years ago
  25. bc16e47 igb: don't reuse pages with pfmemalloc flag by Roman Gushchin · 10 years ago
  26. 00cd5ad igb: fix race accessing page->_count by Eric Dumazet · 10 years ago
  27. b5d130c igb: bump version to 5.2.15 by Todd Fujinaka · 10 years ago
  28. a81fb04 i40e/igb: Convert to dev_consume_skb_any() by Rick Jones · 10 years ago
  29. 7acf631 igb: remove blocking phy read from inside spinlock by Bernhard Kaindl · 10 years ago
  30. c4c112f igb: add flags to set eee advertisement mode by Todd Fujinaka · 10 years ago
  31. 24cd23d igb: use new eth_get_headlen interface by Alexander Duyck · 10 years ago
  32. 6f19e12 igb: flush when in xmit_more mode and under descriptor pressure by David S. Miller · 10 years ago
  33. 0b725a2 net: Remove ndo_xmit_flush netdev operation, use signalling instead. by David S. Miller · 10 years ago
  34. c1ebf46 igb: Support netdev_ops->ndo_xmit_flush() by David S. Miller · 10 years ago
  35. bf22a6b igb: bump igb version to 5.2.13 by Todd Fujinaka · 11 years ago
  36. 1516f0a igb: Add message when malformed packets detected by hw by Carolyn Wyborny · 11 years ago
  37. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  38. 7625272 igb: do a reset on SR-IOV re-init if device is down by Stefan Assmann · 11 years ago
  39. 9482648 igb: Workaround for i210 Errata 25: Slow System Clock by Todd Fujinaka · 11 years ago
  40. aec653c igb: bring link up when PHY is powered up by Todd Fujinaka · 11 years ago
  41. 23d8782 igb: unhide invariant returns by Todd Fujinaka · 11 years ago
  42. 27dff8b igb: add defaults for i210 TX/RX PBSIZE by Todd Fujinaka · 11 years ago
  43. 0c3592b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  44. 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
  45. 41457f6 i40e,igb,ixgbe: remove usless return statements by Stephen Hemminger · 11 years ago
  46. a1f6347 igb: Change memcpy to struct assignment by Carolyn Wyborny · 11 years ago
  47. be28b63 igb: Cleanups to remove unneeded extern declaration by Carolyn Wyborny · 11 years ago
  48. cd1631c igb: Cleanups to replace deprecated DEFINE_PCI_DEVICE_TABLE by Carolyn Wyborny · 11 years ago
  49. 6dd6d2b igb: Cleanups to fix static initialization by Carolyn Wyborny · 11 years ago
  50. 0d451e7 igb: Cleanups to fix msleep warnings by Carolyn Wyborny · 11 years ago
  51. c502ea2 igb: Cleanups to fix line length warnings by Carolyn Wyborny · 11 years ago
  52. da1f1df igb: Cleanups to remove return parentheses by Carolyn Wyborny · 11 years ago
  53. b26141d igb: Cleanups to fix missing break in switch statements by Carolyn Wyborny · 11 years ago
  54. 81ad807 igb: Cleanups to fix assignment in if error by Carolyn Wyborny · 11 years ago
  55. e52c0f9 igb: Cleanups to change comment style on license headers by Carolyn Wyborny · 11 years ago
  56. 4366004 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  57. 9005df3 igb: Cleanups to fix incorrect indentation by Carolyn Wyborny · 11 years ago
  58. d34a15a igb: Cleanups to fix braces location warnings by Carolyn Wyborny · 11 years ago
  59. c75c4ed igb: Cleanups for messaging by Carolyn Wyborny · 11 years ago
  60. e66c083 igb: fix stats for i210 rx_fifo_errors by Todd Fujinaka · 11 years ago
  61. 5499a96 igb: fix last_rx_timestamp usage by Jakub Kicinski · 11 years ago
  62. 06c14e5 igb: remove open-coded skb_cow_head by Francois Romieu · 11 years ago
  63. 75009b3 INTEL-IGB: Convert iounmap to pci_iounmap by Peter Senna Tschudin · 11 years ago
  64. ed4420a igb: fix race conditions on queuing skb for HW time stamp by Jakub Kicinski · 11 years ago
  65. afc835d igb: never generate both software and hardware timestamps by Jakub Kicinski · 11 years ago
  66. b709323 igb: Unset IGB_FLAG_HAS_MSIX-flag when falling back to msi-only by Christoph Paasch · 11 years ago
  67. cb06d10 igb: Fix Null-pointer dereference in igb_reset_q_vector by Christoph Paasch · 11 years ago
  68. 22a8b29 igb: add register rd/wr for surprise removal by Fujinaka, Todd · 11 years ago
  69. 6ab5f7b igb: implement SIOCGHWTSTAMP ioctl by Jacob Keller · 11 years ago
  70. 7c4d16f igb: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
  71. dc1edc6 igb: enable VLAN stripping for VMs with i350 by Stefan Assmann · 11 years ago
  72. 406d496 igb: remove references to long gone command line parameters by Fernando Luis Vazquez Cao · 11 years ago
  73. 57ba34c igb: Don't receive packets when the napi budget == 0 by Eric W. Biederman · 11 years ago
  74. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 11 years ago
  75. b936136 igb: Fix code comment by Jeff Kirsher · 11 years ago
  76. f4c01e9 igb: Fix for devices using ethtool for EEE settings by Carolyn Wyborny · 11 years ago
  77. 42bdf08 net: igb calls skb_set_hash by Tom Herbert · 11 years ago
  78. 74cfb2e igb: Update license text to remove FSF address and update copyright. by Carolyn Wyborny · 11 years ago
  79. 479d02d igb: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 11 years ago
  80. cd14ef5 igb: Change to use statically allocated array for MSIx entries by Carolyn Wyborny · 11 years ago
  81. 02ef6e1 igb: Fix queue allocation method to accommodate changing during runtime by Carolyn Wyborny · 11 years ago
  82. 56cec24 igb: Add new feature Media Auto Sense for 82580 devices only by Carolyn Wyborny · 11 years ago
  83. 89dbefb igb: Support ports mapped in 64-bit PCI space by Aaron Sierra · 11 years ago
  84. 2bdfc4e igb: Add media switching feature for i354 PHY's by Carolyn Wyborny · 11 years ago
  85. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  86. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  87. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  88. 781798a igb: fix driver reload with VF assigned to guest by Stefan Assmann · 11 years ago
  89. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  90. 907b783 igb: Add ethtool support to configure number of channels by Laura Mihaela Vasilescu · 11 years ago
  91. dc4ff9b DMA-API: net: intel/igb: fix 32-bit DMA mask handling by Russell King · 12 years ago
  92. 66f40b8 igb: Update version number by Akeem G Abodunrin · 11 years ago
  93. aa9b8cc igb: Implementation of 1-sec delay for i210 devices by Akeem G Abodunrin · 11 years ago
  94. 53ea6c7 igb: Don't look for a PBA in the iNVM when flashless by Todd Fujinaka · 11 years ago
  95. ed12cc9 igb: Expose RSS indirection table for ethtool by Laura Mihaela Vasilescu · 12 years ago
  96. c342b39 igb: Add macro for size of RETA indirection table by Laura Mihaela Vasilescu · 12 years ago
  97. 7dc98a6 igb: Fix get_fw_version function for all parts by Carolyn Wyborny · 12 years ago
  98. 53b87ce igb: Add device support for flashless SKU of i210 device by Carolyn Wyborny · 12 years ago
  99. ef3a009 igb: Refactor NVM read functions to accommodate devices with no flash by Carolyn Wyborny · 12 years ago
  100. 2ccd994 igb: Update MTU so that it is always at least a standard frame size by Alexander Duyck · 12 years ago