1. d1db799 net: dsa: loop: Initialize err in dsa_loop_vlan_dump by Florian Fainelli · 8 years ago
  2. 5865ccc net: dsa: loop: Fix uninitialized pvid variable by Florian Fainelli · 8 years ago
  3. 91e91be net/sched: Removed unused vlan actions definition by Or Gerlitz · 8 years ago
  4. 75d04aa mlx4: trust shinfo->gso_segs by Eric Dumazet · 8 years ago
  5. 827d240 qed: fix missing break in OOO_LB_TC case by Colin Ian King · 8 years ago
  6. 053ee0a net/mlx5e: fix build error without CONFIG_SYSFS by Tobias Regnery · 8 years ago
  7. 82fe0d2 af_unix: Use designated initializers by Kees Cook · 8 years ago
  8. 540c86f Merge branch 'ftgmac100-rework-batch-1-Link-and-Interrupts' by David S. Miller · 8 years ago
  9. 10cbd64 ftgmac100: Rework NAPI & interrupts handling by Benjamin Herrenschmidt · 8 years ago
  10. 9b86785d ftgmac100: Remove useless tests in interrupt handler by Benjamin Herrenschmidt · 8 years ago
  11. 874b55b ftgmac100: Rework MAC reset and init by Benjamin Herrenschmidt · 8 years ago
  12. 855944c ftgmac100: Add a reset task and use it for link changes by Benjamin Herrenschmidt · 8 years ago
  13. da40d9d ftgmac100: Move the bulk of inits to a separate function by Benjamin Herrenschmidt · 8 years ago
  14. 81f1eca ftgmac100: Request the interrupt only after HW is reset by Benjamin Herrenschmidt · 8 years ago
  15. b8dbecf ftgmac100: Move napi_add/del to open/close by Benjamin Herrenschmidt · 8 years ago
  16. 87d1875 ftgmac100: Split ring alloc, init and rx buffer alloc by Benjamin Herrenschmidt · 8 years ago
  17. 5176477 ftgmac100: Cleanup speed/duplex tracking and fix duplex config by Benjamin Herrenschmidt · 8 years ago
  18. 8396e1c ftgmac100: Remove "enabled" flags by Benjamin Herrenschmidt · 8 years ago
  19. 831fb33 ftgmac100: Reorder struct fields and comment by Benjamin Herrenschmidt · 8 years ago
  20. 3f6af0e ftgmac100: Remove "banner" comments by Benjamin Herrenschmidt · 8 years ago
  21. 60b28a1 ftgmac100: Use netdev->irq instead of private copy by Benjamin Herrenschmidt · 8 years ago
  22. bb54be5 liquidio: fix Octeon core watchdog timeout false alarm by Felix Manlunas · 8 years ago
  23. b73b3cd net: usbnet: Remove unused driver_name variable by Florian Fainelli · 8 years ago
  24. 89c0a361 selftests/bpf: fix merge conflict by Alexei Starovoitov · 8 years ago
  25. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  26. ea6b172 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  27. c383bdd nfp: fix potential use after free on xdp prog by Jakub Kicinski · 8 years ago
  28. faeeb31 bonding: attempt to better support longer hw addresses by Jarod Wilson · 8 years ago
  29. 2d2517e tcp: fix reordering SNMP under-counting by Yuchung Cheng · 8 years ago
  30. ecde8f3 tcp: fix lost retransmit SNMP under-counting by Yuchung Cheng · 8 years ago
  31. 148cbab sfc: don't insert mc_list on low-latency firmware if it's too long by Edward Cree · 8 years ago
  32. a4b7c07 Merge branch 'nfp-ksettings' by David S. Miller · 8 years ago
  33. 7c69873 nfp: add support for .set_link_ksettings() by Jakub Kicinski · 8 years ago
  34. 5a56083 nfp: NSP backend for link configuration operations by Jakub Kicinski · 8 years ago
  35. 85eb97dd2 nfp: add extended error messages by Jakub Kicinski · 8 years ago
  36. e890ae8 nfp: turn NSP port entry into a union by Jakub Kicinski · 8 years ago
  37. 30a0292 nfp: allow multi-stage NSP configuration by Jakub Kicinski · 8 years ago
  38. ce22f5a nfp: separate high level and low level NSP headers by Jakub Kicinski · 8 years ago
  39. 9f9e0da nfp: report port type in ethtool by Jakub Kicinski · 8 years ago
  40. 42b1e6a nfp: report auto-negotiation in ethtool by Jakub Kicinski · 8 years ago
  41. 21d529d nfp: report link speed from NSP by Jakub Kicinski · 8 years ago
  42. 172f638 nfp: add port state refresh by Jakub Kicinski · 8 years ago
  43. cee4295 nfp: track link state changes by Jakub Kicinski · 8 years ago
  44. d12537d nfp: add mutex protection for the port list by Jakub Kicinski · 8 years ago
  45. b9de007 nfp: don't spawn netdevs for reconfigured ports by Jakub Kicinski · 8 years ago
  46. 265aeb5 nfp: add support for .get_link_ksettings() by Jakub Kicinski · 8 years ago
  47. 18148f0 Merge tag 'linux-can-next-for-4.13-20170404' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 8 years ago
  48. aeb4a57 Merge tag 'mfd-fixes-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 8 years ago
  49. 9f0bffa Merge tag 'kbuild-fixes-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 8 years ago
  50. af0e546 selftests: add a generic testsuite for ethernet device by LABBE Corentin · 8 years ago
  51. 2e507e2 Merge branch 'rtnetlink-event-type' by David S. Miller · 8 years ago
  52. def1288 rtnl: Add support for netdev event to link messages by Vlad Yasevich · 8 years ago
  53. 5138e86 rtnetlink: Convert rtnetlink_event to white list by Vlad Yasevich · 8 years ago
  54. 589c49c net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14 by Gao Feng · 8 years ago
  55. 5e35141 net: ibm: emac: remove unused sysrq handler for 'c' key by Eric Biggers · 8 years ago
  56. 3ebfdf0 sctp: get sock from transport in sctp_transport_update_pmtu by Xin Long · 8 years ago
  57. 3f3c278 bonding: fix active-backup transition by Mahesh Bandewar · 8 years ago
  58. 457c79e netlink/diag: report flags for netlink sockets by Andrey Vagin · 8 years ago
  59. c800460 qed: Add a missing error code by Dan Carpenter · 8 years ago
  60. 2c099cc net: sched: choke: remove some dead code by Dan Carpenter · 8 years ago
  61. 781159f liquidio: clear the correct memory by Dan Carpenter · 8 years ago
  62. 03cf65a net: stmmac: rx queue to dma channel mapping fix by Joao Pinto · 8 years ago
  63. 1f37b17 phy/ethtool: Add missing SPEED_<foo> strings by Joe Perches · 8 years ago
  64. 5422e5a Merge branch 'bnxt_en-WoL-selftest-XDP_TX-optimize' by David S. Miller · 8 years ago
  65. 68a946b bnxt_en: Cap the msix vector with the max completion rings. by Michael Chan · 8 years ago
  66. 932dbf8 bnxt_en: Use short TX BDs for the XDP TX ring. by Michael Chan · 8 years ago
  67. 67fea46 bnxt_en: Add interrupt test to ethtool -t selftest. by Michael Chan · 8 years ago
  68. 91725d8 bnxt_en: Add PHY loopback to ethtool self-test. by Michael Chan · 8 years ago
  69. f7dc1ea bnxt_en: Add ethtool mac loopback self test. by Michael Chan · 8 years ago
  70. eb51365 bnxt_en: Add basic ethtool -t selftest support. by Michael Chan · 8 years ago
  71. f65a204 bnxt_en: Add suspend/resume callbacks. by Michael Chan · 8 years ago
  72. 5282db6 bnxt_en: Add ethtool set_wol method. by Michael Chan · 8 years ago
  73. 8e20236 bnxt_en: Add ethtool get_wol method. by Michael Chan · 8 years ago
  74. d196ece bnxt_en: Add pci shutdown method. by Michael Chan · 8 years ago
  75. c1ef146 bnxt_en: Add basic WoL infrastructure. by Michael Chan · 8 years ago
  76. 8eb992e bnxt_en: Update firmware interface spec to 1.7.6.2. by Michael Chan · 8 years ago
  77. b237640 mfd: cros-ec: Fix host command buffer size by Vic Yang · 8 years ago
  78. 308ac75 Merge tag 'gpio-v4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  79. e90be21 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
  80. b824a957 Merge tag 'nios2-v4.11-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 8 years ago
  81. 30c57f0 net: ethernet: ti: cpsw: fix race condition during open() by Sekhar Nori · 8 years ago
  82. 2f5e9f8d 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
  83. 1a589c0 Merge tag 'drm-fixes-for-v4.11-rc6' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  84. 249ee81 l2tp: fix PPP pseudo-wire auto-loading by Guillaume Nault · 8 years ago
  85. a891966 bnx2x: fix spelling mistake in macros HW_INTERRUT_ASSERT_SET_* by Colin Ian King · 8 years ago
  86. e08293a l2tp: take reference on sessions being dumped by Guillaume Nault · 8 years ago
  87. 57e83fb can: hi311x: Add Holt HI-311x CAN driver by Akshay Bhat · 8 years ago
  88. 20a1e35 can: holt_hi311x: document device tree bindings by Akshay Bhat · 8 years ago
  89. 8e8cda6 can: initial support for network namespaces by Mario Kicherer · 8 years ago
  90. dabf54d can: ti_hecc: Convert TI HECC driver to DT only driver by Yegor Yefremov · 8 years ago
  91. 869a78a can: ti_hecc: Add TI HECC DT binding documentation by Yegor Yefremov · 8 years ago
  92. f38b376 Merge branch 'qed-QM-ILT-changes' by David S. Miller · 8 years ago
  93. f9dc4d1 qed: Manage with less memory regions for RoCE by Ram Amrani · 8 years ago
  94. 5f8cb03 qed: RoCE doesn't need to use SRC by Mintz, Yuval · 8 years ago
  95. 70566b4 qed: Correct TM ILT lines in presence of VFs by Mintz, Yuval · 8 years ago
  96. 44531ba qed: Fix TM block ILT allocation by Michal Kalderon · 8 years ago
  97. b5a9ee7 qed: Revise QM cofiguration by Ariel Elior · 8 years ago
  98. c8b5d12 net: usbnet: support 64bit stats by Greg Ungerer · 8 years ago
  99. 822f9bb soreuseport: use "unsigned int" in __reuseport_alloc() by Alexey Dobriyan · 8 years ago
  100. ec2e45a flowcache: more "unsigned int" by Alexey Dobriyan · 8 years ago