1. 1c38372 Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  2. 4152d14 Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux by Linus Torvalds · 4 years, 7 months ago
  3. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  4. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  5. 95288a9 Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 7 months ago
  6. 56965ac net/sysctl: use cpumask_parse in flow_limit_cpu_sysctl by Christoph Hellwig · 4 years, 8 months ago
  7. af7b480 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
  8. cff11ab Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  9. 9daa0a2 Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 7 months ago
  10. 242b233 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 8 months ago
  11. fdb4276 vsock/vmci: make vmci_vsock_transport_cb() static by Stefano Garzarella · 4 years, 8 months ago
  12. 178f67b ethtool: linkinfo: remove an unnecessary NULL check by Dan Carpenter · 4 years, 8 months ago
  13. 7d877c3 net/xdp: use shift instead of 64 bit division by Pavel Machek · 4 years, 8 months ago
  14. 6761893 inet_connection_sock: clear inet_num out of destroy helper by Paolo Abeni · 4 years, 8 months ago
  15. 11d6011 net: core: device_rename: Use rwsem instead of a seqcount by Ahmed S. Darwish · 4 years, 8 months ago
  16. bb986a5 seg6: fix seg6_validate_srh() to avoid slab-out-of-bounds by Ahmed Abdelsalam · 4 years, 8 months ago
  17. 5e9eeccc tipc: fix NULL pointer dereference in streaming by Tuong Lien · 4 years, 8 months ago
  18. c36f055 genetlink: fix memory leaks in genl_family_rcv_msg_dumpit() by Cong Wang · 4 years, 8 months ago
  19. 9ff7258 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 8 months ago
  20. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 8 months ago
  21. ae03c53 Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 8 months ago
  22. e7c93cb Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 8 months ago
  23. 9d99b16 Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 4 years, 8 months ago
  24. 649392b RDMA: Remove 'max_fmr' by Jason Gunthorpe · 4 years, 8 months ago
  25. 07549ee RDMA/rds: Remove FMR support for memory registration by Max Gurtovoy · 4 years, 8 months ago
  26. a275727 Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv" by Tuong Lien · 4 years, 8 months ago
  27. 049fa17 Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv" by Tuong Lien · 4 years, 8 months ago
  28. 7cdec54 bpf: Add csum_level helper for fixing up csum levels by Daniel Borkmann · 4 years, 8 months ago
  29. 836e66c bpf: Fix up bpf_skb_adjust_room helper's skb csum setting by Daniel Borkmann · 4 years, 8 months ago
  30. 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 8 months ago
  31. ed1f324 mm: remove map_vm_range by Christoph Hellwig · 4 years, 8 months ago
  32. 9a25c1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
  33. 6abde0b crypto/chtls: IPv6 support for inline TLS by Vinay Kumar Yadav · 4 years, 8 months ago
  34. 79a1f0c ipv6: fix IPV6_ADDRFORM operation logic by Hangbin Liu · 4 years, 8 months ago
  35. 4c21daa tipc: Fix NULL pointer dereference in __tipc_sendstream() by YueHaibing · 4 years, 8 months ago
  36. b27f7bb flow_dissector: Move out netns_bpf prog callbacks by Jakub Sitnicki · 4 years, 8 months ago
  37. a3fd7ce net: Introduce netns_bpf for BPF programs attached to netns by Jakub Sitnicki · 4 years, 8 months ago
  38. 171526f flow_dissector: Pull locking up from prog attach callback by Jakub Sitnicki · 4 years, 8 months ago
  39. 70c5899 bpf: Allow SO_BINDTODEVICE opt in bpf_setsockopt by Ferenc Fejes · 4 years, 8 months ago
  40. 8ea204c net: Make locking in sock_bindtoindex optional by Ferenc Fejes · 4 years, 8 months ago
  41. e91de6a bpf: Fix running sk_skb program types with ktls by John Fastabend · 4 years, 8 months ago
  42. ca2f5f2 bpf: Refactor sockmap redirect code so its easy to reuse by John Fastabend · 4 years, 8 months ago
  43. 64b5902 xdp: Add xdp_txq_info to xdp_buff by David Ahern · 4 years, 8 months ago
  44. fbee97f bpf: Add support to attach bpf program to a devmap entry by David Ahern · 4 years, 8 months ago
  45. c3c16f2 bpf: Add rx_queue_mapping to bpf_sock by Amritha Nambiar · 4 years, 8 months ago
  46. 13d70f5 bpf, sk_msg: Add get socket storage helpers by John Fastabend · 4 years, 8 months ago
  47. abe3cac bpf, sk_msg: Add some generic helpers that may be useful from sk_msg by John Fastabend · 4 years, 8 months ago
  48. d3798ac libceph: support for alloc hint flags by Ilya Dryomov · 4 years, 8 months ago
  49. 547ce4c switch cmsghdr_from_user_compat_to_kern() to copy_from_user() by Al Viro · 4 years, 8 months ago
  50. 4e4f4ce6a cls_flower: remove mpls_opts_policy by Guillaume Nault · 4 years, 8 months ago
  51. 81e8c10 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 8 months ago
  52. c6676e7 bridge: mrp: Add support for role MRA by Horatiu Vultur · 4 years, 8 months ago
  53. 4b3a61b bridge: mrp: Set the priority of MRP instance by Horatiu Vultur · 4 years, 8 months ago
  54. 0af413b flow_dissector: work around stack frame size warning by Arnd Bergmann · 4 years, 8 months ago
  55. 5eb18a2 devlink: Add ACL control packet traps by Ido Schimmel · 4 years, 8 months ago
  56. d77cfd1 devlink: Add layer 3 control packet traps by Ido Schimmel · 4 years, 8 months ago
  57. 515eac6 devlink: Add layer 2 control packet traps by Ido Schimmel · 4 years, 8 months ago
  58. 30a4e9a devlink: Add 'control' trap type by Ido Schimmel · 4 years, 8 months ago
  59. 9eefeab devlink: Add 'mirror' trap action by Ido Schimmel · 4 years, 8 months ago
  60. 678eb19 devlink: Create dedicated trap group for layer 3 exceptions by Ido Schimmel · 4 years, 8 months ago
  61. af0a248 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 4 years, 8 months ago
  62. 709ffbe net: remove indirect block netdev event registration by Pablo Neira Ayuso · 4 years, 8 months ago
  63. 0fdcf78 net: use flow_indr_dev_setup_offload() by Pablo Neira Ayuso · 4 years, 8 months ago
  64. 324a823 net: cls_api: add tcf_block_offload_init() by Pablo Neira Ayuso · 4 years, 8 months ago
  65. 1fac52d net: flow_offload: consolidate indirect flow_block infrastructure by Pablo Neira Ayuso · 4 years, 8 months ago
  66. a8284c6 netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup() by Pablo Neira Ayuso · 4 years, 8 months ago
  67. a01c245 net/sched: fix a couple of splats in the error path of tfc_gate_init() by Davide Caratti · 4 years, 8 months ago
  68. 53fc685 bridge: Avoid infinite loop when suppressing NS messages with invalid options by Ido Schimmel · 4 years, 8 months ago
  69. dafe207 ipv4: nexthop: Fix deadcode issue by performing a proper NULL check by Patrick Eigensatz · 4 years, 8 months ago
  70. 07f6ece Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 4 years, 8 months ago
  71. 8ad44d5 libceph: read_from_replica option by Ilya Dryomov · 4 years, 8 months ago
  72. 117d96a libceph: support for balanced and localized reads by Ilya Dryomov · 4 years, 8 months ago
  73. 45e6aa9 libceph: crush_location infrastructure by Ilya Dryomov · 4 years, 8 months ago
  74. 86403a9 libceph: decode CRUSH device/bucket types and names by Ilya Dryomov · 4 years, 8 months ago
  75. 8a4b863 libceph: add non-asserting rbtree insertion helper by Ilya Dryomov · 4 years, 8 months ago
  76. 97e27aa ceph: add read/write latency metric support by Xiubo Li · 4 years, 10 months ago
  77. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  78. 1079a34 Merge tag 'mac80211-next-for-davem-2020-05-31' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 4 years, 8 months ago
  79. 19835b1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 8 months ago
  80. 32f71aa rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_ID by David Howells · 4 years, 9 months ago
  81. 23e2db3 rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACH by David Howells · 4 years, 9 months ago
  82. 093a48d cfg80211: support bigger kek/kck key length by Nathan Errera · 4 years, 8 months ago
  83. 07c12d6 mac80211: set short_slot for 6 GHz band by Tova Mussai · 4 years, 8 months ago
  84. 6fcb56c mac80211: Consider 6 GHz band when handling power constraint by Ilan Peer · 4 years, 8 months ago
  85. 93382a0 mac80211: accept aggregation sessions on 6 GHz by Johannes Berg · 4 years, 8 months ago
  86. f438136 cfg80211: require HE capabilities for 6 GHz band by Johannes Berg · 4 years, 8 months ago
  87. 461ce35 cfg80211: reject HT/VHT capabilities on 6 GHz band by Johannes Berg · 4 years, 8 months ago
  88. ba8f6a0 cfg80211: treat 6 GHz channels as valid regardless of capability by Johannes Berg · 4 years, 8 months ago
  89. 2ad2274 mac80211: Add HE 6GHz capabilities element to probe request by Ilan Peer · 4 years, 8 months ago
  90. 1bb9a8a mac80211: use HE 6 GHz band capability and pass it to the driver by Johannes Berg · 4 years, 8 months ago
  91. 3b3ec3d mac80211: check the correct bit for EMA AP by Shaul Triebitz · 4 years, 8 months ago
  92. 57fa5e8 mac80211: determine chandef from HE 6 GHz operation by Johannes Berg · 4 years, 8 months ago
  93. 2a333a0 mac80211: avoid using ext NSS high BW if not supported by Johannes Berg · 4 years, 8 months ago
  94. 607ca9e mac80211: do not allow HT/VHT IEs in 6 GHz mesh mode by Rajkumar Manoharan · 4 years, 8 months ago
  95. d1b7524 mac80211: build HE operation with 6 GHz oper information by Rajkumar Manoharan · 4 years, 8 months ago
  96. 24a2042 mac80211: add HE 6 GHz Band Capability element by Rajkumar Manoharan · 4 years, 8 months ago
  97. 2239521 cfg80211: add and expose HE 6 GHz band capabilities by Johannes Berg · 4 years, 8 months ago
  98. a6cf28e mac80211: add HE 6 GHz Band Capabilities into parse extension by Rajkumar Manoharan · 4 years, 8 months ago
  99. 43e64bf cfg80211: handle 6 GHz capability of new station by Rajkumar Manoharan · 4 years, 8 months ago
  100. 0e47901 nl80211: really allow client-only BIGTK support by Johannes Berg · 4 years, 8 months ago