1. 8e20236 bnxt_en: Add ethtool get_wol method. by Michael Chan · 8 years ago
  2. d196ece bnxt_en: Add pci shutdown method. by Michael Chan · 8 years ago
  3. c1ef146 bnxt_en: Add basic WoL infrastructure. by Michael Chan · 8 years ago
  4. 8eb992e bnxt_en: Update firmware interface spec to 1.7.6.2. by Michael Chan · 8 years ago
  5. 2f5e9f8 Merge tag 'wireless-drivers-for-davem-2017-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 8 years ago
  6. f38b376 Merge branch 'qed-QM-ILT-changes' by David S. Miller · 8 years ago
  7. f9dc4d1 qed: Manage with less memory regions for RoCE by Ram Amrani · 8 years ago
  8. 5f8cb03 qed: RoCE doesn't need to use SRC by Mintz, Yuval · 8 years ago
  9. 70566b4 qed: Correct TM ILT lines in presence of VFs by Mintz, Yuval · 8 years ago
  10. 44531ba qed: Fix TM block ILT allocation by Michal Kalderon · 8 years ago
  11. b5a9ee7 qed: Revise QM cofiguration by Ariel Elior · 8 years ago
  12. c8b5d12 net: usbnet: support 64bit stats by Greg Ungerer · 8 years ago
  13. 822f9bb soreuseport: use "unsigned int" in __reuseport_alloc() by Alexey Dobriyan · 8 years ago
  14. ec2e45a flowcache: more "unsigned int" by Alexey Dobriyan · 8 years ago
  15. f31cc7e flowcache: make flow_cache_hash_size() return "unsigned int" by Alexey Dobriyan · 8 years ago
  16. 5a17d9e flowcache: make flow_key_size() return "unsigned int" by Alexey Dobriyan · 8 years ago
  17. d39004a net/faraday: Add missing include of of.h by Andrew Lunn · 8 years ago
  18. f1fb08f vxlan: fix ND proxy when skb doesn't have transport header offset by Vincent Bernat · 8 years ago
  19. d229d48 sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp by Xin Long · 8 years ago
  20. cdccf74 Merge branch 'hns-misc-fixes' by David S. Miller · 8 years ago
  21. b4957ab net: hns: Some checkpatch.pl script & warning fixes by Salil · 8 years ago
  22. 820c90c net: hns: Avoid Hip06 chip TX packet line bug by lipeng · 8 years ago
  23. 76b588b net: hns: Adjust the SBM module buffer threshold by Kejian Yan · 8 years ago
  24. a218558 net: hns: Simplify the exception sequence in hns_ppe_init() by Kejian Yan · 8 years ago
  25. d592a4a net: hns: Optimise the code in hns_mdio_wait_ready() by Kejian Yan · 8 years ago
  26. 6961acf net: hns: Clean redundant code from hns_mdio.c file by Kejian Yan · 8 years ago
  27. 9f1607b net: hns: Remove redundant mac table operations by Kejian Yan · 8 years ago
  28. 20f0d4f net: hns: Remove redundant mac_get_id() by Kejian Yan · 8 years ago
  29. 040a380 net: hns: Remove the redundant adding and deleting mac function by Kejian Yan · 8 years ago
  30. 64ec10d net: hns: Correct HNS RSS key set function by lipeng · 8 years ago
  31. f2aaed5 net: hns: Replace netif_tx_lock to ring spin lock by lipeng · 8 years ago
  32. b29bd41 net: hns: Fix to adjust buf_size of ring according to mtu by lipeng · 8 years ago
  33. 36eedfde1 net: hns: Optimize hns_nic_common_poll for better performance by lipeng · 8 years ago
  34. 4b7cdec net: hns: bug fix of ethtool show the speed by Daode Huang · 8 years ago
  35. fb0672d net: hns: Remove redundant memset during buffer release by lipeng · 8 years ago
  36. de99208 net: hns: Optimize the code for GMAC pad and crc Config by lipeng · 8 years ago
  37. 87ff7e1 net: hns: Modify GMAC init TX threshold value by lipeng · 8 years ago
  38. ba2d079 net: hns: Fix the implementation of irq affinity function by lipeng · 8 years ago
  39. d4f4b91 Merge branch 'rds-minor-bug-fixes' by David S. Miller · 8 years ago
  40. 087d975 rds: tcp: canonical connection order for all paths with index > 0 by Sowmini Varadhan · 8 years ago
  41. e97656d rds: tcp: allow progress of rds_conn_shutdown if the rds_connection is marked ERROR by an intervening FIN by Sowmini Varadhan · 8 years ago
  42. d3fbff3 sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops() by Eric Dumazet · 8 years ago
  43. e270e96 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c: fix build with gcc-4.4.4 by Andrew Morton · 8 years ago
  44. 9563279 drivers/net/ethernet/mellanox/mlx5/core/en_main.c: fix build with gcc-4.4.4 by Andrew Morton · 8 years ago
  45. 44781fe net: stmmac: fix cbs configuration by Joao Pinto · 8 years ago
  46. a6fc09d Merge branch 'mpls-more-labels' by David S. Miller · 8 years ago
  47. 1511009 net: mpls: Increase max number of labels for lwt encap by David Ahern · 8 years ago
  48. a4ac8c9 net: mpls: bump maximum number of labels by David Ahern · 8 years ago
  49. df1c631 net: mpls: Limit memory allocation for mpls_route by David Ahern · 8 years ago
  50. 59b2096 net: mpls: change mpls_route layout by David Ahern · 8 years ago
  51. 77ef013a net: mpls: Convert number of nexthops to u8 by David Ahern · 8 years ago
  52. 39eb8cd net: mpls: rt_nhn_alive and nh_flags should be accessed using READ_ONCE by David Ahern · 8 years ago
  53. 3d8417d udp: use sk_protocol instead of pcflag to detect udplite sockets by Paolo Abeni · 8 years ago
  54. 768bfa2 net: dsa: fix build error with devlink build as module by Tobias Regnery · 8 years ago
  55. 88f913f Merge branch 'phylib-EEE-updates' by David S. Miller · 8 years ago
  56. 32d7514 net: phy: allow EEE with any interface mode by Russell King · 8 years ago
  57. f75abeb net: phy: restart phy autonegotiation after EEE advertisment change by Russell King · 8 years ago
  58. 83ea067 net: phy: avoid setting unsupported EEE advertisments by Russell King · 8 years ago
  59. eefe06e Merge branch 'bpf-prog-testing-framework' by David S. Miller · 8 years ago
  60. 3782161 selftests/bpf: add l4 load balancer test based on sched_cls by Alexei Starovoitov · 8 years ago
  61. 8d48f5e selftests/bpf: add a test for basic XDP functionality by Alexei Starovoitov · 8 years ago
  62. 6882804 selftests/bpf: add a test for overlapping packet range checks by Alexei Starovoitov · 8 years ago
  63. dd26b7f tools/lib/bpf: expose bpf_program__set_type() by Alexei Starovoitov · 8 years ago
  64. 3084887 tools/lib/bpf: add support for BPF_PROG_TEST_RUN command by Alexei Starovoitov · 8 years ago
  65. 1cf1cae bpf: introduce BPF_PROG_TEST_RUN command by Alexei Starovoitov · 8 years ago
  66. 98cd155 net: dsa: Mock-up driver by Florian Fainelli · 8 years ago
  67. 772c3bd Merge branch 'mv88e6xxx-cross-chip-bridging' by David S. Miller · 8 years ago
  68. aec5ac8 net: dsa: mv88e6xxx: add cross-chip bridging by Vivien Didelot · 8 years ago
  69. 40ef2c9 net: dsa: add cross-chip bridging operations by Vivien Didelot · 8 years ago
  70. e96a6e0 net: dsa: mv88e6xxx: remap existing bridge members by Vivien Didelot · 8 years ago
  71. 240ea3e net: dsa: mv88e6xxx: factorize in-chip bridge map by Vivien Didelot · 8 years ago
  72. e5887a2 net: dsa: mv88e6xxx: rework in-chip bridging by Vivien Didelot · 8 years ago
  73. 73b1204 net: dsa: mv88e6xxx: allocate the number of ports by Vivien Didelot · 8 years ago
  74. 17a1594 net: dsa: mv88e6xxx: program the PVT with all ones by Vivien Didelot · 8 years ago
  75. 8122899 net: dsa: mv88e6xxx: use 4-bit port for PVT data by Vivien Didelot · 8 years ago
  76. f364565 net: dsa: mv88e6xxx: move PVT description in info by Vivien Didelot · 8 years ago
  77. 58b7bd0 dpaa_eth: use AVOIDBLOCK for Tx confirmation queues by Madalin Bucur · 8 years ago
  78. b07e675 fsl/fman: take into account all RGMII modes by Madalin Bucur · 8 years ago
  79. d6acfeb vxlan: vxlan dev should inherit lowerdev's gso_max_size by Felix Manlunas · 8 years ago
  80. 6c7c98b sock: avoid dirtying sk_stamp, if possible by Paolo Abeni · 8 years ago
  81. 7801a32 Merge branch 'ibmvnic-cleanup-resource-handling' by David S. Miller · 8 years ago
  82. 1b8955e ibmvnic: Cleanup failure path in ibmvnic_open by Nathan Fontenot · 8 years ago
  83. 7bbc27a ibmvnic: Create init/release routines for stats token by Nathan Fontenot · 8 years ago
  84. b510888 ibmvnic: Merge the two release_sub_crq_queue routines by Nathan Fontenot · 8 years ago
  85. 0ffe2cb ibmvnic: Create init and release routines for the rx pool by Nathan Fontenot · 8 years ago
  86. c657e32 ibmvnic: Create init and release routines for the tx pool by Nathan Fontenot · 8 years ago
  87. f0b8c96 ibmvnic: Create init and release routines for the bounce buffer by Nathan Fontenot · 8 years ago
  88. f992887 ibmvnic: Update main crq initialization and release by Nathan Fontenot · 8 years ago
  89. 1935299 net: tcp: Refine the __tcp_select_window by Gao Feng · 8 years ago
  90. bae76dd net: dsa: mv88e6xxx: debug ATU Age Time by Vivien Didelot · 8 years ago
  91. e704f04 ibmvnic: Remove debugfs support by Nathan Fontenot · 8 years ago
  92. 142c659 bonding: refine bond_fold_stats() wrap detection by Eric Dumazet · 8 years ago
  93. ed8bfd5 VSOCK: remove unnecessary ternary operator on return value by Colin Ian King · 8 years ago
  94. 282ccf6 drivers: add explicit interrupt.h includes by Florian Westphal · 8 years ago
  95. eaf70ad net: stmmac: dwmac-rk: Add handling for RGMII_ID/RXID/TXID by Wadim Egorov · 8 years ago
  96. 5bacd77 Revert "net: stmmac: enable multiple buffers" by LABBE Corentin · 8 years ago
  97. d77facb brcmfmac: use local iftype avoiding use-after-free of virtual interface by Arend Van Spriel · 8 years ago
  98. 893dc68 rtlwifi: Fix scheduling while atomic splat by Larry Finger · 8 years ago
  99. d8a531c Merge tag 'iwlwifi-for-kalle-2017-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes by Kalle Valo · 8 years ago
  100. 397df70 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago