1. 0ac3ea7 net/mlx5: Make the command interface cache more flexible by Mohamad Haj Yahia · 8 years ago
  2. 7a8bca0 Merge branch 'sfc-tso-v2' by David S. Miller · 8 years ago
  3. 46d1efd sfc: remove Software TSO by Edward Cree · 8 years ago
  4. e638ee1 sfc: handle failure to allocate TSOv2 contexts by Edward Cree · 8 years ago
  5. e9117e5 sfc: Firmware-Assisted TSO version 2 by Bert Kenward · 8 years ago
  6. e17705c sfc: Update EF10 register definitions by Edward Cree · 8 years ago
  7. ece0cc1 sfc: Update MCDI protocol definitions by Edward Cree · 8 years ago
  8. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  9. e68b6e5 udp: enable busy polling for all sockets by Eric Dumazet · 8 years ago
  10. fcd2b0d Merge branch 'rds-ha-failover-fixes' by David S. Miller · 8 years ago
  11. 1a0e100 RDS: TCP: Force every connection to be initiated by numerically smaller IP address by Sowmini Varadhan · 8 years ago
  12. 905dd41 RDS: TCP: Track peer's connection generation number by Sowmini Varadhan · 8 years ago
  13. 315ca6d RDS: TCP: set RDS_FLAG_RETRANSMITTED in cp_retrans list by Sowmini Varadhan · 8 years ago
  14. b3e5106 net: stmmac: replace if (netif_msg_type) by their netif_xxx counterpart by LABBE Corentin · 8 years ago
  15. de9a216 net: stmmac: replace hardcoded function name by __func__ by LABBE Corentin · 8 years ago
  16. 38ddc59 net: stmmac: replace all pr_xxx by their netdev_xxx counterpart by LABBE Corentin · 8 years ago
  17. 29c5847 net_sched: sch_fq: use hash_ptr() by Eric Dumazet · 8 years ago
  18. d30d9cc net/mlx5e: remove napi_hash_del() calls by Eric Dumazet · 8 years ago
  19. bb07faf net/mlx4_en: remove napi_hash_del() call by Eric Dumazet · 8 years ago
  20. 6a02f5e Merge branch 'mlxsw-i2c' by David S. Miller · 8 years ago
  21. d556e92 mlxsw: minimal: Add I2C support for Mellanox ASICs by Vadim Pasternak · 8 years ago
  22. 4ebd00b mlxsw: Invoke driver's init/fini methods only if defined by Vadim Pasternak · 8 years ago
  23. 6882b0a mlxsw: Introduce support for I2C bus by Vadim Pasternak · 8 years ago
  24. c711e27 mlxsw: Add bus capability flag by Vadim Pasternak · 8 years ago
  25. d01eb80 net: netcp: replace IS_ERR_OR_NULL by IS_ERR by Julia Lawall · 8 years ago
  26. 7fda702 sctp: use new rhlist interface on sctp transport rhashtable by Xin Long · 8 years ago
  27. 00a636e Merge branch 'bnxt_en-next' by David S. Miller · 8 years ago
  28. a011952 bnxt_en: Add ethtool -n|-N rx-flow-hash support. by Michael Chan · 8 years ago
  29. 87da7f7 bnxt_en: Add UDP RSS support for 57X1X chips. by Michael Chan · 8 years ago
  30. 286ef9d bnxt_en: Enhance autoneg support. by Michael Chan · 8 years ago
  31. 16d663a bnxt_en: Update firmware interface spec to 1.5.4. by Michael Chan · 8 years ago
  32. 89c4b44 netpoll: more efficient locking by Eric Dumazet · 8 years ago
  33. 1629dd4 cadence: Add LSO support. by Rafal Ozieblo · 8 years ago
  34. 0834899 netronome: don't access real_num_rx_queues directly by Arnd Bergmann · 8 years ago
  35. 973334a sfc: remove napi_hash_del() call by Eric Dumazet · 8 years ago
  36. a23a8f5 lwtunnel: subtract tunnel headroom from mtu on output redirect by David Lebrun · 8 years ago
  37. d331d30 mlxsw: spectrum_router: Adjust placement of FIB abort warning by Ido Schimmel · 8 years ago
  38. 0b6e3d0 net: dsa: mv88e6xxx: Respect SPEED_UNFORCED, don't set force bit by Andrew Lunn · 8 years ago
  39. a11485b Merge branch 'amd-xgbe-next' by David S. Miller · 8 years ago
  40. 1c1f619 amd-xgbe: Fix maximum GPIO value check by Lendacky, Thomas · 8 years ago
  41. 5e4cbaa amd-xgbe: Fix possible uninitialized variable by Lendacky, Thomas · 8 years ago
  42. 54dbf3a Merge branch 'nway-reset' by David S. Miller · 8 years ago
  43. 13f0ac4 net: ethernet: marvell: pxa168_eth: Implement ethtool::nway_reset by Florian Fainelli · 8 years ago
  44. 00606c4 net: ethernet: mvpp2: Implement ethtool::nway_reset by Florian Fainelli · 8 years ago
  45. 5489ee8 net: ethernet: mvneta: Implement ethtool::nway_reset by Florian Fainelli · 8 years ago
  46. 3d3ba56 net: ethoc: Implement ethtool::nway_reset by Florian Fainelli · 8 years ago
  47. cab247e net: stmmac: Implement ethtool::nway_reset by Florian Fainelli · 8 years ago
  48. fc3f914 Merge branch 'busypoll-preemption-and-other-optimizations' by David S. Miller · 8 years ago
  49. 80f1c21 bnx2x: switch to napi_complete_done() by Eric Dumazet · 8 years ago
  50. 2e71328 net/mlx4_en: use napi_complete_done() return value by Eric Dumazet · 8 years ago
  51. 364b605 net: busy-poll: return busypolling status to drivers by Eric Dumazet · 8 years ago
  52. 21cb84c net: busy-poll: remove need_resched() from sk_can_busy_loop() by Eric Dumazet · 8 years ago
  53. 217f697 net: busy-poll: allow preemption in sk_busy_loop() by Eric Dumazet · 8 years ago
  54. 2874aa2 bpf: Fix compilation warning in __bpf_lru_list_rotate_inactive by Martin KaFai Lau · 8 years ago
  55. 46738b1 ipv6: sr: add option to control lwtunnel support by David Lebrun · 8 years ago
  56. 21b23da Merge branch 'alx-multiqueue-support' by David S. Miller · 8 years ago
  57. d768319 alx: enable multiple tx queues by Tobias Regnery · 8 years ago
  58. f58e0f7 alx: enable msi-x interrupts by default by Tobias Regnery · 8 years ago
  59. 2e06826 alx: prepare tx path for multi queue support by Tobias Regnery · 8 years ago
  60. a4076d3 alx: prepare resource allocation for multi queue support by Tobias Regnery · 8 years ago
  61. e0eac25 alx: prepare interrupt functions for multiple queues by Tobias Regnery · 8 years ago
  62. 702e841 alx: switch to per queue data structures by Tobias Regnery · 8 years ago
  63. b099922 alx: add ability to allocate and free alx_napi structures by Tobias Regnery · 8 years ago
  64. bccffcf alx: extend data structures for multi queue support by Tobias Regnery · 8 years ago
  65. 8c2a4c8 alx: refactor descriptor allocation by Tobias Regnery · 8 years ago
  66. 11b8ad3 Merge branch 'dpaa_eth-next' by David S. Miller · 8 years ago
  67. e0bd03d arch/powerpc: Enable dpaa_eth by Madalin Bucur · 8 years ago
  68. 9256f21 arch/powerpc: Enable FSL_FMAN by Madalin Bucur · 8 years ago
  69. 8f28401 arch/powerpc: Enable FSL_PAMU by Madalin Bucur · 8 years ago
  70. eb11ddf dpaa_eth: add trace points by Madalin Bucur · 8 years ago
  71. 846a86e dpaa_eth: add sysfs exports by Madalin Bucur · 8 years ago
  72. b0ce0d0 dpaa_eth: add ethtool statistics by Madalin Bucur · 8 years ago
  73. b0cdb16 dpaa_eth: add ethtool functionality by Madalin Bucur · 8 years ago
  74. 9ad1a37 dpaa_eth: add support for DPAA Ethernet by Madalin Bucur · 8 years ago
  75. ff86aae devres: add devm_alloc_percpu() by Madalin Bucur · 8 years ago
  76. 319b053 tcp: allow to enable the repair mode for non-listening sockets by Andrey Vagin · 8 years ago
  77. ceb980b Merge branch 'liquidio-CN23XX-VF-support' by David S. Miller · 8 years ago
  78. 97a2532 liquidio CN23XX: fix for new check patch errors by Raghu Vatsavayi · 8 years ago
  79. 50579d3 liquidio CN23XX: copyrights changes and alignment by Raghu Vatsavayi · 8 years ago
  80. 763185a liquidio CN23XX: code cleanup by Raghu Vatsavayi · 8 years ago
  81. 515e752 liquidio CN23XX: device states by Raghu Vatsavayi · 8 years ago
  82. 86dea55 liquidio CN23XX: VF related operations by Raghu Vatsavayi · 8 years ago
  83. 5d65556 liquidio CN23XX: mailbox interrupt processing by Raghu Vatsavayi · 8 years ago
  84. 8c978d0 liquidio CN23XX: Mailbox support by Raghu Vatsavayi · 8 years ago
  85. ca6139f liquidio CN23XX: sysfs VF config support by Raghu Vatsavayi · 8 years ago
  86. d13520c liquidio CN23XX: HW config for VF support by Raghu Vatsavayi · 8 years ago
  87. 3418c68 Merge branch 'amd-xgbe-next' by David S. Miller · 8 years ago
  88. 8c5385c amd-xgbe: Fix up some coccinelle identified warnings by Lendacky, Thomas · 8 years ago
  89. e6fbd47 amd-xgbe: Fix mask appliciation for Clause 37 register by Lendacky, Thomas · 8 years ago
  90. 92547f2 Merge branch 'sun4i-emac-big-endian' by David S. Miller · 8 years ago
  91. 934d004 net: ethernet: sun4i-emac: Read rxhdr in CPU byte-order by Michael Weiser · 8 years ago
  92. b8ca3387 net: ethernet: sun4i-emac: Allow to enable netif messages by Michael Weiser · 8 years ago
  93. f8be0d7 net: ethernet: stmmac: change dma descriptors to __le32 by Michael Weiser · 8 years ago
  94. 4780566 dctcp: update cwnd on congestion event by Florian Westphal · 8 years ago
  95. 0fa1dfd net: bcm63xx_enet: Fix build failure with phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  96. 08e10d4 net: bnx2: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  97. 8a29659 Merge branch 'phy_ethtool_nway_reset' by David S. Miller · 8 years ago
  98. 860ce4b net: usb: lan78xx: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  99. eea16da net: usb: ax88172x: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  100. e3979ce net: ethernet: lantiq_etop: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago