1. d913a22 bpf: add msg_pop_data helper to tools by John Fastabend · 6 years ago
  2. 7246d8e bpf: helper to pop data from messages by John Fastabend · 6 years ago
  3. 17d95e42 Merge branch 'libbpf-versioning-doc' by Alexei Starovoitov · 6 years ago
  4. 76d1b89 libbpf: Document API and ABI conventions by Andrey Ignatov · 6 years ago
  5. 306b267 libbpf: Verify versioned symbols by Andrey Ignatov · 6 years ago
  6. 16192a7 libbpf: Add version script for DSO by Andrey Ignatov · 6 years ago
  7. 1d2f44c libbpf: Name changing for btf_get_from_id by Martin KaFai Lau · 6 years ago
  8. b89c299 Merge branch 'non-jit-btf-func_info' by Alexei Starovoitov · 6 years ago
  9. 812dd68 tools/bpf: change selftest test_btf for both jit and non-jit by Yonghong Song · 6 years ago
  10. ba64e7d bpf: btf: support proper non-jit func info by Yonghong Song · 6 years ago
  11. d8f3e97 bpf: Avoid unnecessary instruction in convert_bpf_ld_abs() by David Miller · 6 years ago
  12. 4afe60a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  13. ffac28f bpf: align map type names formatting. by David Calavera · 6 years ago
  14. 311fe1a bpf: btf: fix spelling mistake "Memmber" -> "Member" by Colin Ian King · 6 years ago
  15. cf0dd41 bpf, tags: Fix DEFINE_PER_CPU expansion by Rustam Kovhaev · 6 years ago
  16. 4bffc66 net: remove unsafe skb_insert() by Eric Dumazet · 6 years ago
  17. 40b1c81 net: bridge: remove redundant checks for null p->dev and p->br by Colin Ian King · 6 years ago
  18. a1f2d60 Merge branch 'r8169-xmit_more' by David S. Miller · 6 years ago
  19. 2e6eedb r8169: make use of xmit_more and __netdev_sent_queue by Heiner Kallweit · 6 years ago
  20. 620344c net: core: add __netdev_sent_queue as variant of __netdev_tx_sent_queue by Heiner Kallweit · 6 years ago
  21. 358be65 selftests/net: add txring_overwrite by Willem de Bruijn · 6 years ago
  22. 3c18aa1 net: qualcomm: rmnet: move null check on dev before dereferecing it by Colin Ian King · 6 years ago
  23. 21ab664 cxgb4: remove set but not used variables 'multitrc, speed' by YueHaibing · 6 years ago
  24. 2183435 net: fixup type in netdev_start_xmit() by Alexey Dobriyan · 6 years ago
  25. b1bf78b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  26. d146194 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  27. 857fa62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  28. abe72ff Merge tag 'xfs-4.20-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  29. 07093b7 net: gemini: Fix copy/paste error by Andreas Fiedler · 6 years ago
  30. 3fa528b net: phy: mscc: fix deadlock in vsc85xx_default_config by Quentin Schulz · 6 years ago
  31. e7b9fb4 dt-bindings: dsa: Fix typo in "probed" by Fabio Estevam · 6 years ago
  32. ef2a7cf net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queue by Lorenzo Bianconi · 6 years ago
  33. aea0a89 ptp: Fix pass zero to ERR_PTR() in ptp_clock_register by YueHaibing · 6 years ago
  34. 06d2129 Merge branch 'switchdev-blocking-notifiers' by David S. Miller · 6 years ago
  35. ab4a168 rocker, dsa, ethsw: Don't filter VLAN events on bridge itself by Petr Machata · 6 years ago
  36. d17d9f5 switchdev: Replace port obj add/del SDO with a notification by Petr Machata · 6 years ago
  37. 0e332c8 ocelot: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL by Petr Machata · 6 years ago
  38. 52a227b mlxsw: spectrum_switchdev: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL by Petr Machata · 6 years ago
  39. f30f060 switchdev: Add helpers to aid traversal through lower devices by Petr Machata · 6 years ago
  40. a39b888 staging: fsl-dpaa2: ethsw: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL by Petr Machata · 6 years ago
  41. bb89680 staging: fsl-dpaa2: ethsw: Introduce ethsw_port_dev_check() by Petr Machata · 6 years ago
  42. 2b239f6 net: dsa: slave: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL by Petr Machata · 6 years ago
  43. c6fa35b rocker: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL by Petr Machata · 6 years ago
  44. aa4efe2 switchdev: Add SWITCHDEV_PORT_OBJ_ADD, SWITCHDEV_PORT_OBJ_DEL by Petr Machata · 6 years ago
  45. a93e3b1 switchdev: Add a blocking notifier chain by Petr Machata · 6 years ago
  46. ec394af switchdev: SWITCHDEV_OBJ_PORT_{VLAN, MDB}(): Sanitize by Petr Machata · 6 years ago
  47. 2eb487c Merge branch 'r8169-next' by David S. Miller · 6 years ago
  48. 76085c9 r8169: replace macro TX_FRAGS_READY_FOR with a function by Heiner Kallweit · 6 years ago
  49. 5317d5c r8169: use napi_consume_skb where possible by Heiner Kallweit · 6 years ago
  50. 45f1996 r8169: simplify detecting chip versions with same XID by Heiner Kallweit · 6 years ago
  51. b4cc2dc r8169: remove default chip versions by Heiner Kallweit · 6 years ago
  52. 734c140 r8169: remove ancient GCC bug workaround in a second place by Heiner Kallweit · 6 years ago
  53. fd0fb61 Merge branch 'hns3-debugfs' by David S. Miller · 6 years ago
  54. 7d9d7f8 net: hns3: Add "qos buffer" config info query function by liuzhongzhu · 6 years ago
  55. 6fc2244 net: hns3: Add "qos prio map" info query function by liuzhongzhu · 6 years ago
  56. d958919 net: hns3: Add "qos pause" config info query function by liuzhongzhu · 6 years ago
  57. 96227f4 net: hns3: Add "tm config" info query function by liuzhongzhu · 6 years ago
  58. 2849d4e net: hns3: Add "tc config" info query function by liuzhongzhu · 6 years ago
  59. 3c666b5 net: hns3: Add "FD flow table" info query function by liuzhongzhu · 6 years ago
  60. 57ceee2 net: hns3: Add "queue info" query function by liuzhongzhu · 6 years ago
  61. b229236 net: hns3: Add debugfs framework registration by liuzhongzhu · 6 years ago
  62. 53b44cb net: cavium: clean up return value check in cavium_ptp_probe by YueHaibing · 6 years ago
  63. 21f4946 net: phy: vitesse: remove duplicate support for VSC8574 by Quentin Schulz · 6 years ago
  64. c44c749 net: amd: add missing of_node_put() by Yangtao Li · 6 years ago
  65. 0cb98e84 Merge branch 'octeontx2-af-CGX-LMAC-link-bringup-and-cleanups' by David S. Miller · 6 years ago
  66. d3b2b9a octeontx2-af: Bringup CGX LMAC links by default by Linu Cherian · 6 years ago
  67. c929323 octeontx2-af: Unregister cgx event callbacks gracefully by Linu Cherian · 6 years ago
  68. 12e4c9a octeontx2-af: Handle non-contiguous CGX LMAC interfaces by Linu Cherian · 6 years ago
  69. 44990aa octeontx2-af: Misc cleanups in cgx driver by Linu Cherian · 6 years ago
  70. e159e59 net: hinic: fix null pointer dereference on pointer hwdev by Colin Ian King · 6 years ago
  71. b0c4b04 Merge branch 'smc-next' by David S. Miller · 6 years ago
  72. c7674c0 net/smc: unregister rkeys of unused buffer by Karsten Graul · 6 years ago
  73. 60e03c6 net/smc: add infrastructure to send delete rkey messages by Karsten Graul · 6 years ago
  74. 4600cfc net/smc: avoid a delay by waiting for nothing by Karsten Graul · 6 years ago
  75. 587e41d net/smc: cleanup listen worker mutex unlocking by Ursula Braun · 6 years ago
  76. 2b59f58 net/smc: short wait for late smc_clc_wait_msg by Ursula Braun · 6 years ago
  77. 90d8b29 net/smc: no link delete for a never active link by Ursula Braun · 6 years ago
  78. 9ed2855 net/smc: allow fallback after clc timeouts by Ursula Braun · 6 years ago
  79. 6ae36bf net/smc: remove sock_error detour in clc-functions by Ursula Braun · 6 years ago
  80. 3f3f0e3 net/smc: make smc_lgr_free() static by Ursula Braun · 6 years ago
  81. 263ffae net/smc: cleanup tcp_listen_worker initialization by Ursula Braun · 6 years ago
  82. 5ed9dc9 team: no need to do team_notify_peers or team_mcast_rejoin when disabling port by Hangbin Liu · 6 years ago
  83. e4a3e9f net: mvneta: remove redundant check for eee->tx_lpi_timer < 0 by YueHaibing · 6 years ago
  84. 197c2da bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-map by David Calavera · 6 years ago
  85. 5a86381 samples: bpf: fix: error handling regarding kprobe_events by Daniel T. Lee · 6 years ago
  86. 47ae7e3 libbpf: make bpf_object__open default to UNSPEC by Nikita V. Shirokov · 6 years ago
  87. 18ba58e virtio-net: fail XDP set if guest csum is negotiated by Jason Wang · 6 years ago
  88. e59ff2c virtio-net: disable guest csum during XDP set by Jason Wang · 6 years ago
  89. 9af8009 Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 6 years ago
  90. 42519ed net-gro: use ffs() to speedup napi_gro_flush() by Eric Dumazet · 6 years ago
  91. 7c98a42 Merge tag 'ceph-for-4.20-rc4' of https://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  92. 3381918 Merge tag 'for-linus-20181123' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  93. 484afd1 net/sched: act_police: add missing spinlock initialization by Davide Caratti · 6 years ago
  94. 605108a net: don't keep lonely packets forever in the gro hash by Paolo Abeni · 6 years ago
  95. 896585d net/ipv6: re-do dad when interface has IFF_NOARP flag change by Hangbin Liu · 6 years ago
  96. d72ff4b Merge branch 'dpaa-coalesce' by David S. Miller · 6 years ago
  97. 10f70e9 dpaa_eth: add ethtool coalesce control by Madalin Bucur · 6 years ago
  98. 5c664ac soc/qman: add return value to interrupt coalesce changing APIs by Madalin Bucur · 6 years ago
  99. 830b61b soc: fsl: qbman: read ithresh from HW by Madalin Bucur · 6 years ago
  100. d88783b Merge tag 'iommu-fixes-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago