1. 95b0d2d net sched actions: fix misleading text strings in pedit action by Roman Mashak · 7 years ago
  2. 6ff7586 net sched actions: use sizeof operator for buffer length by Roman Mashak · 7 years ago
  3. 544377c net sched actions: fix sparse warning by Roman Mashak · 7 years ago
  4. d020d45 net sched actions: fix coding style in pedit headers by Roman Mashak · 7 years ago
  5. 80f0f57 net sched actions: fix coding style in pedit action by Roman Mashak · 7 years ago
  6. 0a9fe5c netem: slotting with non-uniform distribution by Yousuk Seung · 7 years ago
  7. 7861552 netlink: Return extack message if attribute validation fails by David Ahern · 7 years ago
  8. 8d0752d net: phy: xgmiitorgmii: Check read_status results by Brandon Maier · 7 years ago
  9. cf31ea7 net: phy: xgmiitorgmii: Use correct mdio bus by Brandon Maier · 7 years ago
  10. ab4e6ee net: phy: xgmiitorgmii: Check phy_driver ready before accessing by Brandon Maier · 7 years ago
  11. 26eef11 Merge branch 'ipsec-selftests-updates' by David S. Miller · 7 years ago
  12. 2766a11 selftests: rtnetlink: add ipsec offload API test by Shannon Nelson · 7 years ago
  13. 7699353 netdevsim: add ipsec offload testing by Shannon Nelson · 7 years ago
  14. c3eba0a selftests: rtnetlink: use dummydev as a test device by Shannon Nelson · 7 years ago
  15. fd0e418 selftests: rtnetlink: clear the return code at start of ipsec test by Shannon Nelson · 7 years ago
  16. a408194 l2tp: define helper for parsing struct sockaddr_pppol2tp* by Guillaume Nault · 7 years ago
  17. 242b1bb tcp: remove one indentation level in tcp_create_openreq_child by Eric Dumazet · 7 years ago
  18. 782e85c sh_eth: fix *enum* {A|M}PR_BIT by Sergei Shtylyov · 7 years ago
  19. 5092ad4 tc-tests: add an extreme-case csum action test by Keara Leibovitz · 7 years ago
  20. 30d6f79 Merge branch 'mscc-ocelot-add-more-features' by David S. Miller · 7 years ago
  21. 7142529 net: mscc: ocelot: add VLAN filtering by Antoine Tenart · 7 years ago
  22. dc96ee3 net: mscc: ocelot: add bonding support by Alexandre Belloni · 7 years ago
  23. 964fc35 cxgb4: Add new T5 PCI device id 0x50ae by Ganesh Goudar · 7 years ago
  24. a081e11 cxgb4: Add flag tc_flower_initialized by Casey Leedom · 7 years ago
  25. 8e32628 neighbour: force neigh_invalidate when NUD_FAILED update is from admin by Roopa Prabhu · 7 years ago
  26. b1a5046 Merge branch 'Multipath-tests-for-tunnel-devices' by David S. Miller · 7 years ago
  27. 18ec44f selftests: forwarding: README: Require diagrams by Petr Machata · 7 years ago
  28. 54818c4 selftests: forwarding: Test multipath tunneling by Petr Machata · 7 years ago
  29. 3368b22 selftests: forwarding: lib: Extract interface-init functions by Petr Machata · 7 years ago
  30. a66d62d selftests: forwarding: tc_rule_stats_get: Parameterize direction by Petr Machata · 7 years ago
  31. 1b86fa3 selftests: forwarding: multipath_eval(): Improve style by Petr Machata · 7 years ago
  32. b2c4787 selftests: forwarding: Move multipath_eval() to lib.sh by Petr Machata · 7 years ago
  33. 3463e51 net/tls: Remove VLA usage on nonce by Kees Cook · 7 years ago
  34. 27a2628 selftests: forwarding: mirror_gre_vlan_bridge_1q: Unset rp_filter by Petr Machata · 7 years ago
  35. 68cc444 mdio-mux-gpio: Remove VLA usage by Kees Cook · 7 years ago
  36. a6e65e5 Merge branch 'net-sched-support-replay-of-filter-offload-when-binding-to-block' by David S. Miller · 7 years ago
  37. 3263674 net: sched: call reoffload op on block callback reg by John Hurley · 7 years ago
  38. 7e916b7 net: sched: cls_bpf: implement offload tcf_proto_op by John Hurley · 7 years ago
  39. 530d995 net: sched: cls_u32: implement offload tcf_proto_op by John Hurley · 7 years ago
  40. 0efd1b3 net: sched: cls_matchall: implement offload tcf_proto_op by John Hurley · 7 years ago
  41. 31533cb net: sched: cls_flower: implement offload tcf_proto_op by John Hurley · 7 years ago
  42. e56185c net: sched: add tcf_proto_op to offload a rule by John Hurley · 7 years ago
  43. 60513bd net: sched: pass extack pointer to block binds and cb registration by John Hurley · 7 years ago
  44. 572de27 Merge branch 'sh_eth-RPADIR-related-clean-ups' by David S. Miller · 7 years ago
  45. 470103d sh_eth: remove sh_eth_cpu_data::rpadir_value by Sergei Shtylyov · 7 years ago
  46. b13ca098 sh_eth: fix *enum* RPADIR_BIT by Sergei Shtylyov · 7 years ago
  47. 2f533f6 r8169: reject unsupported WoL options by Heiner Kallweit · 7 years ago
  48. 99672eb selftests: net: Test headroom handling of ip6_gre devices by Petr Machata · 7 years ago
  49. 16572a4 Merge branch 'l2tp-trivial-cleanups' by David S. Miller · 7 years ago
  50. 2685fbb l2tp: make l2tp_xmit_core() return void by Guillaume Nault · 7 years ago
  51. 363a341 l2tp: avoid duplicate l2tp_pernet() calls by Guillaume Nault · 7 years ago
  52. d08532b l2tp: don't export l2tp_tunnel_closeall() by Guillaume Nault · 7 years ago
  53. 2e67560 l2tp: don't export l2tp_session_queue_purge() by Guillaume Nault · 7 years ago
  54. e484b1c l2tp: remove l2tp_tunnel_priv() by Guillaume Nault · 7 years ago
  55. c3612f0 l2tp: remove .show from struct l2tp_tunnel by Guillaume Nault · 7 years ago
  56. 877375e l2tp: remove pppol2tp_session_close() by Guillaume Nault · 7 years ago
  57. 1d7229d Merge branch 'DPAA-PTP-clock-and-timestamping' by David S. Miller · 7 years ago
  58. 17ae0b0 dpaa_eth: add the get_ts_info interface for ethtool by Yangbo Lu · 7 years ago
  59. 4664856 dpaa_eth: add support for hardware timestamping by Yangbo Lu · 7 years ago
  60. dcce36a fsl/fman: define frame description command UPD by Yangbo Lu · 7 years ago
  61. 880f874 fsl/fman_port: support getting timestamp by Yangbo Lu · 7 years ago
  62. 0fab782 fsl/fman: add set_tstamp interface by Yangbo Lu · 7 years ago
  63. 9cd19b5 arm64: dts: fsl: move ptp timer out of fman by Yangbo Lu · 7 years ago
  64. dab4a02 powerpc/mpc85xx: move ptp timer out of fman in dts by Yangbo Lu · 7 years ago
  65. 2cb785b dt-binding: ptp_qoriq: add DPAA FMan support by Yangbo Lu · 7 years ago
  66. a8f62d0 ptp: support DPAA FMan 1588 timer in ptp_qoriq by Yangbo Lu · 7 years ago
  67. c401530 fsl/fman: share the event interrupt by Yangbo Lu · 7 years ago
  68. 651b451 Merge branch 'mlxsw-Support-bridge-router-interfaces-with-non-default-VLAN' by David S. Miller · 7 years ago
  69. 5b1e7f9 selftests: forwarding: Test routed bridge interface by Petr Machata · 7 years ago
  70. 567ad1a mlxsw: spectrum_switchdev: Ban PVID change if bridge has a RIF by Petr Machata · 7 years ago
  71. a28b1eb mlxsw: spectrum_router: Add mlxsw_sp_rif_fid() by Petr Machata · 7 years ago
  72. 0c41292 mlxsw: spectrum_router: Publish mlxsw_sp_rif_find_by_dev() by Petr Machata · 7 years ago
  73. e6f1960 mlxsw: spectrum_router: Allocate FID according to PVID by Petr Machata · 7 years ago
  74. 5f15e25 mlxsw: spectrum_router: Propagate extack to .fid_get() by Petr Machata · 7 years ago
  75. fb22350 tcp: add SNMP counter for zero-window drops by Yafang Shao · 7 years ago
  76. 7e55052 Merge branch 'NAPI-gro-hash' by David S. Miller · 7 years ago
  77. 07d7836 net: Convert NAPI gro list into a small hash table. by David Miller · 7 years ago
  78. d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
  79. 9ff3b40 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  80. 6f0d349 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  81. 8238195 Merge branch 'r8169-improve-PHY-initialization-and-WoL-handling' by David S. Miller · 7 years ago
  82. fe87bef r8169: don't check WoL when powering down PHY and interface is down by Heiner Kallweit · 7 years ago
  83. 433f9d0 r8169: improve saved_wolopts handling by Heiner Kallweit · 7 years ago
  84. 92bad85 r8169: improve phy initialization when resuming by Heiner Kallweit · 7 years ago
  85. 064f390 Merge branch 'sched-couple-of-ndo_setup_tc-fixes-and-adjustments' by David S. Miller · 7 years ago
  86. 246ab6f cls_flower: fix error values for commands not supported by drivers by Jiri Pirko · 7 years ago
  87. eba7927 nfp: handle cls_flower command default case by Jiri Pirko · 7 years ago
  88. 83741bb bnxt: simplify cls_flower command switch and handle default case by Jiri Pirko · 7 years ago
  89. 0ef8b45 tls: Removed unused variable by Vakul Garg · 7 years ago
  90. 829eb05 sfc: make function efx_rps_hash_bucket static by Colin Ian King · 7 years ago
  91. 7daf201 Linux 4.18-rc2 by Linus Torvalds · 7 years ago
  92. c81b995 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  93. 2ce413e Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  94. 64dd765 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  95. d3a6749 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  96. d4e860e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  97. 177d363 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  98. 2da2ca2 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  99. a43de48 Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  100. 6242258 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago