1. 9861ce0 virtio_net: make use of extended ack message reporting by Jakub Kicinski · 8 years ago
  2. d957c0f7 nfp: make use of extended ack message reporting by Jakub Kicinski · 8 years ago
  3. 7333362 net: phy: Allow BCM5481x PHYs to setup internal TX/RX clock delay by Abhishek Shah · 8 years ago
  4. d832565 net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError" by Colin Ian King · 8 years ago
  5. 9b70de6 bnx2x: Align RX buffers by Scott Wood · 8 years ago
  6. 77041e8 liquidio: silence a locking static checker warning by Dan Carpenter · 8 years ago
  7. 66117a9 qed: Unlock on error in qed_vf_pf_acquire() by Dan Carpenter · 8 years ago
  8. 804ffe5 net: hns: support deferred probe when no mdio by lipeng · 8 years ago
  9. 2fdd6ba net: hns: support deferred probe when can not obtain irq by lipeng · 8 years ago
  10. dbf637f nfp: provide 256 bytes of XDP headroom in all configurations by Jakub Kicinski · 8 years ago
  11. 85cb207 nfp: don't completely refuse to work with old flashes by Jakub Kicinski · 8 years ago
  12. d38df0d nfp: avoid reading TX queue indexes from the device by Jakub Kicinski · 8 years ago
  13. 92e6819 nfp: do simple XDP TX buffer recycling by Jakub Kicinski · 8 years ago
  14. d78005a nfp: drop rx_ring param from buffer allocation by Jakub Kicinski · 8 years ago
  15. 46c5051 nfp: replace -ENOTSUPP with -EOPNOTSUPP by Jakub Kicinski · 8 years ago
  16. 1d11e73 virtio-net: use netif_tx_napi_add for tx napi by Willem de Bruijn · 8 years ago
  17. 5e0740c geneve: fix incorrect setting of UDP checksum flag by Girish Moodalbail · 8 years ago
  18. baf4d78 vxlan: do not output confusing error message by Jiri Benc · 8 years ago
  19. d074bf9 vxlan: correctly handle ipv6.disable module parameter by Jiri Benc · 8 years ago
  20. 90a1bb9 bnx2x: Get rid of useless temporary variable by Andy Shevchenko · 8 years ago
  21. b77f016 bnx2x: Reuse bnx2x_null_format_ver() by Andy Shevchenko · 8 years ago
  22. 55b218c bnx2x: Replace custom scnprintf() by Andy Shevchenko · 8 years ago
  23. ae3696c net: macb: fix phy interrupt parsing by Alexandre Belloni · 8 years ago
  24. 8dd5b69 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  25. 68fe1d5 e1000e: Add Support for 38.4MHZ frequency by Sasha Neftin · 8 years ago
  26. c8744f4 e1000e: Add Support for CannonLake by Sasha Neftin · 8 years ago
  27. 3a3173b e1000e: Initial Support for CannonLake by Sasha Neftin · 8 years ago
  28. 10ed1e0 e1000e: fix PTP on e1000_pch_lpt variants by Jarod Wilson · 8 years ago
  29. 3dfc3eb i40evf: hide unused variable by Arnd Bergmann · 8 years ago
  30. 283aeaf i40evf: allocate queues before we setup the interrupts and q_vectors by Jacob Keller · 8 years ago
  31. 707636c i40evf: remove I40E_FLAG_FDIR_ATR_ENABLED by Jacob Keller · 8 years ago
  32. 47994c1 i40e: remove hw_disabled_flags in favor of using separate flag bits by Jacob Keller · 8 years ago
  33. 789f38c i40evf: remove needless min_t() on num_online_cpus()*2 by Jacob Keller · 8 years ago
  34. 0da36b9 i40e: use DECLARE_BITMAP for state fields by Jacob Keller · 8 years ago
  35. d19cb64 i40e: separate PF and VSI state flags by Jacob Keller · 8 years ago
  36. 2318b40 i40e: remove unnecessary msleep() delay in i40e_free_vfs by Jacob Keller · 8 years ago
  37. 707d088 i40e: amortize wait time when disabling lots of VFs by Jacob Keller · 8 years ago
  38. 1f190d9 i40e: Reprogram port offloads after reset by Alexander Duyck · 8 years ago
  39. 27826fd i40e: rename index to port to avoid confusion by Jacob Keller · 8 years ago
  40. 1b48437 i40e: make use of i40e_reset_all_vfs when initializing new VFs by Jacob Keller · 8 years ago
  41. 6322e63 i40e: properly spell I40E_VF_STATE_* flags by Jacob Keller · 8 years ago
  42. e60ae00 ixgbevf: Check for RSS key before setting value by Tony Nguyen · 8 years ago
  43. 82fb670 ixgbevf: Fix errors in retrieving RETA and RSS from PF by Tony Nguyen · 8 years ago
  44. 3dfbfc7 ixgbe: Check for RSS key before setting value by Tony Nguyen · 8 years ago
  45. 8dc963e ixgbe: Add 1000Base-T device based on X550EM_X MAC by Paul Greenwalt · 8 years ago
  46. 27bdc44 ixgbe: Allow setting zero MAC address for VF by Tony Nguyen · 8 years ago
  47. f87fc44 ixgbevf: fix size of queue stats length by Emil Tantilov · 8 years ago
  48. e251ecf ixgbe: clean macvlan MAC filter table on VF reset by Emil Tantilov · 8 years ago
  49. 7379f97 ixgbe: delay tail write to every 'n' packets by John Fastabend · 8 years ago
  50. 33fdc82 ixgbe: add support for XDP_TX action by John Fastabend · 8 years ago
  51. 9247080 ixgbe: add XDP support for pass and drop actions by John Fastabend · 8 years ago
  52. 6133406 ixgbe: Acquire PHY semaphore before device reset by Paul Greenwalt · 8 years ago
  53. cec3819 Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  54. b34939b cfg80211: add request id to cfg80211_sched_scan_*() api by Arend Van Spriel · 8 years ago
  55. 29ce6ec cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss() by Avraham Stern · 8 years ago
  56. 8613c94 mac80211: rename ieee80211_rx_status::vht_nss to just nss by Johannes Berg · 8 years ago
  57. da6a435 mac80211: separate encoding/bandwidth from flags by Johannes Berg · 8 years ago
  58. 7fdd69c mac80211: clean up rate encoding bits in RX status by Johannes Berg · 8 years ago
  59. e221c1f Merge tag 'wireless-drivers-next-for-davem-2017-04-27' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 8 years ago
  60. d179bd1 qed: Acquire/release ptt_ptp lock when enabling/disabling PTP. by sudarsana.kalluru@cavium.com · 8 years ago
  61. 6a3ff0d qed: Remove the un-needed ptp header file. by sudarsana.kalluru@cavium.com · 8 years ago
  62. 0357449 qede: Add support for PTP resource locking. by sudarsana.kalluru@cavium.com · 8 years ago
  63. db82f70 qed: Add support for PTP resource locking. by sudarsana.kalluru@cavium.com · 8 years ago
  64. f470f22 qed: Add support for MFW resource locking. by sudarsana.kalluru@cavium.com · 8 years ago
  65. 26d31ac net: vrf: Do not allow looback to be moved to a VRF by David Ahern · 8 years ago
  66. b1513c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  67. 3a3ecf1 cfg80211: add request id parameter to .sched_scan_stop() signature by Arend Van Spriel · 8 years ago
  68. ca986ad nl80211: allow multiple active scheduled scan requests by Arend Van Spriel · 8 years ago
  69. fc08b19 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  70. 78a57b4 virtio-net: on tx, only call napi_disable if tx napi is on by Willem de Bruijn · 8 years ago
  71. 1bb3c73 ibmvnic: Move initialization of sub crqs to ibmvnic_init by Nathan Fontenot · 8 years ago
  72. d346b9b ibmvnic: Split initialization of scrqs to its own routine by Nathan Fontenot · 8 years ago
  73. 5294b83 macsec: dynamically allocate space for sglist by Jason A. Donenfeld · 8 years ago
  74. b43bd72 Revert "phy: micrel: Disable auto negotiation on startup" by David S. Miller · 8 years ago
  75. f555f34 net: phy: fix auto-negotiation stall due to unavailable interrupt by Alexander Kochetkov · 8 years ago
  76. 47d272f Merge tag 'iwlwifi-next-for-kalle-2017-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by Kalle Valo · 8 years ago
  77. 9cc4b7c brcmfmac: Make skb header writable before use by James Hughes · 8 years ago
  78. 455a1eb brcmfmac: Ensure pointer correctly set if skb data location changes by James Hughes · 8 years ago
  79. 9dc7efd rndis_wlan: add return value validation by Pan Bian · 8 years ago
  80. dc3f89c libertas: check return value of alloc_workqueue by Pan Bian · 8 years ago
  81. 5fb01e9 mt7601u: check return value of alloc_skb by Pan Bian · 8 years ago
  82. 2f6ae79 orinoco_usb: Fix buffer on stack by Maksim Salau · 8 years ago
  83. bea35f9 orinoco: fix spelling mistake: "Registerred" -> "Registered" by Colin Ian King · 8 years ago
  84. 46cfa21 rtlwifi: rtl8821ae: setup 8812ae RFE according to device type by Larry Finger · 8 years ago
  85. 2910849 iwlwifi: adjust NVM parsing APIs for new a000 method by Sara Sharon · 8 years ago
  86. d8a130b iwlwifi: pcie: apply no-reclaim logic only to group 0 by Johannes Berg · 8 years ago
  87. f99a6ab iwlwifi: mvm: memset binding before setting values by Sara Sharon · 8 years ago
  88. a1a5787 iwlwifi: rename wait_for_tx_queues_empty by Sara Sharon · 8 years ago
  89. e982bc2 iwlwifi: move to 512 queues by Sara Sharon · 8 years ago
  90. ced19f2 iwlwifi: mvm: support station type API by Sara Sharon · 8 years ago
  91. 34e1086 iwlwifi: mvm: remove references to queue_info in new TX path by Sara Sharon · 8 years ago
  92. b9410b1 iwlwifi: gen2: support nmi triggering from host by Liad Kaufman · 8 years ago
  93. 06a1e85 iwlwifi: remove module loading failure message by Johannes Berg · 8 years ago
  94. 53d515e iwlwifi: don't leak memory on allocation failure by Johannes Berg · 8 years ago
  95. b0fa818 iwlwifi: pcie: remove superfluous trans->dev assignment by Johannes Berg · 8 years ago
  96. 0fc9bf7 iwlwifi: mvm: use defines instead of variables for shared dwell times by Sara Sharon · 8 years ago
  97. e609474 iwlwifi: mvm: remove color definition by Sara Sharon · 8 years ago
  98. 6862fce iwlwifi: mvm: move internally to use bigger INVALID_TXQ by Sara Sharon · 8 years ago
  99. e2af3fa iwlwifi: mvm: map cab_queue to different txq_id by Sara Sharon · 8 years ago
  100. d4a7e708 iwlwifi: mvm: Ignore wifi mcc update in the driver while associated by Haim Dreyfuss · 8 years ago