1. 38edbf6 nfp: spawn nfp_ports for PF and VF ports by Jakub Kicinski · 7 years ago
  2. 9ce6bbb nfp: add nfp_app cleanup callback and make flower use it by Jakub Kicinski · 7 years ago
  3. 8a119ce nfp: remove unused nfp_cpp_area_check_range() by Jakub Kicinski · 7 years ago
  4. f847302 nfp: add helper for mapping runtime symbols by Jakub Kicinski · 7 years ago
  5. 064dc319 nfp: move area mapping helper into nfpcore by Jakub Kicinski · 7 years ago
  6. d557ee6 nfp: explicitly check if application FW is loaded by Jakub Kicinski · 7 years ago
  7. ed9208b Merge branch 'udp-ipv6-use-scratch-helpers' by David S. Miller · 7 years ago
  8. 67a5178 ipv6: udp: leverage scratch area helpers by Paolo Abeni · 7 years ago
  9. b26bbdae udp: move scratch area helpers into the include file by Paolo Abeni · 7 years ago
  10. d97af30 tcp: fix null ptr deref in getsockopt(..., TCP_ULP, ...) by Dave Watson · 7 years ago
  11. 019b13a vxlan: fix incorrect nlattr access in MTU check by Matthias Schiffer · 7 years ago
  12. c017ce0 net: remove policy-routing.txt documentation by Vincent Bernat · 7 years ago
  13. 593814d net/mlx4: fix spelling mistake: "coalesing" -> "coalescing" by Colin Ian King · 7 years ago
  14. d1f271d Merge branch 'net-add-netlink_ext_ack-support-to-rtnl_link_ops' by David S. Miller · 7 years ago
  15. d116ffc net: add netlink_ext_ack argument to rtnl_link_ops.slave_validate by Matthias Schiffer · 7 years ago
  16. 17dd0ec net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink by Matthias Schiffer · 7 years ago
  17. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 7 years ago
  18. ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 7 years ago
  19. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 7 years ago
  20. dacdbb4 net: macb: add fixed-link node support by Michael Grzeschik · 8 years ago
  21. 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 · 7 years ago
  22. ca7bbc8 Merge branch 'sctp-RFC-4960-Errata-fixes' by David S. Miller · 7 years ago
  23. a02d036 sctp: adjust ssthresh when transport is idle by Marcelo Ricardo Leitner · 8 years ago
  24. 4ccbd0b sctp: adjust cwnd increase in Congestion Avoidance phase by Marcelo Ricardo Leitner · 8 years ago
  25. e56f777a sctp: allow increasing cwnd regardless of ctsn moving or not by Marcelo Ricardo Leitner · 8 years ago
  26. d0b53f4 sctp: update order of adjustments of partial_bytes_acked and cwnd by Marcelo Ricardo Leitner · 8 years ago
  27. f3ecab3 net: Remove ndo_dfwd_start_xmit by Mintz, Yuval · 7 years ago
  28. cb72577 Merge branch 'qcom-emac-various-minor-improvements' by David S. Miller · 7 years ago
  29. ceef551 net: qcom/emac: add support for emulation systems by Timur Tabi · 8 years ago
  30. 867ae6a net: qcom/emac: do not reset the EMAC during initialization by Timur Tabi · 8 years ago
  31. 03eb3eb net: qcom/emac: add shutdown function by Timur Tabi · 8 years ago
  32. e3c42b6 af_iucv: Move sockaddr length checks to before accessing sa_family in bind and connect handlers by Mateusz Jurczyk · 8 years ago
  33. 2e56c26 net/iucv: improve endianness handling by Hans Wippel · 8 years ago
  34. 64b2f72 net: dsa: mv88e6xxx: fix error code in mv88e6390_serdes_power() by Dan Carpenter · 8 years ago
  35. 74811a7 Merge branch 'nfp-add-flower-app-with-representors' by David S. Miller · 7 years ago
  36. 24a021e nfp: add VF and PF representors to flower app by Simon Horman · 8 years ago
  37. 1025351 nfp: add flower app by Simon Horman · 8 years ago
  38. 948faa4 nfp: add support for control messages for flower app by Simon Horman · 8 years ago
  39. 91bf82c nfp: add support for tx/rx with metadata portid by Simon Horman · 8 years ago
  40. 93da7d9 nfp: provide nfp_port to of nfp_net_get_mac_addr() by Simon Horman · 8 years ago
  41. 758238f nfp: app callbacks for SRIOV by Simon Horman · 8 years ago
  42. eadfa4c nfp: add stats and xmit helpers for representors by Simon Horman · 8 years ago
  43. 5de73ee nfp: general representor implementation by Simon Horman · 8 years ago
  44. a595018 nfp: map mac_stats and vf_cfg BARs by Simon Horman · 8 years ago
  45. a7ceb99 nfp: move physical port init into a helper by Jakub Kicinski · 8 years ago
  46. 9daee04 nfp: devlink add support for getting eswitch mode by Jakub Kicinski · 8 years ago
  47. 3fcece1 net: store port/representator id in metadata_dst by Jakub Kicinski · 8 years ago
  48. cf3db45 Merge branch 'phy-internal' by David S. Miller · 8 years ago
  49. bedd00c net: dsa: bcm_sf2: Remove special handling of "internal" phy-mode by Florian Fainelli · 8 years ago
  50. 40bc8b0 net: bcmgenet: Remove special handling of "internal" phy-mode by Florian Fainelli · 8 years ago
  51. 735d8a1 net: phy: Support "internal" PHY interface by Florian Fainelli · 8 years ago
  52. 29b65f5 dt-bindings: Add "internal" as a valid 'phy-mode' property by Florian Fainelli · 8 years ago
  53. 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
  54. 8f46d46 cxgb4: Use Firmware params to get buffer-group map by Arjun Vynipadath · 8 years ago
  55. 193c4c2 cxgb4: Update T6 Buffer Group and Channel Mappings by Arjun Vynipadath · 8 years ago
  56. ac55cd6 tls: return -EFAULT if copy_to_user() fails by Dan Carpenter · 8 years ago
  57. 93bbbfb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  58. 408cf83 Merge branch 'ena-new-features-and-improvements' by David S. Miller · 8 years ago
  59. 8523899 net: ena: update ena driver to version 1.2.0 by Netanel Belgazal · 8 years ago
  60. 11a9a46 net: ena: update driver's rx drop statistics by Netanel Belgazal · 8 years ago
  61. 3ae5907 net: ena: use lower_32_bits()/upper_32_bits() to split dma address by Netanel Belgazal · 8 years ago
  62. 4265114 net: ena: separate skb allocation to dedicated function by Netanel Belgazal · 8 years ago
  63. e745daf net: ena: use napi_schedule_irqoff when possible by Netanel Belgazal · 8 years ago
  64. 0644368 net: ena: allow the driver to work with small number of msix vectors by Netanel Belgazal · 8 years ago
  65. ad974ba net: ena: add support for out of order rx buffers refill by Netanel Belgazal · 8 years ago
  66. e2eed0e net: ena: add reset reason for each device FLR by Netanel Belgazal · 8 years ago
  67. 9175011 net: ena: change sizeof() argument to be the type pointer by Netanel Belgazal · 8 years ago
  68. 82ef30f net: ena: add hardware hints capability to the driver by Netanel Belgazal · 8 years ago
  69. d149763 net: ena: change return value for unsupported features unsupported return value by Netanel Belgazal · 8 years ago
  70. 926f38e tcp: fix out-of-bounds access in ULP sysctl by Jakub Kicinski · 8 years ago
  71. 2399463 bpf: possibly avoid extra masking for narrower load in verifier by Yonghong Song · 8 years ago
  72. 72de465 net: stmmac: make some functions static by Colin Ian King · 8 years ago
  73. 1847d3d Merge branch 'xdp-offload-mode' by David S. Miller · 8 years ago
  74. 149d7a5 nfp: xdp: report if program is offloaded by Jakub Kicinski · 8 years ago
  75. ce158e5 xdp: add reporting of offload mode by Jakub Kicinski · 8 years ago
  76. cafa92a nfp: bpf: add support for XDP_FLAGS_HW_MODE by Jakub Kicinski · 8 years ago
  77. 6a8ef54 nfp: bpf: release the reference on offloaded programs by Jakub Kicinski · 8 years ago
  78. 9f82fca nfp: bpf: don't offload XDP programs in DRV_MODE by Jakub Kicinski · 8 years ago
  79. c443b5a nfp: xdp: move driver XDP setup into a separate function by Jakub Kicinski · 8 years ago
  80. ee5d032 xdp: add HW offload mode flag for installing programs by Jakub Kicinski · 8 years ago
  81. 32d6027 xdp: pass XDP flags into install handlers by Jakub Kicinski · 8 years ago
  82. 9bd780f udp: fix poll() by Paolo Abeni · 8 years ago
  83. 4b943fa udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb() by Paolo Abeni · 8 years ago
  84. ea9fc3c Merge branch 'net-mvpp2-misc-improvements' by David S. Miller · 8 years ago
  85. 7d7627b net: mvpp2: remove mvpp2_pool_refill() by Thomas Petazzoni · 8 years ago
  86. 8f3f6e5 net: mvpp2: remove unused mvpp2_bm_cookie_pool_set() function by Thomas Petazzoni · 8 years ago
  87. e0af22d net: mvpp2: add comments about smp_processor_id() usage by Thomas Petazzoni · 8 years ago
  88. 0c461e0 Merge branch 'stmmac-pci-Refactor-DMI-probing' by David S. Miller · 8 years ago
  89. 8d78b69 stmmac: pci: Use dmi_system_id table for retrieving PHY addresses by Jan Kiszka · 8 years ago
  90. 7bc519b stmmac: pci: Select quark_pci_dmi_data from quark_default_data by Jan Kiszka · 8 years ago
  91. c5f657e stmmac: pci: Make stmmac_pci_find_phy_addr truly generic by Jan Kiszka · 8 years ago
  92. b6a4c8f0 stmmac: pci: Use stmmac_pci_info for all devices by Jan Kiszka · 8 years ago
  93. c5d5287 stmmac: pci: Make stmmac_pci_info structure constant by Jan Kiszka · 8 years ago
  94. 53fa1a6 hv_netvsc: Fix the carrier state error when data path is off by Haiyang Zhang · 8 years ago
  95. dedb459 hv_netvsc: Remove unnecessary var link_state from struct netvsc_device_info by Haiyang Zhang · 8 years ago
  96. 00a3855 samples/bpf: fix a build problem by Yonghong Song · 8 years ago
  97. 2de1810 Merge branch 'rds-tcp-fixes' by David S. Miller · 8 years ago
  98. c14b036 rds: tcp: set linger to 1 when unloading a rds-tcp by Sowmini Varadhan · 8 years ago
  99. 69b92b5 rds: tcp: send handshake ping-probe from passive endpoint by Sowmini Varadhan · 8 years ago
  100. 6d65923 ibmvnic: Correct return code checking for ibmvnic_init during probe by Nathan Fontenot · 8 years ago