1. d5ea2bf selftests: forwarding: mirror_gre_lib: Extract generic functions by Petr Machata · 7 years ago
  2. 74ed089 selftests: forwarding: Split mirror_gre_topo_lib.sh by Petr Machata · 7 years ago
  3. 90fed9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  4. 49a473f Merge branch 'ibmvnic-Failover-hardening' by David S. Miller · 7 years ago
  5. 2770a79 ibmvnic: Introduce hard reset recovery by Thomas Falcon · 7 years ago
  6. 06e43d7 ibmvnic: Set resetting state at earliest possible point by Thomas Falcon · 7 years ago
  7. 8a34845 ibmvnic: Create separate initialization routine for resets by Thomas Falcon · 7 years ago
  8. ab5ec33 ibmvnic: Handle error case when setting link state by Thomas Falcon · 7 years ago
  9. 17c8705 ibmvnic: Return error code if init interrupted by transport event by Thomas Falcon · 7 years ago
  10. 9c4eaab ibmvnic: Check CRQ command return codes by Thomas Falcon · 7 years ago
  11. 5153698 ibmvnic: Introduce active CRQ state by Thomas Falcon · 7 years ago
  12. c3f2241 ibmvnic: Mark NAPI flag as disabled when released by Thomas Falcon · 7 years ago
  13. 180f848 Merge branch 'gretap-mirroring-selftests' by David S. Miller · 7 years ago
  14. a96d81a selftests: forwarding: Test removal of mirroring by Petr Machata · 7 years ago
  15. 77a8df3 selftests: forwarding: Test removal of underlay route by Petr Machata · 7 years ago
  16. 6b45432 selftests: forwarding: Test mirroring to deleted device by Petr Machata · 7 years ago
  17. d624613 cxgb4: Check for kvzalloc allocation failure by YueHaibing · 7 years ago
  18. 10f6786 Merge branch 'xdp_xmit-bulking' by Alexei Starovoitov · 7 years ago
  19. a570e48 samples/bpf: xdp_monitor use err code from tracepoint xdp:xdp_devmap_xmit by Jesper Dangaard Brouer · 7 years ago
  20. e74de52 xdp/trace: extend tracepoint in devmap with an err by Jesper Dangaard Brouer · 7 years ago
  21. 735fc40 xdp: change ndo_xdp_xmit API to support bulking by Jesper Dangaard Brouer · 7 years ago
  22. 389ab7f xdp: introduce xdp_return_frame_rx_napi by Jesper Dangaard Brouer · 7 years ago
  23. 9940fbf samples/bpf: xdp_monitor use tracepoint xdp:xdp_devmap_xmit by Jesper Dangaard Brouer · 7 years ago
  24. 38edddb xdp: add tracepoint for devmap like cpumap have by Jesper Dangaard Brouer · 7 years ago
  25. 5d053f9 bpf: devmap prepare xdp frames for bulking by Jesper Dangaard Brouer · 7 years ago
  26. 67f29e0 bpf: devmap introduce dev_map_enqueue by Jesper Dangaard Brouer · 7 years ago
  27. f80acbd Merge branch 'bpf-task-fd-query' by Alexei Starovoitov · 7 years ago
  28. b04df40 tools/bpftool: add perf subcommand by Yonghong Song · 7 years ago
  29. f699cf7 tools/bpf: add two BPF_TASK_FD_QUERY tests in test_progs by Yonghong Song · 7 years ago
  30. ecb96f7 samples/bpf: add a samples/bpf test for BPF_TASK_FD_QUERY by Yonghong Song · 7 years ago
  31. 73bc4d9 tools/bpf: add ksym_get_addr() in trace_helpers by Yonghong Song · 7 years ago
  32. 30687ad tools/bpf: sync kernel header bpf.h and add bpf_task_fd_query in libbpf by Yonghong Song · 7 years ago
  33. 41bdc4b bpf: introduce bpf subcommand BPF_TASK_FD_QUERY by Yonghong Song · 7 years ago
  34. f8d959a perf/core: add perf_get_event() to return perf_event given a struct file by Yonghong Song · 7 years ago
  35. 87e5808 net: phy: replace bool members in struct phy_device with bit-fields by Heiner Kallweit · 7 years ago
  36. 5c35242 Merge tag 'batadv-next-for-davem-20180524' of git://git.open-mesh.org/linux-merge by David S. Miller · 7 years ago
  37. 1340546 bpfilter: don't pass O_CREAT when opening console for debug by Jakub Kicinski · 7 years ago
  38. 61a552e bpfilter: fix build dependency by Alexei Starovoitov · 7 years ago
  39. 31ad392 Merge branch 'bpf-ipv6-seg6-bpf-action' by Daniel Borkmann · 7 years ago
  40. c99a84e selftests/bpf: test for seg6local End.BPF action by Mathieu Xhonneux · 7 years ago
  41. 004d4b2 ipv6: sr: Add seg6local action End.BPF by Mathieu Xhonneux · 7 years ago
  42. cd3092c bpf: Split lwt inout verifier structures by Mathieu Xhonneux · 7 years ago
  43. fe94cc2 bpf: Add IPv6 Segment Routing helpers by Mathieu Xhonneux · 7 years ago
  44. 1c1e761 ipv6: sr: export function lookup_nexthop by Mathieu Xhonneux · 7 years ago
  45. 63526e1 ipv6: sr: make seg6.h includable without IPv6 by Mathieu Xhonneux · 7 years ago
  46. 30cfe3b Merge branch 'bpf-multi-prog-improvements' by Daniel Borkmann · 7 years ago
  47. f7f62c7 tools: bpftool: add delimiters to multi-function JITed dumps by Sandipan Das · 7 years ago
  48. bd980d4 tools: bpf: sync bpf uapi header by Sandipan Das · 7 years ago
  49. 815581c bpf: get JITed image lengths of functions via syscall by Sandipan Das · 7 years ago
  50. 4d56a76 bpf: fix multi-function JITed dump obtained via syscall by Sandipan Das · 7 years ago
  51. f84192e tools: bpftool: resolve calls without using imm field by Sandipan Das · 7 years ago
  52. dd0c5f0 tools: bpf: sync bpf uapi header by Sandipan Das · 7 years ago
  53. dbecd73 bpf: get kernel symbol addresses via syscall by Sandipan Das · 7 years ago
  54. 8484ce8 bpf: powerpc64: add JIT support for multi-function programs by Sandipan Das · 7 years ago
  55. 4ea69b2 bpf: powerpc64: pad function address loads with NOPs by Sandipan Das · 7 years ago
  56. 2162fed bpf: support 64-bit offsets for bpf function calls by Sandipan Das · 7 years ago
  57. a2889a4 bpf: btf: Avoid variable length array by Martin KaFai Lau · 7 years ago
  58. fb83eb9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  59. 7c08c41 Merge branch 'amd-xgbe-next' by David S. Miller · 7 years ago
  60. 76cce0a amd-xgbe: Improve SFP 100Mbps auto-negotiation by Tom Lendacky · 7 years ago
  61. e722ec8 amd-xgbe: Update the BelFuse quirk to support SGMII by Tom Lendacky · 7 years ago
  62. 4187462 amd-xgbe: Advertise FEC support with the KR re-driver by Tom Lendacky · 7 years ago
  63. eca282b amd-xgbe: Always attempt link training in KR mode by Tom Lendacky · 7 years ago
  64. 01b5277 amd-xgbe: Add ethtool show/set channels support by Tom Lendacky · 7 years ago
  65. 2244753 amd-xgbe: Prepare for ethtool set-channel support by Tom Lendacky · 7 years ago
  66. bab748d amd-xgbe: Add ethtool show/set ring parameter support by Tom Lendacky · 7 years ago
  67. 53a1024 amd-xgbe: Add ethtool support to retrieve SFP module info by Tom Lendacky · 7 years ago
  68. 67cea0c amd-xgbe: Remove field that indicates SFP diagnostic support by Tom Lendacky · 7 years ago
  69. 0d2b525 amd-xgbe: Remove use of comm_owned field by Tom Lendacky · 7 years ago
  70. b93c3ab amd-xgbe: Read and save the port property registers during probe by Tom Lendacky · 7 years ago
  71. 6c2799c amd-xgbe: Fix debug output of max channel counts by Tom Lendacky · 7 years ago
  72. 50b464b Merge branch 'smc-next' by David S. Miller · 7 years ago
  73. 7f58a1a net/smc: longer delay when freeing client link groups by Ursula Braun · 7 years ago
  74. de8474e net/smc: urgent data support by Stefan Raspl · 7 years ago
  75. b9f227c net/smc: lock smc_lgr_list in port_terminate() by Hans Wippel · 7 years ago
  76. 2351abe net/smc: return 0 for ioctl calls in states INIT and CLOSED by Ursula Braun · 7 years ago
  77. 8156b0b cxgb4: do L1 config when module is inserted by Ganesh Goudar · 7 years ago
  78. 1d19023 cxgb4: change the port capability bits definition by Ganesh Goudar · 7 years ago
  79. 5ee6ad2 Merge tag 'mac80211-next-for-davem-2018-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 7 years ago
  80. 5a867ab Merge branch 'qca8k-QCA8334-switch-support' by David S. Miller · 7 years ago
  81. 38222b1 net: dsa: qca8k: Remove redundant parentheses by Michal Vokáč · 7 years ago
  82. 63a786a net: dsa: qca8k: Replace GPL boilerplate by SPDX by Michal Vokáč · 7 years ago
  83. 9bb2289 net: dsa: qca8k: Allow overwriting CPU port setting by Michal Vokáč · 7 years ago
  84. 79a4ed4 net: dsa: qca8k: Force CPU port to its highest bandwidth by Michal Vokáč · 7 years ago
  85. eee1fe6 net: dsa: qca8k: Enable RXMAC when bringing up a port by Michal Vokáč · 7 years ago
  86. 64cf816 net: dsa: qca8k: Add support for QCA8334 switch by Michal Vokáč · 7 years ago
  87. 218bbea net: dsa: qca8k: Add QCA8334 binding documentation by Michal Vokáč · 7 years ago
  88. 038ed45 cxgb4: Add new T6 device ids by Ganesh Goudar · 7 years ago
  89. 9d3df88 selftests: uevent filtering by Christian Brauner · 7 years ago
  90. 8fcb097 Merge branch 'fib-rule-selftest' by David S. Miller · 7 years ago
  91. 65b2b49 selftests: net: initial fib rule tests by Roopa Prabhu · 7 years ago
  92. eacb938 ipv6: support sport, dport and ip_proto in RTM_GETROUTE by Roopa Prabhu · 7 years ago
  93. 404eb77 ipv4: support sport, dport and ip_proto in RTM_GETROUTE by Roopa Prabhu · 7 years ago
  94. 273de02 hv_netvsc: Add handlers for ethtool get/set msg level by Haiyang Zhang · 7 years ago
  95. 7c6f974 net: vxge: fix spelling mistake in macro VXGE_HW_ERR_PRIVILAGED_OPEARATION by Colin Ian King · 7 years ago
  96. 75a839c Merge branch 'udp-gso-fixes' by David S. Miller · 7 years ago
  97. 8eea1ca gso: limit udp gso to egress-only virtual devices by Willem de Bruijn · 7 years ago
  98. ff06342 udp: exclude gso from xfrm paths by Willem de Bruijn · 7 years ago
  99. e89e59c Merge branch 'net-sfp-small-improvements' by David S. Miller · 7 years ago
  100. 3e48439 Documentation/bindings: net: the sfp i2c-bus property is now mandatory by Antoine Tenart · 7 years ago