1. a1f6347 igb: Change memcpy to struct assignment by Carolyn Wyborny · 11 years ago
  2. be28b63 igb: Cleanups to remove unneeded extern declaration by Carolyn Wyborny · 11 years ago
  3. cd1631c igb: Cleanups to replace deprecated DEFINE_PCI_DEVICE_TABLE by Carolyn Wyborny · 11 years ago
  4. 6dd6d2b igb: Cleanups to fix static initialization by Carolyn Wyborny · 11 years ago
  5. 0d451e7 igb: Cleanups to fix msleep warnings by Carolyn Wyborny · 11 years ago
  6. c502ea2 igb: Cleanups to fix line length warnings by Carolyn Wyborny · 11 years ago
  7. da1f1df igb: Cleanups to remove return parentheses by Carolyn Wyborny · 11 years ago
  8. b26141d igb: Cleanups to fix missing break in switch statements by Carolyn Wyborny · 11 years ago
  9. 81ad807 igb: Cleanups to fix assignment in if error by Carolyn Wyborny · 11 years ago
  10. e52c0f9 igb: Cleanups to change comment style on license headers by Carolyn Wyborny · 11 years ago
  11. 4366004 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  12. 9005df3 igb: Cleanups to fix incorrect indentation by Carolyn Wyborny · 11 years ago
  13. d34a15a igb: Cleanups to fix braces location warnings by Carolyn Wyborny · 11 years ago
  14. c75c4ed igb: Cleanups for messaging by Carolyn Wyborny · 11 years ago
  15. e66c083 igb: fix stats for i210 rx_fifo_errors by Todd Fujinaka · 11 years ago
  16. 5499a96 igb: fix last_rx_timestamp usage by Jakub Kicinski · 11 years ago
  17. 06c14e5 igb: remove open-coded skb_cow_head by Francois Romieu · 11 years ago
  18. 75009b3 INTEL-IGB: Convert iounmap to pci_iounmap by Peter Senna Tschudin · 11 years ago
  19. ed4420a igb: fix race conditions on queuing skb for HW time stamp by Jakub Kicinski · 11 years ago
  20. afc835d igb: never generate both software and hardware timestamps by Jakub Kicinski · 11 years ago
  21. b709323 igb: Unset IGB_FLAG_HAS_MSIX-flag when falling back to msi-only by Christoph Paasch · 11 years ago
  22. cb06d10 igb: Fix Null-pointer dereference in igb_reset_q_vector by Christoph Paasch · 11 years ago
  23. 22a8b29 igb: add register rd/wr for surprise removal by Fujinaka, Todd · 11 years ago
  24. 6ab5f7b igb: implement SIOCGHWTSTAMP ioctl by Jacob Keller · 12 years ago
  25. 7c4d16f igb: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
  26. dc1edc6 igb: enable VLAN stripping for VMs with i350 by Stefan Assmann · 12 years ago
  27. 406d496 igb: remove references to long gone command line parameters by Fernando Luis Vazquez Cao · 11 years ago
  28. 57ba34c igb: Don't receive packets when the napi budget == 0 by Eric W. Biederman · 11 years ago
  29. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 11 years ago
  30. b936136 igb: Fix code comment by Jeff Kirsher · 11 years ago
  31. f4c01e9 igb: Fix for devices using ethtool for EEE settings by Carolyn Wyborny · 11 years ago
  32. 42bdf08 net: igb calls skb_set_hash by Tom Herbert · 12 years ago
  33. 74cfb2e igb: Update license text to remove FSF address and update copyright. by Carolyn Wyborny · 11 years ago
  34. 479d02d igb: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 11 years ago
  35. cd14ef5 igb: Change to use statically allocated array for MSIx entries by Carolyn Wyborny · 12 years ago
  36. 02ef6e1 igb: Fix queue allocation method to accommodate changing during runtime by Carolyn Wyborny · 12 years ago
  37. 56cec24 igb: Add new feature Media Auto Sense for 82580 devices only by Carolyn Wyborny · 12 years ago
  38. 89dbefb igb: Support ports mapped in 64-bit PCI space by Aaron Sierra · 12 years ago
  39. 2bdfc4e igb: Add media switching feature for i354 PHY's by Carolyn Wyborny · 12 years ago
  40. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  41. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  42. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 12 years ago
  43. 781798a igb: fix driver reload with VF assigned to guest by Stefan Assmann · 12 years ago
  44. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 12 years ago
  45. 907b783 igb: Add ethtool support to configure number of channels by Laura Mihaela Vasilescu · 12 years ago
  46. dc4ff9b DMA-API: net: intel/igb: fix 32-bit DMA mask handling by Russell King · 12 years ago
  47. 66f40b8 igb: Update version number by Akeem G Abodunrin · 12 years ago
  48. aa9b8cc igb: Implementation of 1-sec delay for i210 devices by Akeem G Abodunrin · 12 years ago
  49. 53ea6c7 igb: Don't look for a PBA in the iNVM when flashless by Todd Fujinaka · 12 years ago
  50. ed12cc9 igb: Expose RSS indirection table for ethtool by Laura Mihaela Vasilescu · 12 years ago
  51. c342b39 igb: Add macro for size of RETA indirection table by Laura Mihaela Vasilescu · 12 years ago
  52. 7dc98a6 igb: Fix get_fw_version function for all parts by Carolyn Wyborny · 12 years ago
  53. 53b87ce igb: Add device support for flashless SKU of i210 device by Carolyn Wyborny · 12 years ago
  54. ef3a009 igb: Refactor NVM read functions to accommodate devices with no flash by Carolyn Wyborny · 12 years ago
  55. 2ccd994 igb: Update MTU so that it is always at least a standard frame size by Alexander Duyck · 12 years ago
  56. 5026719 igb: don't allow SR-IOV without MSI-X by Mitch A Williams · 12 years ago
  57. 7f90128 igb: Added rcu_lock to avoid race by Akeem G Abodunrin · 12 years ago
  58. e5c3370 igb: Read register for latch_on without return value by Akeem G Abodunrin · 12 years ago
  59. 7e44892 igb: fix vlan filtering in promisc mode when not in VT mode by Emil Tantilov · 12 years ago
  60. 41f149a igb: Fix possible panic caused by Rx traffic arrival while interface is down by Carolyn Wyborny · 12 years ago
  61. 20a4841 igb: Add update to last_rx_timestamp in Rx rings by Matthew Vick · 12 years ago
  62. 67b1b90 igb: Bump version of driver by Carolyn Wyborny · 12 years ago
  63. 6f3dc319 igb: Retain HW VLAN filtering while in promiscuous + VT mode by Greg Rose · 12 years ago
  64. c0ba477 igb: display a warning message when SmartSpeed works by Koki Sanagi · 13 years ago
  65. b09186d igb: Use pci_vfs_assigned instead of igb_vfs_are_assigned by Alexander Duyck · 12 years ago
  66. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  67. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 12 years ago
  68. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 12 years ago
  69. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  70. ceb5f13 igb: Add support for i354 devices by Carolyn Wyborny · 12 years ago
  71. 70ea478 igb: add support for spoofchk config by Lior Levy · 12 years ago
  72. b980ac1 igb: Fix code comments and whitespace by Jeff Kirsher · 12 years ago
  73. 4e227667 igb: Use rx/tx_itr_setting when setting up initial value of itr by Alexander Duyck · 13 years ago
  74. b646c22 igb: Pull adapter out of main path in igb_xmit_frame_ring by Alexander Duyck · 13 years ago
  75. b9555f6 igb: Mask off check of frag_off as we only want fragment offset by Alexander Duyck · 13 years ago
  76. 5c17a20 igb: random code and comments fix by Akeem G. Abodunrin · 13 years ago
  77. f502ef7 igb: Support for 100base-fx SFP by Akeem G. Abodunrin · 12 years ago
  78. f9d40f6 igb: Revert support for build_skb in igb by Alexander Duyck · 12 years ago
  79. d5e51a1 igb: SR-IOV init reordering by Alex Williamson · 12 years ago
  80. d0f63ac igb: Fix null pointer dereference by Alex Williamson · 12 years ago
  81. 603e86f igb: Fix for lockdep issue in igb_get_i2c_client by Carolyn Wyborny · 12 years ago
  82. e4f7dbb igb: Drop BUILD_BUG_ON check from igb_build_rx_buffer by Alexander Duyck · 12 years ago
  83. 21ba6fe igb: Update igb to use a path similar to ixgbe to determine when to stop Tx by Alexander Duyck · 13 years ago
  84. 2c7d772 igb: Refix sparse warning in igb_get_i2c_client by Carolyn Wyborny · 12 years ago
  85. 199f6cc igb: Fix for improper allocation flag in igb_get_i2c_client by Carolyn Wyborny · 13 years ago
  86. d3f8ef1 igb: Fix for improper exit in igb_get_i2c_client by Carolyn Wyborny · 13 years ago
  87. 74e238e igb: Support using build_skb in the case that jumbo frames are disabled by Alexander Duyck · 13 years ago
  88. b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 13 years ago
  89. 5ac6f91 igb: Don't give VFs random MAC addresses by Mitch A Williams · 13 years ago
  90. 4b9ea46 igb: Copyright string update to year 2013 by Akeem G. Abodunrin · 13 years ago
  91. 70d289b igb: Replace rmb in Tx cleanup with read_barrier_depends by Alexander Duyck · 13 years ago
  92. fc58075 igb: Add mechanism for detecting latched hardware Rx timestamp by Matthew Vick · 13 years ago
  93. 428f1f7 igb: Add timeout for PTP Tx work item by Matthew Vick · 13 years ago
  94. b66e239 igb: Add support for SW timestamping by Matthew Vick · 13 years ago
  95. e428893 igb: Enable hwmon data output for thermal sensors via I2C. by Carolyn Wyborny · 13 years ago
  96. 441fc6f igb: Add i2c interface to igb. by Carolyn Wyborny · 13 years ago
  97. fa44f2f igb: Enable SR-IOV configuration via PCI sysfs interface by Greg Rose · 13 years ago
  98. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 13 years ago
  99. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 13 years ago
  100. 6699938 igb: Update igb version to 4.1.2 by Carolyn Wyborny · 13 years ago