1. 63c4378 vti6: fix input path by Nicolas Dichtel · 8 years ago
  2. 2d7a892 Merge branch 'mlxse-resource-query' by David S. Miller · 8 years ago
  3. 8f8a62d mlxsw: spectrum: Implement max rif resource by Nogah Frankel · 8 years ago
  4. 274df7f mlxsw: pci: Add max router interface resource by Nogah Frankel · 8 years ago
  5. e44d49c mlxsw: pci: Add some miscellaneous resources by Nogah Frankel · 8 years ago
  6. 9497c04 mlxsw: spectrum: Implement max virtual routers resource by Nogah Frankel · 8 years ago
  7. b8a09f0 mlxsw: pci: Add max virtual routers resource by Nogah Frankel · 8 years ago
  8. 403547d mlxsw: profile: Add KVD resources to profile config by Nogah Frankel · 8 years ago
  9. 2acd10c mlxsw: pci: Add KVD size relate resources by Nogah Frankel · 8 years ago
  10. ce0bd2b mlxsw: spectrum: lag resources- use resources data instead of consts by Nogah Frankel · 8 years ago
  11. 9f7f797 mlxsw: pci: Add lag related resources to resources query by Nogah Frankel · 8 years ago
  12. b5036cd ipmr, ip6mr: return lastuse relative to now by Nikolay Aleksandrov · 8 years ago
  13. 493d5f6 Merge branch 'r8152-phy-fixes' by David S. Miller · 8 years ago
  14. d768c61 r8152: disable ALDPS and EEE before setting PHY by hayeswang · 8 years ago
  15. af0287e r8152: remove r8153_enable_eee by hayeswang · 8 years ago
  16. ef39df8 r8152: move PHY settings to hw_phy_cfg by hayeswang · 8 years ago
  17. 2dd436d r8152: move enabling PHY by hayeswang · 8 years ago
  18. e644953 r8152: move some functions by hayeswang · 8 years ago
  19. 9b86a8d cxgb4/cxgb4vf: Allocate more queues for 25G and 100G adapter by Hariprasad Shenai · 8 years ago
  20. 4bdcc6c mlxsw: spectrum: Make offloads stats functions static by Or Gerlitz · 8 years ago
  21. a624f93 Merge branch 'tcp-bbr' by David S. Miller · 8 years ago
  22. 0f8782e tcp_bbr: add BBR congestion control by Neal Cardwell · 8 years ago
  23. 7e74417 tcp: increase ICSK_CA_PRIV_SIZE from 64 bytes to 88 by Neal Cardwell · 8 years ago
  24. c040276 tcp: new CC hook to set sending rate with rate_sample in any CA state by Yuchung Cheng · 8 years ago
  25. 77bfc17 tcp: allow congestion control to expand send buffer differently by Yuchung Cheng · 8 years ago
  26. 556c6b4 tcp: export tcp_mss_to_mtu() for congestion control modules by Neal Cardwell · 8 years ago
  27. 1b3878c tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segments by Neal Cardwell · 8 years ago
  28. ed6e726 tcp: allow congestion control module to request TSO skb segment count by Neal Cardwell · 8 years ago
  29. eb8329e tcp: export data delivery rate by Yuchung Cheng · 8 years ago
  30. d7722e8 tcp: track application-limited rate samples by Soheil Hassas Yeganeh · 8 years ago
  31. b9f6482 tcp: track data delivery rate for a TCP connection by Yuchung Cheng · 8 years ago
  32. 0682e69 tcp: count packets marked lost for a TCP connection by Neal Cardwell · 8 years ago
  33. b2d3ea4 tcp: switch back to proper tcp_skb_cb size check in tcp_init() by Eric Dumazet · 8 years ago
  34. 7787914 net_sched: sch_fq: add low_rate_threshold parameter by Eric Dumazet · 8 years ago
  35. 6403389 tcp: use windowed min filter library for TCP min_rtt estimation by Neal Cardwell · 8 years ago
  36. a4f1f9a lib/win_minmax: windowed min or max estimator by Neal Cardwell · 8 years ago
  37. f78e73e tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflict by Soheil Hassas Yeganeh · 8 years ago
  38. 94d308d net: ethernet: mediatek: enhance with avoiding superfluous assignment inside mtk_get_ethtool_stats by Sean Wang · 8 years ago
  39. 8847293 net: dsa: mv88e6xxx: handle multiple ports in ATU by Vivien Didelot · 8 years ago
  40. aecc5ce net sched actions: fix GETing actions by Jamal Hadi Salim · 8 years ago
  41. 1d9423a Merge branch 'bpf-direct-packet-access-improvements' by David S. Miller · 8 years ago
  42. 7d95b0a bpf: add test cases for direct packet access by Daniel Borkmann · 8 years ago
  43. 36bbef5 bpf: direct packet write and access for helpers for clsact progs by Daniel Borkmann · 8 years ago
  44. b399cf6 bpf, verifier: enforce larger zero range for pkt on overloading stack buffs by Daniel Borkmann · 8 years ago
  45. cf714ac ipvlan: Fix dependency issue by Mahesh Bandewar · 8 years ago
  46. 2279994 openvswitch: avoid resetting flow key while installing new flow. by pravin shelar · 8 years ago
  47. 190aa3e openvswitch: Fix Frame-size larger than 1024 bytes warning. by pravin shelar · 8 years ago
  48. 204dfe1 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 8 years ago
  49. ad97989 6pack: fix buffer length mishandling by Alan Cox · 8 years ago
  50. ceb16a9 Merge tag 'linux-can-fixes-for-4.8-20160919' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 8 years ago
  51. 7d1e042 Merge tag 'usercopy-v4.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  52. e23d415 fix fault_in_multipages_...() on architectures with no-op access_ok() by Al Viro · 8 years ago
  53. aa4f060 mm: usercopy: Check for module addresses by Laura Abbott · 8 years ago
  54. df04abf fs/proc/kcore.c: Add bounce buffer for ktext data by Jiri Olsa · 8 years ago
  55. f5beeb1 fs/proc/kcore.c: Make bounce buffer global for read by Jiri Olsa · 8 years ago
  56. 5737f6c mlx4: add missed recycle opportunity for XDP_TX on TX failure by Jesper Dangaard Brouer · 8 years ago
  57. 67a99b7 qed: Fix stack corruption on probe by Yuval Mintz · 8 years ago
  58. 1860e68 Merge branch 'dsa-set_addr-optional' by David S. Miller · 8 years ago
  59. 8941ee3 net-next: dsa: qca8k: remove empty set_addr() stub by John Crispin · 8 years ago
  60. 1f44973 net-next: dsa: b53: remove empty set_addr() stub by John Crispin · 8 years ago
  61. 092183d net-next: dsa: make the set_addr() operation optional by John Crispin · 8 years ago
  62. 06f8ec9 net-next: dsa: fix duplicate invocation of set_addr() by John Crispin · 8 years ago
  63. f361bdd Merge branch 'rhashtable-dups' by David S. Miller · 8 years ago
  64. 83e7e4c mac80211: Use rhltable instead of rhashtable by Herbert Xu · 8 years ago
  65. ca26893 rhashtable: Add rhlist interface by Herbert Xu · 8 years ago
  66. fd07160 xen-netfront: avoid packet loss when ethernet header crosses page boundary by Vitaly Kuznetsov · 8 years ago
  67. 1a21101 net: phy: Add MAC-IF driver for Microsemi PHYs. by Raju Lakkaraju · 8 years ago
  68. 1a9234e66 mlxsw: spectrum: Fix sparse warnings by Ido Schimmel · 8 years ago
  69. 18c2d2c mlxsw: Change the RX LAG hash function from XOR to CRC by Elad Raz · 8 years ago
  70. 3ed6e49 MAINTAINERS: Add an entry for the core network DSA code by Andrew Lunn · 8 years ago
  71. 878786d bnxt_en: Fix build error for kernesl without RTC-LIB by Rob Swindell · 8 years ago
  72. a435a07 net: ipv6: fallback to full lookup if table lookup is unsuitable by Vincent Bernat · 8 years ago
  73. 7675bb2 Merge branch 'mlx5-fixes' by David S. Miller · 8 years ago
  74. 6c419ba net/mlx5: E-Switch, Handle mode change failures by Or Gerlitz · 8 years ago
  75. 4eea37d net/mlx5: E-Switch, Fix error flow in the SRIOV e-switch init code by Or Gerlitz · 8 years ago
  76. babd613 net/mlx5: Fix flow counter bulk command out mailbox allocation by Roi Dayan · 8 years ago
  77. 5a7a555 net sched: stylistic cleanups by Jamal Hadi Salim · 8 years ago
  78. f71b109 net sched actions police: peg drop stats for conforming traffic by Roman Mashak · 8 years ago
  79. 408fbc2 net sched ife action: Introduce skb tcindex metadata encap decap by Jamal Hadi Salim · 8 years ago
  80. 6a5d58b net sched ife action: add 16 bit helpers by Jamal Hadi Salim · 8 years ago
  81. 766a0e9 net/mlx5: clean function declarations in eswitch.c up by Baoyou Xie · 8 years ago
  82. d766e7e be2net: mark symbols static where possible by Baoyou Xie · 8 years ago
  83. 9940803 phy: mark lan88xx_suspend() static by Baoyou Xie · 8 years ago
  84. 6b352eb net: ethernet: broadcom: bcmgenet: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  85. 639cfa9 net: ethernet: broadcom: bcm63xx: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  86. 625eb86 net: ethernet: broadcom: bcm63xx: use phydev from struct net_device by Philippe Reynes · 8 years ago
  87. 2406e5d net: ethernet: broadcom: b44: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  88. 51f141b net: ethernet: broadcom: b44: use phydev from struct net_device by Philippe Reynes · 8 years ago
  89. 583c139 Merge branch 'bnxt_en-next' by David S. Miller · 8 years ago
  90. 350a714 bnxt_en: Fixed the VF link status after a link state change by Eddie Wai · 8 years ago
  91. ae8e98a bnxt_en: Support for "ethtool -r" command by Deepak Khungar · 8 years ago
  92. 4ffcd58 bnxt_en: Pad TX packets below 52 bytes. by Michael Chan · 8 years ago
  93. 001154e bnxt_en: Call firmware to approve the random VF MAC address. by Michael Chan · 8 years ago
  94. 7cc5a20 bnxt_en: Re-arrange bnxt_hwrm_func_qcaps(). by Michael Chan · 8 years ago
  95. 47f8e8b bnxt_en: Fix ethtool -l|-L inconsistent channel counts. by Michael Chan · 8 years ago
  96. 5ac67d8 bnxt_en: Added support for Secure Firmware Update by Rob Swindell · 8 years ago
  97. 441cabb bnxt_en: Update to firmware interface spec 1.5.1. by Michael Chan · 8 years ago
  98. adbc830 bnxt_en: Simplify PCI device names and add additinal PCI IDs. by Michael Chan · 8 years ago
  99. 8d6be8b bnxt_en: Use RSS flags defined in the bnxt_hsi.h file. by Michael Chan · 8 years ago
  100. 07b26c9 gso: Support partial splitting at the frag_list pointer by Steffen Klassert · 8 years ago