1. b32cf4a net/smc: move link llc initialization to llc layer by Karsten Graul · 7 years ago
  2. d97935f net/smc: simplify test_link function usage by Karsten Graul · 7 years ago
  3. 9fcdf8e net/smc: remove unnecessary cast by Karsten Graul · 7 years ago
  4. 44aa81c net/smc: register new rmbs with the peer by Karsten Graul · 7 years ago
  5. 569bc64 net/smc: no tx work trigger for fallback sockets by Ursula Braun · 7 years ago
  6. 7d6541f Merge tag 'mlx5e-updates-2018-05-14' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 7 years ago
  7. 7ed19eb Merge branch 'Misc-Bug-Fixes-and-clean-ups-for-HNS3-Driver' by David S. Miller · 7 years ago
  8. 6a81441 net: hns3: Fixes the missing PCI iounmap for various legs by Fuyun Liang · 7 years ago
  9. fa8d82e net: hns3: Add support of .sriov_configure in HNS3 driver by Peng Li · 7 years ago
  10. be8d8cd net: hns3: Fix for fiber link up problem by Yunsheng Lin · 7 years ago
  11. 67bf254 net: hns3: Fixes the back pressure setting when sriov is enabled by Yunsheng Lin · 7 years ago
  12. 0c69825 net: hns3: Change return value in hnae3_register_client by Fuyun Liang · 7 years ago
  13. 854cf33 net: hns3: Change return type of hnae3_register_ae_algo by Fuyun Liang · 7 years ago
  14. 50fbc23 net: hns3: Change return type of hnae3_register_ae_dev by Fuyun Liang · 7 years ago
  15. e3afa96 net: hns3: Add a check for client instance init state by Fuyun Liang · 7 years ago
  16. 3e249d3 net: hns3: Fix for the null pointer problem occurring when initializing ae_dev failed by Fuyun Liang · 7 years ago
  17. 2312e05 net: hns3: Fix for deadlock problem occurring when unregistering ae_algo by Fuyun Liang · 7 years ago
  18. 0b7d997 Merge branch 'Microsemi-Ocelot-Ethernet-switch-support' by David S. Miller · 7 years ago
  19. 0ce60ed MAINTAINERS: Add entry for Microsemi Ethernet switches by Alexandre Belloni · 7 years ago
  20. a556c76 net: mscc: Add initial Ocelot switch support by Alexandre Belloni · 7 years ago
  21. 44b801e dt-bindings: net: add DT bindings for Microsemi Ocelot Switch by Alexandre Belloni · 7 years ago
  22. 542671f net: phy: mscc-miim: Add MDIO driver by Alexandre Belloni · 7 years ago
  23. cd1436a dt-bindings: net: add DT bindings for Microsemi MIIM by Alexandre Belloni · 7 years ago
  24. 961423f Merge branch 'sctp-Introduce-sctp_flush_ctx' by David S. Miller · 7 years ago
  25. 5884f35 sctp: checkpatch fixups by Marcelo Ricardo Leitner · 7 years ago
  26. e136e96 sctp: add asoc and packet to sctp_flush_ctx by Marcelo Ricardo Leitner · 7 years ago
  27. bb54384 sctp: add sctp_flush_ctx, a context struct on outq_flush routines by Marcelo Ricardo Leitner · 7 years ago
  28. ab61990 Merge branch 'sctp-refactor-sctp_outq_flush' by David S. Miller · 7 years ago
  29. 4fdbb0e sctp: rework switch cases in sctp_outq_flush_data by Marcelo Ricardo Leitner · 7 years ago
  30. 6605f69 sctp: make use of gfp on retransmissions by Marcelo Ricardo Leitner · 7 years ago
  31. 4bf21b6 sctp: move transport flush code out of sctp_outq_flush by Marcelo Ricardo Leitner · 7 years ago
  32. cb93cc5 sctp: move flushing of data chunks out of sctp_outq_flush by Marcelo Ricardo Leitner · 7 years ago
  33. 96e0418 sctp: move outq data rtx code out of sctp_outq_flush by Marcelo Ricardo Leitner · 7 years ago
  34. 7a0b9df sctp: move the flush of ctrl chunks into its own function by Marcelo Ricardo Leitner · 7 years ago
  35. 0d634b0 sctp: factor out sctp_outq_select_transport by Marcelo Ricardo Leitner · 7 years ago
  36. b9fd683 sctp: add sctp_packet_singleton by Marcelo Ricardo Leitner · 7 years ago
  37. 98f3697 cxgb4: add tc flower match support for tunnel VNI by Kumar Sanghvi · 7 years ago
  38. 96faf24 net: stmmac: Add Jose Abreu as co-maintainer by Jose Abreu · 7 years ago
  39. 0e5c04f net/mlx5e: Remove MLX5E_TEST_BIT macro by Gal Pressman · 7 years ago
  40. bfbe205 net/mlx5e: Use test bit in en accel xmit flow by Gal Pressman · 7 years ago
  41. af5a6c9 net/mlx5e: Use __set_bit for adaptive-moderation bit in RQ state by Gal Pressman · 7 years ago
  42. 1e7477a net/mlx5e: Report all channels with min RX WQEs timeout by Eran Ben Elisha · 7 years ago
  43. 38aa51c net/mlx5e: Support offloaded TC flows with no matches on headers by Or Gerlitz · 7 years ago
  44. d708f90 net/mlx5e: Get the required HW match level while parsing TC flow matches by Or Gerlitz · 7 years ago
  45. 5478290 net/mlx5e: Properly order min inline mode setup while parsing TC matches by Or Gerlitz · 7 years ago
  46. 1cab1cd net/mlx5e: Use local actions var while processing offloaded TC flow actions by Or Gerlitz · 7 years ago
  47. 31c8eba net/mlx5e: Return success when TC offloaded fdb actions parsed ok by Or Gerlitz · 7 years ago
  48. c180f67 net/mlx5e: Avoid redundant zeroing of offloaded TC flow attributes by Or Gerlitz · 7 years ago
  49. b3a433d net/mlx5e: Clean static checker complaints on TC offload and VF reps code by Or Gerlitz · 7 years ago
  50. 4601266 net/mlx5e: Remove double defined DMAC header re-write element by Or Gerlitz · 7 years ago
  51. efb6d7a net/mlx5e: Use bool as return type for mlx5e_xdp_handle by Tariq Toukan · 7 years ago
  52. bd206fd net/mlx5e: Use u8 instead of int for LRO number of segments by Tariq Toukan · 7 years ago
  53. e36d481 net/mlx5e: Skip redundant checks when providing NUD lastuse feedback by Roi Dayan · 7 years ago
  54. b8c931b net/mlx5e: Remove redundant vport context vlan update by Saeed Mahameed · 8 years ago
  55. 7cfac88 cxgb4: do not fail vf instatiation in slave mode by Arjun Vynipadath · 7 years ago
  56. 55c0211 mlxsw: spectrum_span: Support LAG under mirror-to-gretap by Petr Machata · 7 years ago
  57. bde4c56 net: ethernet: ti: Use ERR_CAST instead of ERR_PTR(PTR_ERR()) by Hernán Gonzalez · 7 years ago
  58. 81c7288 sched: cls: enable verbose logging by Marcelo Ricardo Leitner · 7 years ago
  59. 4def478 Merge branch 'stmmac-dwmac-sun8i-Support-R40' by David S. Miller · 7 years ago
  60. 9bf5085 net: stmmac: dwmac-sun8i: Add support for GMAC on Allwinner R40 SoC by Chen-Yu Tsai · 7 years ago
  61. 7b270b7 net: stmmac: dwmac-sun8i: Support different ranges for TX/RX delay chains by Chen-Yu Tsai · 7 years ago
  62. 49a06ca net: stmmac: dwmac-sun8i: Allow getting syscon regmap from external device by Chen-Yu Tsai · 7 years ago
  63. 25ae15f net: stmmac: dwmac-sun8i: Use regmap_field for syscon register access by Chen-Yu Tsai · 7 years ago
  64. eef8811 dt-bindings: net: dwmac-sun8i: Add binding for GMAC on Allwinner R40 SoC by Chen-Yu Tsai · 7 years ago
  65. a6fe692 dt-bindings: net: dwmac-sun8i: simplify description of syscon property by Chen-Yu Tsai · 7 years ago
  66. 9ed3fec dt-bindings: net: dwmac-sun8i: Sort syscon compatibles by alphabetical order by Chen-Yu Tsai · 7 years ago
  67. a4a78a9 dt-bindings: net: dwmac-sun8i: Clean up clock delay chain descriptions by Chen-Yu Tsai · 7 years ago
  68. 62150df Merge branch 'dsa-mv88e6xxx-remove-Global-1-setup' by David S. Miller · 7 years ago
  69. 447b1bb net: dsa: mv88e6xxx: add a stats setup function by Vivien Didelot · 7 years ago
  70. 93e18d6 net: dsa: mv88e6xxx: add IEEE and IP mapping ops by Vivien Didelot · 7 years ago
  71. 408d2de net: dsa: mv88e6xxx: use helper for 6390 histogram by Vivien Didelot · 7 years ago
  72. 23548da Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  73. 42b956f Merge branch 'kernel-add-support-to-collect-hardware-logs-in-crash-recovery-kernel' by David S. Miller · 7 years ago
  74. 1dde532 cxgb4: collect hardware dump in second kernel by Rahul Lakkireddy · 7 years ago
  75. 7efe48d vmcore: append device dumps to vmcore as elf notes by Rahul Lakkireddy · 7 years ago
  76. 2724273 vmcore: add API to collect hardware dump in second kernel by Rahul Lakkireddy · 7 years ago
  77. 27392e5 i40evf: Fix a hardware reset support in VF driver by Paweł Jabłoński · 7 years ago
  78. c79756c i40e: free the skb after clearing the bitlock by Jacob Keller · 7 years ago
  79. 9c0c3b8 i40e: cleanup wording in a header comment by Jacob Keller · 7 years ago
  80. aa4a065 i40evf: remove MAX_QUEUES and just use I40EVF_MAX_REQ_QUEUES by Jacob Keller · 7 years ago
  81. 3f76d01 i40e: add tx_busy to ethtool stats by Harshitha Ramamurthy · 7 years ago
  82. ca12c9d i40e: Fix recalculation of MSI-X vectors for VMDq by Patryk Małek · 7 years ago
  83. 132ee00 i40e: cleanup whitespace for some ethtool stat definitions by Jacob Keller · 7 years ago
  84. 7e20188 i40e: remove duplicate pfc stats by Jacob Keller · 7 years ago
  85. 0ded9c6 i40e: calculate ethtool stats size in a separate function by Jacob Keller · 7 years ago
  86. e691b77 i40evf: Fix client header define by Jeff Kirsher · 7 years ago
  87. 0fccb85 virtchnl: Whitespace and parenthesis cleanup by Bruce Allan · 7 years ago
  88. 289e1f4 net: ipv4: ipconfig: fix unused variable by Anders Roxell · 7 years ago
  89. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  90. 4bc8719 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  91. a1f45ef Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  92. a52956d net sched actions: fix refcnt leak in skbmod by Roman Mashak · 7 years ago
  93. ac42803 Merge tag 'ceph-for-4.17-rc5' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  94. b753a9f net: phy: DP83TC811: Introduce support for the DP83TC811 phy by Dan Murphy · 7 years ago
  95. d68d75f net: sched: fix error path in tcf_proto_create() when modules are not configured by Jiri Pirko · 7 years ago
  96. 3f5f859 Merge tag 'sh-for-4.17-fixes' of git://git.libc.org/linux-sh by Linus Torvalds · 7 years ago
  97. 443e2da cxgb4: avoid schedule while atomic by Ganesh Goudar · 7 years ago
  98. c50ae55 cxgb4: enable inner header checksum calculation by Ganesh Goudar · 7 years ago
  99. 0e24989 cxgb4: Fix {vxlan/geneve}_port initialization by Arjun Vynipadath · 7 years ago
  100. f4a313b cxgb4: Add new T5 device id by Ganesh Goudar · 7 years ago