1. bf24e13 cavium: thunder: Remove duplicate "netdev->name" logging output by Joe Perches · 8 years ago
  2. 46ccf72 net/mlx4: fix spelling mistake: "enforcment" -> "enforcement" by Colin Ian King · 8 years ago
  3. 62d4fd4 net: atl1c: fix spelling mistake: "droppted" -> "dropped" by Colin Ian King · 8 years ago
  4. 5a79b4f arm: sun8i: orangepi-2: use internal phy-mode by LABBE Corentin · 8 years ago
  5. bdcc005 arm: sun8i: nanopi-neo: use internal phy-mode by LABBE Corentin · 8 years ago
  6. 4ac5718 arm: sun8i: orangepi-one: use internal phy-mode by LABBE Corentin · 8 years ago
  7. 6066de6 arm: sun8i: orangepi-zero: use internal phy-mode by LABBE Corentin · 8 years ago
  8. 3432a86 arm: sun8i: orangepipc: use internal phy-mode by LABBE Corentin · 8 years ago
  9. 1c2fa5f net: stmmac: support future possible different internal phy mode by LABBE Corentin · 8 years ago
  10. eac306b Bonding: Convert multiple netdev_info messages to netdev_dbg by Michael Dilmore · 8 years ago
  11. 2ee87db Merge branch 'nfp-get_phys_port_name-for-representors-and-SR-IOV-reorder' by David S. Miller · 8 years ago
  12. 57ae676 nfp: flower: add Kconfig for flower app by Jakub Kicinski · 8 years ago
  13. 6d48ceb nfp: allocate a private workqueue for driver work by Jakub Kicinski · 8 years ago
  14. e3f2847 nfp: reorder SR-IOV config and nfp_app SR-IOV callbacks by Jakub Kicinski · 8 years ago
  15. 0dc7862 nfp: handle SR-IOV already enabled when driver is probing by Jakub Kicinski · 8 years ago
  16. 168c478 nfp: wire get_phys_port_name on representors by Jakub Kicinski · 8 years ago
  17. 39ae7eb nfp: allow converting representor's netdev into nfp_port by Jakub Kicinski · 8 years ago
  18. 5d7c64a nfp: move representors' struct net_device_ops to shared code by Jakub Kicinski · 8 years ago
  19. 3238b250 nfp: make the representor get stats app-independent by Jakub Kicinski · 8 years ago
  20. 38edbf6 nfp: spawn nfp_ports for PF and VF ports by Jakub Kicinski · 8 years ago
  21. 9ce6bbb nfp: add nfp_app cleanup callback and make flower use it by Jakub Kicinski · 8 years ago
  22. 8a119ce nfp: remove unused nfp_cpp_area_check_range() by Jakub Kicinski · 8 years ago
  23. f847302 nfp: add helper for mapping runtime symbols by Jakub Kicinski · 8 years ago
  24. 064dc31 nfp: move area mapping helper into nfpcore by Jakub Kicinski · 8 years ago
  25. d557ee6 nfp: explicitly check if application FW is loaded by Jakub Kicinski · 8 years ago
  26. ed9208b Merge branch 'udp-ipv6-use-scratch-helpers' by David S. Miller · 8 years ago
  27. 67a5178 ipv6: udp: leverage scratch area helpers by Paolo Abeni · 8 years ago
  28. b26bbdae udp: move scratch area helpers into the include file by Paolo Abeni · 8 years ago
  29. d97af30 tcp: fix null ptr deref in getsockopt(..., TCP_ULP, ...) by Dave Watson · 8 years ago
  30. 019b13a vxlan: fix incorrect nlattr access in MTU check by Matthias Schiffer · 8 years ago
  31. c017ce0 net: remove policy-routing.txt documentation by Vincent Bernat · 8 years ago
  32. 593814d net/mlx4: fix spelling mistake: "coalesing" -> "coalescing" by Colin Ian King · 8 years ago
  33. d1f271d Merge branch 'net-add-netlink_ext_ack-support-to-rtnl_link_ops' by David S. Miller · 8 years ago
  34. d116ffc net: add netlink_ext_ack argument to rtnl_link_ops.slave_validate by Matthias Schiffer · 8 years ago
  35. 17dd0ec net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink by Matthias Schiffer · 8 years ago
  36. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
  37. ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 8 years ago
  38. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
  39. dacdbb4 net: macb: add fixed-link node support by Michael Grzeschik · 8 years ago
  40. 24a72b7 Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 8 years ago
  41. ca7bbc8 Merge branch 'sctp-RFC-4960-Errata-fixes' by David S. Miller · 8 years ago
  42. a02d036 sctp: adjust ssthresh when transport is idle by Marcelo Ricardo Leitner · 8 years ago
  43. 4ccbd0b sctp: adjust cwnd increase in Congestion Avoidance phase by Marcelo Ricardo Leitner · 8 years ago
  44. e56f777a sctp: allow increasing cwnd regardless of ctsn moving or not by Marcelo Ricardo Leitner · 8 years ago
  45. d0b53f4 sctp: update order of adjustments of partial_bytes_acked and cwnd by Marcelo Ricardo Leitner · 8 years ago
  46. f3ecab3 net: Remove ndo_dfwd_start_xmit by Mintz, Yuval · 8 years ago
  47. cb72577 Merge branch 'qcom-emac-various-minor-improvements' by David S. Miller · 8 years ago
  48. ceef551 net: qcom/emac: add support for emulation systems by Timur Tabi · 8 years ago
  49. 867ae6a net: qcom/emac: do not reset the EMAC during initialization by Timur Tabi · 8 years ago
  50. 03eb3eb net: qcom/emac: add shutdown function by Timur Tabi · 8 years ago
  51. e3c42b6 af_iucv: Move sockaddr length checks to before accessing sa_family in bind and connect handlers by Mateusz Jurczyk · 8 years ago
  52. 2e56c26 net/iucv: improve endianness handling by Hans Wippel · 8 years ago
  53. 64b2f72 net: dsa: mv88e6xxx: fix error code in mv88e6390_serdes_power() by Dan Carpenter · 8 years ago
  54. 74811a7 Merge branch 'nfp-add-flower-app-with-representors' by David S. Miller · 8 years ago
  55. 24a021e nfp: add VF and PF representors to flower app by Simon Horman · 8 years ago
  56. 1025351 nfp: add flower app by Simon Horman · 8 years ago
  57. 948faa4 nfp: add support for control messages for flower app by Simon Horman · 8 years ago
  58. 91bf82c nfp: add support for tx/rx with metadata portid by Simon Horman · 8 years ago
  59. 93da7d9 nfp: provide nfp_port to of nfp_net_get_mac_addr() by Simon Horman · 8 years ago
  60. 758238f nfp: app callbacks for SRIOV by Simon Horman · 8 years ago
  61. eadfa4c nfp: add stats and xmit helpers for representors by Simon Horman · 8 years ago
  62. 5de73ee nfp: general representor implementation by Simon Horman · 8 years ago
  63. a595018 nfp: map mac_stats and vf_cfg BARs by Simon Horman · 8 years ago
  64. a7ceb99 nfp: move physical port init into a helper by Jakub Kicinski · 8 years ago
  65. 9daee04 nfp: devlink add support for getting eswitch mode by Jakub Kicinski · 8 years ago
  66. 3fcece1 net: store port/representator id in metadata_dst by Jakub Kicinski · 8 years ago
  67. cf3db45 Merge branch 'phy-internal' by David S. Miller · 8 years ago
  68. bedd00c net: dsa: bcm_sf2: Remove special handling of "internal" phy-mode by Florian Fainelli · 8 years ago
  69. 40bc8b0 net: bcmgenet: Remove special handling of "internal" phy-mode by Florian Fainelli · 8 years ago
  70. 735d8a1 net: phy: Support "internal" PHY interface by Florian Fainelli · 8 years ago
  71. 29b65f5 dt-bindings: Add "internal" as a valid 'phy-mode' property by Florian Fainelli · 8 years ago
  72. d4d0249 Merge tag 'mlx5-updates-2017-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 8 years ago
  73. 8f46d46 cxgb4: Use Firmware params to get buffer-group map by Arjun Vynipadath · 8 years ago
  74. 193c4c2 cxgb4: Update T6 Buffer Group and Channel Mappings by Arjun Vynipadath · 8 years ago
  75. ac55cd6 tls: return -EFAULT if copy_to_user() fails by Dan Carpenter · 8 years ago
  76. 93bbbfb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  77. 408cf83 Merge branch 'ena-new-features-and-improvements' by David S. Miller · 8 years ago
  78. 8523899 net: ena: update ena driver to version 1.2.0 by Netanel Belgazal · 8 years ago
  79. 11a9a46 net: ena: update driver's rx drop statistics by Netanel Belgazal · 8 years ago
  80. 3ae5907 net: ena: use lower_32_bits()/upper_32_bits() to split dma address by Netanel Belgazal · 8 years ago
  81. 4265114 net: ena: separate skb allocation to dedicated function by Netanel Belgazal · 8 years ago
  82. e745daf net: ena: use napi_schedule_irqoff when possible by Netanel Belgazal · 8 years ago
  83. 0644368 net: ena: allow the driver to work with small number of msix vectors by Netanel Belgazal · 8 years ago
  84. ad974ba net: ena: add support for out of order rx buffers refill by Netanel Belgazal · 8 years ago
  85. e2eed0e net: ena: add reset reason for each device FLR by Netanel Belgazal · 8 years ago
  86. 9175011 net: ena: change sizeof() argument to be the type pointer by Netanel Belgazal · 8 years ago
  87. 82ef30f net: ena: add hardware hints capability to the driver by Netanel Belgazal · 8 years ago
  88. d149763 net: ena: change return value for unsupported features unsupported return value by Netanel Belgazal · 8 years ago
  89. 926f38e tcp: fix out-of-bounds access in ULP sysctl by Jakub Kicinski · 8 years ago
  90. 2399463 bpf: possibly avoid extra masking for narrower load in verifier by Yonghong Song · 8 years ago
  91. 72de465 net: stmmac: make some functions static by Colin Ian King · 8 years ago
  92. 1847d3d Merge branch 'xdp-offload-mode' by David S. Miller · 8 years ago
  93. 149d7a5 nfp: xdp: report if program is offloaded by Jakub Kicinski · 8 years ago
  94. ce158e5 xdp: add reporting of offload mode by Jakub Kicinski · 8 years ago
  95. cafa92a nfp: bpf: add support for XDP_FLAGS_HW_MODE by Jakub Kicinski · 8 years ago
  96. 6a8ef54 nfp: bpf: release the reference on offloaded programs by Jakub Kicinski · 8 years ago
  97. 9f82fca nfp: bpf: don't offload XDP programs in DRV_MODE by Jakub Kicinski · 8 years ago
  98. c443b5a nfp: xdp: move driver XDP setup into a separate function by Jakub Kicinski · 8 years ago
  99. ee5d032 xdp: add HW offload mode flag for installing programs by Jakub Kicinski · 8 years ago
  100. 32d6027 xdp: pass XDP flags into install handlers by Jakub Kicinski · 8 years ago