1. 71634d7 bpf: Add support for fq's EDT to HBM by brakmo · 6 years ago
  2. 33bae18 bpf, libbpf, smatch: Fix potential NULL pointer dereference by Leo Yan · 6 years ago
  3. cdfc7f8 libbpf: fix GCC8 warning for strncpy by Andrii Nakryiko · 6 years ago
  4. a3ce685 bpf: fix precision tracking by Alexei Starovoitov · 6 years ago
  5. 8daed76 Merge branch 'bpf-lookup-devmap' by Daniel Borkmann · 6 years ago
  6. 0cdbb4b devmap: Allow map lookups from eBPF by Toke Høiland-Jørgensen · 6 years ago
  7. 43e74c0 bpf_xdp_redirect_map: Perform map lookup in eBPF helper by Toke Høiland-Jørgensen · 6 years ago
  8. 4b55cf2 devmap: Rename ifindex member in bpf_redirect_info by Toke Høiland-Jørgensen · 6 years ago
  9. d5df283 devmap/cpumap: Use flush list instead of bitmap by Toke Høiland-Jørgensen · 6 years ago
  10. c8af5cd xskmap: Move non-standard list manipulation to helper by Toke Høiland-Jørgensen · 6 years ago
  11. 2d6dbb9 selftests/bpf: fix -Wstrict-aliasing in test_sockopt_sk.c by Stanislav Fomichev · 6 years ago
  12. 2ec1899 Merge branch 'bpf-sockopt-hooks' by Alexei Starovoitov · 6 years ago
  13. f6d08d9 bpftool: support cgroup sockopt by Stanislav Fomichev · 6 years ago
  14. 0c51b36 bpf: add sockopt documentation by Stanislav Fomichev · 6 years ago
  15. 65b4414 selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTI by Stanislav Fomichev · 6 years ago
  16. 8a027dc selftests/bpf: add sockopt test that exercises sk helpers by Stanislav Fomichev · 6 years ago
  17. 9ec8a4c selftests/bpf: add sockopt test by Stanislav Fomichev · 6 years ago
  18. 47ac90b selftests/bpf: test sockopt section name by Stanislav Fomichev · 6 years ago
  19. 4cdbfb5 libbpf: support sockopt hooks by Stanislav Fomichev · 6 years ago
  20. aa6ab64 bpf: sync bpf.h to tools/ by Stanislav Fomichev · 6 years ago
  21. 0d01da6 bpf: implement getsockopt and setsockopt hooks by Stanislav Fomichev · 6 years ago
  22. 3b1c667 Merge branch 'bpf-af-xdp-mlx5e' by Daniel Borkmann · 6 years ago
  23. db05815 net/mlx5e: Add XSK zero-copy support by Maxim Mikityanskiy · 6 years ago
  24. 32a2365 net/mlx5e: Move queue param structs to en/params.h by Maxim Mikityanskiy · 6 years ago
  25. 0a06382 net/mlx5e: Encapsulate open/close queues into a function by Maxim Mikityanskiy · 6 years ago
  26. a011b49 net/mlx5e: Consider XSK in XDP MTU limit calculation by Maxim Mikityanskiy · 6 years ago
  27. 84a0a23 net/mlx5e: XDP_TX from UMEM support by Maxim Mikityanskiy · 6 years ago
  28. b9673cf net/mlx5e: Share the XDP SQ for XDP_TX between RQs by Maxim Mikityanskiy · 6 years ago
  29. d963fa1 net/mlx5e: Refactor struct mlx5e_xdp_info by Maxim Mikityanskiy · 6 years ago
  30. ed084fb net/mlx5e: Allow ICO SQ to be used by multiple RQs by Maxim Mikityanskiy · 6 years ago
  31. a069e97 net/mlx5e: Calculate linear RX frag size considering XSK by Maxim Mikityanskiy · 6 years ago
  32. 6ed9350 net/mlx5e: Replace deprecated PCI_DMA_TODEVICE by Maxim Mikityanskiy · 6 years ago
  33. 4bce4e5 xsk: Return the whole xdp_desc from xsk_umem_consume_tx by Maxim Mikityanskiy · 6 years ago
  34. 123e8da1 xsk: Change the default frame size to 4096 and allow controlling it by Maxim Mikityanskiy · 6 years ago
  35. 2761ed4b libbpf: Support getsockopt XDP_OPTIONS by Maxim Mikityanskiy · 6 years ago
  36. 2640d3c xsk: Add getsockopt XDP_OPTIONS by Maxim Mikityanskiy · 6 years ago
  37. d57d764 xsk: Add API to check for available entries in FQ by Maxim Mikityanskiy · 6 years ago
  38. e189532 net/mlx5e: Attach/detach XDP program safely by Maxim Mikityanskiy · 6 years ago
  39. e5c891a bpf: fix cgroup bpf release synchronization by Roman Gushchin · 6 years ago
  40. 572a692 xdp: Make __mem_id_disconnect static by YueHaibing · 6 years ago
  41. 9e859e8 samples: bpf: make the use of xdp samples consistent by Daniel T. Lee · 6 years ago
  42. 9db1ff0 bpf: fix compiler warning with CONFIG_MODULES=n by Yonghong Song · 6 years ago
  43. 6bcc617 selftests/bpf: build tests with debug info by Andrii Nakryiko · 6 years ago
  44. 9506497 libbpf: fix max() type mismatch for 32bit by Ivan Khoronzhuk · 6 years ago
  45. 9cda780 veth: Support bulk XDP_TX by Toshiaki Makita · 6 years ago
  46. e7d4798 xdp: Add tracepoint for bulk XDP_TX by Toshiaki Makita · 6 years ago
  47. 88091ff selftests, bpf: Add test for veth native XDP by Toshiaki Makita · 6 years ago
  48. 0bed613 xsk: sample kernel code is now in libbpf by Eric Leblond · 6 years ago
  49. 900de4a libbpf: fix spelling mistake "conflictling" -> "conflicting" by Colin Ian King · 6 years ago
  50. 7ae9f281 samples: bpf: Remove bpf_debug macro in favor of bpf_printk by Michal Rostecki · 6 years ago
  51. 7d30a7f Merge branch 'ipv6-avoid-taking-refcnt-on-dst-during-route-lookup' by David S. Miller · 6 years ago
  52. 7d9e5f4 ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREF by Wei Wang · 6 years ago
  53. 67f415d ipv6: convert rx data path to not take refcnt on dst by Wei Wang · 6 years ago
  54. d64a1f5 ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logic by Wei Wang · 6 years ago
  55. 7410921 ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entries by Wei Wang · 6 years ago
  56. 0e09edc ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route() by Wei Wang · 6 years ago
  57. 8c25c0c doc: phy: document some PHY_INTERFACE_MODE_xxx settings by Russell King · 6 years ago
  58. 08003d0 inet: fix compilation warnings in fqdir_pre_exit() by Qian Cai · 6 years ago
  59. c9acece net: dsa: mv88e6xxx: introduce helpers for handling chip->reg_lock by Rasmus Villemoes · 6 years ago
  60. 3e5bfb1 net: ena: Fix bug where ring allocation backoff stopped too late by Sameeh Jubran · 6 years ago
  61. 137e4e1 hinic: fix dereference of pointer hwdev before it is null checked by Colin Ian King · 6 years ago
  62. 969b15b Merge branch 'net-mediatek-Add-MT7621-TRGMII-mode-support' by David S. Miller · 6 years ago
  63. 7ef6f6f net: dsa: mt7530: Add MT7621 TRGMII mode support by René van Dorst · 6 years ago
  64. 8efaa65 net: ethernet: mediatek: Add MT7621 TRGMII mode support by René van Dorst · 6 years ago
  65. b272a0a netns: restore ops before calling ops_exit_list by Li RongQing · 6 years ago
  66. 9eee3b4 ipv6: Error when route does not have any valid nexthops by Ido Schimmel · 6 years ago
  67. de467c1 fjes: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  68. 438ac88 net: fastopen: robustness and endianness fixes for SipHash by Ard Biesheuvel · 6 years ago
  69. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  70. c356dc4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  71. e0effb5 Merge branch 'PCI-let-pci_disable_link_state-propagate-errors' by David S. Miller · 6 years ago
  72. 62b1b3b r8169: don't activate ASPM in chip if OS can't control ASPM by Heiner Kallweit · 6 years ago
  73. 4cfd218 PCI: let pci_disable_link_state propagate errors by Heiner Kallweit · 6 years ago
  74. b6653b3 tcp: refine memory limit test in tcp_fragment() by Eric Dumazet · 6 years ago
  75. 121bddf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  76. c036f7d Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  77. ff17bbe x86/vdso: Prevent segfaults due to hoisted vclock reads by Andy Lutomirski · 6 years ago
  78. 19d5504 SUNRPC: Fix a credential refcount leak by Trond Myklebust · 6 years ago
  79. 502980e Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE" by Anna Schumaker · 6 years ago
  80. b962261 net :sunrpc :clnt :Fix xps refcount imbalance on the error path by Lin Yi · 6 years ago
  81. 9091051 NFS4: Only set creation opendata if O_CREAT by Benjamin Coddington · 6 years ago
  82. a4c33bb Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
  83. 0728f6c Merge tag 'drm-fixes-2019-06-21' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  84. db54615e Merge tag 'staging-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 6 years ago
  85. b7b8a44 Merge tag 'char-misc-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  86. cf24242 Merge tag 'usb-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 6 years ago
  87. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  88. 05512b0 Merge tag '5.2-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  89. 5eab9cf Merge tag 'imx-drm-fixes-2019-06-20' of git://git.pengutronix.de/git/pza/linux into drm-fixes by Dave Airlie · 6 years ago
  90. 91cbf5d Merge tag 'drm-intel-fixes-2019-06-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 6 years ago
  91. ea37e1a Merge tag 'drm-misc-fixes-2019-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 6 years ago
  92. 47e3c4c Merge branch 'vmwgfx-fixes-5.2' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 6 years ago
  93. c5d0e49 ARM: 8867/1: vdso: pass --be8 to linker if necessary by Jason A. Donenfeld · 6 years ago
  94. 4ae004a Merge tag 'ovl-fixes-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 6 years ago
  95. b910f6a Merge tag 'fuse-fixes-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 6 years ago
  96. b3e9783 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  97. e929387 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  98. a409de6 Merge tag 's390-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  99. d72558b Merge tag 'for_v5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  100. 6331d11 Merge tag 'mmc-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 6 years ago