1. ff86aae devres: add devm_alloc_percpu() by Madalin Bucur · 8 years ago
  2. 319b053 tcp: allow to enable the repair mode for non-listening sockets by Andrey Vagin · 8 years ago
  3. ceb980b Merge branch 'liquidio-CN23XX-VF-support' by David S. Miller · 8 years ago
  4. 97a2532 liquidio CN23XX: fix for new check patch errors by Raghu Vatsavayi · 8 years ago
  5. 50579d3 liquidio CN23XX: copyrights changes and alignment by Raghu Vatsavayi · 8 years ago
  6. 763185a liquidio CN23XX: code cleanup by Raghu Vatsavayi · 8 years ago
  7. 515e752 liquidio CN23XX: device states by Raghu Vatsavayi · 8 years ago
  8. 86dea55 liquidio CN23XX: VF related operations by Raghu Vatsavayi · 8 years ago
  9. 5d65556 liquidio CN23XX: mailbox interrupt processing by Raghu Vatsavayi · 8 years ago
  10. 8c978d0 liquidio CN23XX: Mailbox support by Raghu Vatsavayi · 8 years ago
  11. ca6139f liquidio CN23XX: sysfs VF config support by Raghu Vatsavayi · 8 years ago
  12. d13520c liquidio CN23XX: HW config for VF support by Raghu Vatsavayi · 8 years ago
  13. 3418c68 Merge branch 'amd-xgbe-next' by David S. Miller · 8 years ago
  14. 8c5385c amd-xgbe: Fix up some coccinelle identified warnings by Lendacky, Thomas · 8 years ago
  15. e6fbd47 amd-xgbe: Fix mask appliciation for Clause 37 register by Lendacky, Thomas · 8 years ago
  16. 92547f2 Merge branch 'sun4i-emac-big-endian' by David S. Miller · 8 years ago
  17. 934d004 net: ethernet: sun4i-emac: Read rxhdr in CPU byte-order by Michael Weiser · 8 years ago
  18. b8ca3387 net: ethernet: sun4i-emac: Allow to enable netif messages by Michael Weiser · 8 years ago
  19. f8be0d7 net: ethernet: stmmac: change dma descriptors to __le32 by Michael Weiser · 8 years ago
  20. 4780566 dctcp: update cwnd on congestion event by Florian Westphal · 8 years ago
  21. 0fa1dfd net: bcm63xx_enet: Fix build failure with phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  22. 08e10d4 net: bnx2: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  23. 8a29659 Merge branch 'phy_ethtool_nway_reset' by David S. Miller · 8 years ago
  24. 860ce4b net: usb: lan78xx: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  25. eea16da net: usb: ax88172x: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  26. e3979ce net: ethernet: lantiq_etop: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  27. e06986f net: ethernet: ucc: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  28. 11d5928 net: fec: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  29. 7c5ad3d net: fs_enet: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  30. 016e770 net: bcmgenet: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  31. 17fc463 net: ethernet: ixp4xx_eth: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  32. 1625052 net: ethernet: ll_temac: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  33. 8fd9ce0 net: ethernet: smsc9420: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  34. fe1eb9c net: smsc911x: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  35. fc5e353 net: mv643xx_eth: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  36. 42469bf net: bcm63xx_enet: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  37. b3de7f3 net: nb8800: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  38. e86a898 net: phy: Add phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  39. 8ebd115 vxlan: Fix uninitialized variable warnings. by David S. Miller · 8 years ago
  40. 81fea57 Merge branch 'vxlan-xmit-improvements' by David S. Miller · 8 years ago
  41. 9efdb92 vxlan: remove unsed vxlan_dev_dst_port() by pravin shelar · 8 years ago
  42. 0770b53 vxlan: simplify vxlan xmit by pravin shelar · 8 years ago
  43. fee1fad vxlan: simplify RTF_LOCAL handling. by pravin shelar · 8 years ago
  44. 655c3de vxlan: improve vxlan route lookup checks. by pravin shelar · 8 years ago
  45. c46b789 vxlan: simplify exception handling by pravin shelar · 8 years ago
  46. 03dc52a vxlan: avoid checking socket multiple times. by pravin shelar · 8 years ago
  47. 4a4f86c vxlan: avoid vlan processing in vxlan device. by pravin shelar · 8 years ago
  48. c915fe1 udplite: fix NULL pointer dereference by Paolo Abeni · 8 years ago
  49. e6ca4f1 Merge branch 'bpf-lru' by David S. Miller · 8 years ago
  50. 5db58fa bpf: Add tests for the LRU bpf_htab by Martin KaFai Lau · 8 years ago
  51. 8f84493 bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASH by Martin KaFai Lau · 8 years ago
  52. 29ba732 bpf: Add BPF_MAP_TYPE_LRU_HASH by Martin KaFai Lau · 8 years ago
  53. fd91de7 bpf: Refactor codes handling percpu map by Martin KaFai Lau · 8 years ago
  54. 961578b bpf: Add percpu LRU list by Martin KaFai Lau · 8 years ago
  55. 3a08c2f bpf: LRU List by Martin KaFai Lau · 8 years ago
  56. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  57. e76d21c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  58. d4b9532 Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 8 years ago
  59. ac38126 Merge tag 'rtc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  60. e123386 tile: handle __ro_after_init like parisc does by Chris Metcalf · 8 years ago
  61. ac571de mlxsw: spectrum_router: Flush FIB tables during fini by Ido Schimmel · 8 years ago
  62. eb2ca35 mdio: Demote print from info to debug in mdio_driver_register by Florian Fainelli · 8 years ago
  63. c51e424 net: stmmac: Fix lack of link transition for fixed PHYs by Florian Fainelli · 8 years ago
  64. d94d025 driver: macvlan: Replace integer number with bool value by Gao Feng · 8 years ago
  65. 535e7b4b bpf: Use u64_to_user_ptr() by Mickaël Salaün · 8 years ago
  66. 5bf35dd sctp: change sk state only when it has assocs in sctp_shutdown by Xin Long · 8 years ago
  67. 193f512 Merge branch 'bnx2-kdump-fix' by David S. Miller · 8 years ago
  68. 6df7786 bnx2: Wait for in-flight DMA to complete at probe stage by Baoquan He · 8 years ago
  69. 5d0d4b9 Revert "bnx2: Reset device during driver initialization" by Baoquan He · 8 years ago
  70. 7020637 ps3_gelic: fix spelling mistake in debug message by Colin Ian King · 8 years ago
  71. a788859 net: atheros: atl2: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  72. 1dae02b net: atheros: atl1: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  73. 58046c7 net: atheros: atl1c: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  74. 36a4e69 net: alx: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  75. d9dc8b0 net: fix sleeping for sk_wait_event() by WANG Cong · 8 years ago
  76. ee2bd21 ASoC: lpass-platform: fix uninitialized variable by Linus Torvalds · 8 years ago
  77. f5c9f9c Revert "printk: make reading the kernel log flush pending lines" by Linus Torvalds · 8 years ago
  78. b15efc3 gp8psk-fe: add missing MODULE_foo() macros by Mauro Carvalho Chehab · 8 years ago
  79. 8528d66 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  80. 5d69561 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  81. 5ad62a9 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  82. 53381e2 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  83. 28ddafa Merge tag 'ntb-4.9' of git://github.com/jonmason/ntb by Linus Torvalds · 8 years ago
  84. 7d38484 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  85. 8d41932 mlxsw: spectrum_router: Add FIB abort warning by Jiri Pirko · 8 years ago
  86. 5aad5b4 Merge branch 'dsa-mv88e6xxx-post-refactor-fixes' by David S. Miller · 8 years ago
  87. 94d66ae net: dsa: mv88e6xxx: 6351 family also has RGMII delays by Andrew Lunn · 8 years ago
  88. fedf186 net: dsa: mv88e6xxx: Don't modify RGMII delays when not RGMII mode by Andrew Lunn · 8 years ago
  89. 819baf8 ntb_perf: potential info leak in debugfs by Dan Carpenter · 8 years ago
  90. 25ea9f2 ntb: ntb_hw_intel: init peer_addr in struct intel_ntb_dev by Dave Jiang · 8 years ago
  91. cdc0898 ntb: make DMA_OUT_RESOURCE_TO HZ independent by Nicholas Mc Guire · 8 years ago
  92. c0a8803 ntb_transport: make DMA_OUT_RESOURCE_TO HZ independent by Nicholas Mc Guire · 8 years ago
  93. 49b89de NTB: ntb_hw_intel: Fix typo in module parameter descriptions by Wei Yongjun · 8 years ago
  94. cedecbc ntb_pingpong: Fix db_init parameter description by Wei Yongjun · 8 years ago
  95. eb1a6bd netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL test by Julia Lawall · 8 years ago
  96. 7e416ad netfilter: conntrack: remove unused netns_ct member by Florian Westphal · 8 years ago
  97. 63fb571 net: atheros: atl1e: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  98. 7774d46 net: ethernet: ixp4xx_eth: fix spelling mistake in debug message by Colin Ian King · 8 years ago
  99. e1fac0a ibmvnic: Fix size of debugfs name buffer by Thomas Falcon · 8 years ago
  100. b7f193d ibmvnic: Unmap ibmvnic_statistics structure by Thomas Falcon · 8 years ago