1. 1220487 Bluetooth: Set LE Suggested Default Data Length to maximum by Marcel Holtmann · 8 years ago
  2. 86a6129 Bluetooth: Add support for Intel Bluetooth device 9460/9560 [8087:0aaa] by Tedd Ho-Jeong An · 8 years ago
  3. 1fc4d18 Merge branch 'phy-marvell-cleanups' by David S. Miller · 8 years ago
  4. 23beb38 net: phy: marvell: checkpatch - Fix remaining long lines by Andrew Lunn · 8 years ago
  5. 6427bb2 net: phy: marvell: Add helpers to get/set page by Andrew Lunn · 8 years ago
  6. e1dde8d net: phy: marvell: Refactor some bigger functions by Andrew Lunn · 8 years ago
  7. 4f48ed3 net: phy: marvell: Checkpatch - assignments and comparisons by Andrew Lunn · 8 years ago
  8. e69d9ed net: phy: marvell: Checkpatch - Missing or extra blank lines by Andrew Lunn · 8 years ago
  9. 0c3439b net: phy: Marvell: checkpatch - Comments by Andrew Lunn · 8 years ago
  10. e26925e Merge branch 'tcp-TCP-TS-option-use-1-ms-clock' by David S. Miller · 8 years ago
  11. 9a568de tcp: switch TCP TS option (RFC 7323) to 1ms clock by Eric Dumazet · 8 years ago
  12. ac9517f tcp: replace misc tcp_time_stamp to tcp_jiffies32 by Eric Dumazet · 8 years ago
  13. 46bf466 tcp_lp: cache tcp_time_stamp by Eric Dumazet · 8 years ago
  14. ad5ad69 tcp_westwood: use tcp_jiffies32 instead of tcp_time_stamp by Eric Dumazet · 8 years ago
  15. 594208a tcp: use tcp_jiffies32 in __tcp_oow_rate_limited() by Eric Dumazet · 8 years ago
  16. 628174c tcp: uses jiffies_32 to feed tp->chrono_start by Eric Dumazet · 8 years ago
  17. c74df29 tcp: use tcp_jiffies32 to feed probe_timestamp by Eric Dumazet · 8 years ago
  18. 70eabf0 tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime by Eric Dumazet · 8 years ago
  19. ac35f56 tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stamp by Eric Dumazet · 8 years ago
  20. 2660bfa8 tcp_bbr: use tcp_jiffies32 instead of tcp_time_stamp by Eric Dumazet · 8 years ago
  21. c2203cf tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stamp by Eric Dumazet · 8 years ago
  22. d635fbe tcp: use tcp_jiffies32 to feed tp->lsndtime by Eric Dumazet · 8 years ago
  23. d011b9a dccp: do not use tcp_time_stamp by Eric Dumazet · 8 years ago
  24. ec66eda tcp: introduce tcp_jiffies32 by Eric Dumazet · 8 years ago
  25. 385e207 tcp: use tp->tcp_mstamp in output path by Eric Dumazet · 8 years ago
  26. 9d4f97f sch_dsmark: Fix uninitialized variable warning. by David S. Miller · 8 years ago
  27. 656aae4 Merge branch 'net-sched-multichain-filters' by David S. Miller · 8 years ago
  28. db50514 net: sched: add termination action to allow goto chain by Jiri Pirko · 8 years ago
  29. 9fb9f25 net: sched: push tp down to action init by Jiri Pirko · 8 years ago
  30. 5bc1701 net: sched: introduce multichain support for filters by Jiri Pirko · 8 years ago
  31. acb31fa net: sched: push chain dump to a separate function by Jiri Pirko · 8 years ago
  32. 2190d1d net: sched: introduce helpers to work with filter chains by Jiri Pirko · 8 years ago
  33. 7961973 net: sched: move TC_H_MAJ macro call into tcf_auto_prio by Jiri Pirko · 8 years ago
  34. 9d36d9e net: sched: replace nprio by a bool to make the function more readable by Jiri Pirko · 8 years ago
  35. fbe9c5b net: sched: rename tcf_destroy_chain helper by Jiri Pirko · 8 years ago
  36. 6529eab net: sched: introduce tcf block infractructure by Jiri Pirko · 8 years ago
  37. 87d8309 net: sched: move tc_classify function to cls_api.c by Jiri Pirko · 8 years ago
  38. c63fbb0 Merge branch 'dsa-sort' by David S. Miller · 8 years ago
  39. ec34e93 drivers: net: DSA: Sort drivers by Andrew Lunn · 8 years ago
  40. eb7b721 net: dsa: Sort DSA tagging protocol drivers by Andrew Lunn · 8 years ago
  41. 0d9a599 liquidio: fix PF falsely indicating success at setting MAC address of a nonexistent VF by Felix Manlunas · 8 years ago
  42. e1e3ce6 liquidio: fix insmod failure when multiple NICs are plugged in by Rick Farrington · 8 years ago
  43. 8b0d3ea net: dsa: store CPU port pointer in the tree by Vivien Didelot · 8 years ago
  44. 631581b Merge branch 'mlxsw-Preparations-for-restructuring' by David S. Miller · 8 years ago
  45. 45a4a16 mlxsw: spectrum: Default ports to non-virtual mode by Ido Schimmel · 8 years ago
  46. b02eae9 mlxsw: spectrum: Move PVID code to appropriate place by Ido Schimmel · 8 years ago
  47. 7cbc427 mlxsw: spectrum_switchdev: Don't batch learning operations by Ido Schimmel · 8 years ago
  48. 45bfe6b mlxsw: spectrum_switchdev: Don't batch STP operations by Ido Schimmel · 8 years ago
  49. fe9ccc7 mlxsw: spectrum_switchdev: Don't batch VLAN operations by Ido Schimmel · 8 years ago
  50. d341e2c mlxsw: spectrum_switchdev: Remove redundant check by Ido Schimmel · 8 years ago
  51. 348b8fc mlxsw: spectrum_router: Initialize RIFs in a separate function by Ido Schimmel · 8 years ago
  52. 7e39d11 mlxsw: spectrum_router: Move FIB notification block to router struct by Ido Schimmel · 8 years ago
  53. 5f9efff mlxsw: spectrum_router: Move RIFs array to its rightful place by Ido Schimmel · 8 years ago
  54. 5f6935c mlxsw: spectrum_switchdev: Reduce scope of bridge struct by Ido Schimmel · 8 years ago
  55. 9011b67 mlxsw: spectrum_router: Reduce scope of router struct by Ido Schimmel · 8 years ago
  56. 33cbd87 mlxsw: spectrum_buffer: Reduce scope of shared buffer struct by Ido Schimmel · 8 years ago
  57. 29db398 cxgb4: add new T5 pci device id by Ganesh Goudar · 8 years ago
  58. 85eacf3 cxgb4: reduce resource allocation in kdump kernel by Ganesh Goudar · 8 years ago
  59. 9ad0980 liquidio: use pcie_flr instead of duplicating it by Christoph Hellwig · 8 years ago
  60. 1b86f70 net: phy: Remove residual magic from PHY drivers by Andrew Lunn · 8 years ago
  61. 3fdd34c bnx2x: Remove open coded carrier check by Leon Romanovsky · 8 years ago
  62. 218af59 tcp: internal implementation for pacing by Eric Dumazet · 8 years ago
  63. 8dfedc5 Merge branch 'udp-scalability-improvements' by David S. Miller · 8 years ago
  64. 6dfb436 udp: keep the sk_receive_queue held when splicing by Paolo Abeni · 8 years ago
  65. 2276f58 udp: use a separate rx queue for packet reception by Paolo Abeni · 8 years ago
  66. 65101ae net/sock: factor out dequeue/peek with offset code by Paolo Abeni · 8 years ago
  67. 9dca599 Merge branch 'nfp-LSO-checksum-and-XDP-datapath-updates' by David S. Miller · 8 years ago
  68. 730b3ab nfp: eliminate an if statement in calculation of completed frames by Jakub Kicinski · 8 years ago
  69. 4aa3b76 nfp: add a helper for wrapping descriptor index by Jakub Kicinski · 8 years ago
  70. abeeec4 nfp: complete the XDP TX ring only when it's full by Jakub Kicinski · 8 years ago
  71. ddb98d9 nfp: add CHECKSUM_COMPLETE support by Jakub Kicinski · 8 years ago
  72. 611bdd4 nfp: version independent support for chained RSS metadata by Edwin Peer · 8 years ago
  73. ad50451 nfp: don't assume RSS and IRQ moderation are always enabled by Jakub Kicinski · 8 years ago
  74. 28063be nfp: support LSO2 capability by Edwin Peer · 8 years ago
  75. e53fc9f nfp: rename l4_offset in struct nfp_net_tx_desc to lso_hdrlen by Edwin Peer · 8 years ago
  76. 05eb9e5 nfp: don't enable TSO on the device when disabled by Jakub Kicinski · 8 years ago
  77. 173e783 net: socket: mark socket protocol handler structs as const by linzhang · 8 years ago
  78. 9aef88e tools: hv: Add clean up for included files in Ubuntu net config by Haiyang Zhang · 8 years ago
  79. c519fe9 bnxt: add dma mapping attributes by Shannon Nelson · 8 years ago
  80. 9efa27b Merge branch 'xgene-Add-ethtool-stats-and-bug-fixes' by David S. Miller · 8 years ago
  81. 8aba847 drivers: net: xgene: Fix redundant prefetch buffer cleanup by Iyappan Subramanian · 8 years ago
  82. 61c759c drivers: net: xgene: Workaround for HW errata 10GE_10/ENET_15 by Quan Nguyen · 8 years ago
  83. eaef62a drivers: net: xgene: Add frame recovered statistics counter for errata 10GE_8/ENET_11 by Quan Nguyen · 8 years ago
  84. a844e7d drivers: net: xgene: Workaround for HW errata 10GE_4 by Quan Nguyen · 8 years ago
  85. ca6d550 drivers: net: xgene: Add rx_overrun/tx_underrun statistics by Iyappan Subramanian · 8 years ago
  86. 2d07d8e drivers: net: xgene: Extend ethtool statistics by Quan Nguyen · 8 years ago
  87. 6f22a7a drivers: net: xgene: Remove unused macros by Quan Nguyen · 8 years ago
  88. 089f97c drivers: net: xgene: Refactor statistics error parsing code by Quan Nguyen · 8 years ago
  89. 3f5a2ef drivers: net: xgene: Remove redundant local stats by Quan Nguyen · 8 years ago
  90. d09d362 drivers: net: xgene: Use rgmii mdio mac access by Quan Nguyen · 8 years ago
  91. 8ec7074 drivers: net: phy: xgene: Add lock to protect mac access by Quan Nguyen · 8 years ago
  92. ae1aed9 drivers: net: xgene: Protect indirect MAC access by Iyappan Subramanian · 8 years ago
  93. a95cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  94. 1319a28 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  95. 66f4bc8 Merge branch 'ldmsw-fixes' by David S. Miller · 8 years ago
  96. 8b671f9 ldmvsw: stop the clean timer at beginning of remove by Shannon Nelson · 8 years ago
  97. b18e5e8 ldmvsw: unregistering netdev before disable hardware by Thomas Tai · 8 years ago
  98. ca9df7e net: netcp: fix check of requested timestamping filter by Miroslav Lichvar · 8 years ago
  99. 42a928c Merge tag 'mlx5-fixes-2017-05-12-V2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 8 years ago
  100. 66eb9f8 ipv6: avoid dad-failures for addresses with NODAD by Mahesh Bandewar · 8 years ago