1. 3a1eb6d igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code comment by Alexander Duyck · 8 years ago
  2. b1bb2eb igb: Re-add support for build_skb in igb by Alexander Duyck · 8 years ago
  3. e014272 igb: Break out Rx buffer page management by Alexander Duyck · 8 years ago
  4. e3cdf68 igb: Add support for padding packet by Alexander Duyck · 8 years ago
  5. 8649aae igb: Add support for using order 1 pages to receive large frames by Alexander Duyck · 8 years ago
  6. 3456fd5 igb: Use page_address offset from page instead of masking virtual address by Alexander Duyck · 8 years ago
  7. cfbc871 igb: Limit maximum frame Rx based on MTU by Alexander Duyck · 8 years ago
  8. 7cc6fd4 igb: Don't bother clearing Tx buffer_info in igb_clean_tx_ring by Alexander Duyck · 8 years ago
  9. d2bead5 igb: Clear Rx buffer_info in configure instead of clean by Alexander Duyck · 8 years ago
  10. 7ec0116 igb: Use length to determine if descriptor is done by Alexander Duyck · 8 years ago
  11. 7bd1759 igb: Add support for DMA_ATTR_WEAK_ORDERING by Alexander Duyck · 8 years ago
  12. 4a7c972 net: Remove usage of net_device last_rx member by Tobias Klauser · 8 years ago
  13. 02ac5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  14. 2976db8 mm: rename __page_frag functions to __page_frag_cache, drop order from drain by Alexander Duyck · 8 years ago
  15. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  16. 9474933 igb: close/suspend race in netif_device_detach by Todd Fujinaka · 8 years ago
  17. 69b97cf igb: re-assign hw address pointer on reset after PCI error by Guilherme G Piccoli · 8 years ago
  18. 629823b igb: use igb_adapter->io_addr instead of e1000_hw->hw_addr by Cao jin · 8 years ago
  19. bd4171a igb: update code to better handle incrementing page count by Alexander Duyck · 8 years ago
  20. 5be5955 igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNC by Alexander Duyck · 8 years ago
  21. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  22. 516165a igb/igbvf: Don't use lco_csum to compute IPv4 checksum by Alexander Duyck · 8 years ago
  23. 91c527a ethernet/intel: use core min/max MTU checking by Jarod Wilson · 8 years ago
  24. 0742337 igb: bump version to igb-5.4.0 by Todd Fujinaka · 8 years ago
  25. 79aab09 net: Update API for VF vlan protocol 802.1ad support by Moshe Shemesh · 8 years ago
  26. 0e71def igb: add support of RX network flow classification by Gangfeng Huang · 9 years ago
  27. c8d0267 Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  28. 64f2525 igb: Only DMA sync frame length by Andrew Lunn · 9 years ago
  29. 8646f7b igb: call igb_ptp_suspend during suspend/resume cycle by Jacob Keller · 9 years ago
  30. 4f3ce71 igb: re-use igb_ptp_reset in igb_ptp_init by Jacob Keller · 9 years ago
  31. 56d766d ethernet/intel: Use pci_(request|release)_mem_regions by Johannes Thumshirn · 9 years ago
  32. bf2d1df intel: Add support for IPv6 IP-in-IP offload by Alexander Duyck · 9 years ago
  33. 7e13318 net: define gso types for IPx over IPv4 and IPv6 by Tom Herbert · 9 years ago
  34. e10715d igb/igbvf: Add support for GSO partial by Alexander Duyck · 9 years ago
  35. 8008f68 igb: make igb_update_pf_vlvf static by Jacob Keller · 9 years ago
  36. a51d8c2 igb: use BIT() macro or unsigned prefix by Jacob Keller · 9 years ago
  37. 4d0e965 drivers: replace dev->trans_start accesses with dev_trans_start by Florian Westphal · 9 years ago
  38. d99e366 Revert "igb: Fix a deadlock in igb_sriov_reinit" by Arika Chen · 9 years ago
  39. 806ffb1 igb: allow setting MAC address on i211 using a device tree blob by John Holland · 9 years ago
  40. 7f0ba84 igb: Add support for bulk Tx cleanup & cleanup boolean logic by Alexander Duyck · 9 years ago
  41. 415cd2a igb: Fix sparse warning about passing __beXX into leXX_to_cpup by Alexander Duyck · 9 years ago
  42. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  43. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 9 years ago
  44. 46eafa5 igb: call ndo_stop() instead of dev_close() when running offline selftest by Stefan Assmann · 9 years ago
  45. 030f9f5 igb: Fix VLAN tag stripping on Intel i350 by Corinna Vinschen · 9 years ago
  46. 6e03370 igb: Add support for generic Tx checksums by Alexander Duyck · 9 years ago
  47. c883de9 igb: rename igb define to be more generic by Todd Fujinaka · 9 years ago
  48. 5e350b9 igb: enable WoL for OEM devices regardless of EEPROM setting by Todd Fujinaka · 9 years ago
  49. b72f3f7 igb: When GbE link up, wait for Remote receiver status condition by Takuma Ueba · 9 years ago
  50. bf456ab igb: Add workaround for VLAN tag stripping on 82576 by Alexander Duyck · 9 years ago
  51. 268f9d3 igb: Enable use of "bridge fdb add" to set unicast table entries by Alexander Duyck · 9 years ago
  52. 9c2f186 igb: Drop unnecessary checks in transmit path by Alexander Duyck · 9 years ago
  53. 16903ca igb: Add support for VLAN promiscuous with SR-IOV and NTUPLE by Alexander Duyck · 9 years ago
  54. a15d925 igb: Clean-up configuration of VF port VLANs by Alexander Duyck · 9 years ago
  55. 8b77c6b igb: Merge VLVF configuration into igb_vfta_set by Alexander Duyck · 9 years ago
  56. 5982a55 igb: Always enable VLAN 0 even if 8021q is not loaded by Alexander Duyck · 9 years ago
  57. d3836f8 igb: Do not factor VLANs into RLPML calculation by Alexander Duyck · 9 years ago
  58. 45693bc igb: Allow asymmetric configuration of MTU versus Rx frame size by Alexander Duyck · 9 years ago
  59. c327858 igb: clean up code for setting MAC address by Alexander Duyck · 9 years ago
  60. 37a5d16 igb: Unpair the queues when changing the number of queues by Shota Suzuki · 9 years ago
  61. ceb27759 igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs() by Shota Suzuki · 9 years ago
  62. 53692b1 sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC by Tom Herbert · 9 years ago
  63. 7b06a69 igb: improve handling of disconnected adapters by Jarod Wilson · 9 years ago
  64. be06998 igb: fix NULL derefs due to skipped SR-IOV enabling by Jan Beulich · 9 years ago
  65. 73bf804 igb: don't unmap NULL hw_addr by Jarod Wilson · 9 years ago
  66. 32b3e08 drivers/net/intel: use napi_complete_done() by Jesse Brandeburg · 9 years ago
  67. 40c9b07 net: igb: avoid using timespec by Arnd Bergmann · 9 years ago
  68. cbfe360 igb: assume MSI-X interrupts during initialization by Stefan Assmann · 9 years ago
  69. 0d36938 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  70. 2f064f3 mm: make page pfmemalloc check more robust by Michal Hocko · 9 years ago
  71. ceee345 igb: make sure SR-IOV init uses the right number of queues by Todd Fujinaka · 10 years ago
  72. 42ad1a0 igb: Fix a memory leak in igb_probe by Jia-Ju Bai · 10 years ago
  73. 3eb14ea igb: Fix a deadlock in igb_sriov_reinit by Jia-Ju Bai · 10 years ago
  74. c23d92b igb: Teardown SR-IOV before unregister_netdev() by Alex Williamson · 10 years ago
  75. 6423fc3 igb: do not re-init SR-IOV during probe by Stefan Assmann · 10 years ago
  76. f468adc igb: missing rtnl_unlock in igb_sriov_reinit() by Vasily Averin · 10 years ago
  77. 72ddef0 igb: Fix oops caused by missing queue pairing by Shota Suzuki · 10 years ago
  78. 6fb4690 igb: bump version to igb-5.3.0 by Todd Fujinaka · 10 years ago
  79. f56e7bb igb: Pull timestamp from fragment before adding it to skb by Alexander Duyck · 10 years ago
  80. 73cd635 igb: bump version of igb to 5.2.18 by Todd Fujinaka · 10 years ago
  81. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  82. 2ee52ad igb: Don't use NETDEV_FRAG_PAGE_MAX_SIZE in descriptor calculation by Alexander Duyck · 10 years ago
  83. 2439fc4 igb: Fix NULL assignment to incorrect variable in igb_reset_q_vector by Toshiaki Makita · 10 years ago
  84. c0a06ee igb: Fix oops on changing number of rings by Toshiaki Makita · 10 years ago
  85. 8cfb879 igb: simplify and clean up igb_enable_mas() by Todd Fujinaka · 10 years ago
  86. 1abbc98 igb: Enable TSO for stacked vlan by Toshiaki Makita · 10 years ago
  87. f28ea08 igb: use netif_carrier_off earlier when bringing if down by Todd Fujinaka · 10 years ago
  88. 6ddbc4c igb: Indicate failure on vf reset for empty mac address by Alexander Graf · 10 years ago
  89. 720db4f igb: enable auxiliary PHC functions for the i210 by Richard Cochran · 10 years ago
  90. 00c6557 igb: enable internal PPS for the i210 by Richard Cochran · 10 years ago
  91. 61d7f75 igb: refactor time sync interrupt handling by Richard Cochran · 10 years ago
  92. 95dd44b igb: Clean-up page reuse code by Alexander Duyck · 10 years ago
  93. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  94. 124b74c fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor reads by Alexander Duyck · 10 years ago
  95. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  96. 67fd893 ethernet/intel: Use napi_alloc_skb by Alexander Duyck · 10 years ago
  97. a94d9e2 ethernet/intel: Use eth_skb_pad and skb_put_padto helpers by Alexander Duyck · 10 years ago
  98. e3d857e Merge branch 'pm-runtime' by Rafael J. Wysocki · 10 years ago
  99. d61c81c e1000e / igb / PM: Eliminate CONFIG_PM_RUNTIME by Rafael J. Wysocki · 10 years ago
  100. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago