1. 4a3b33f libbpf: Add BTF writing APIs by Andrii Nakryiko · 4 years, 4 months ago
  2. 98b972d Merge branch 'bpf: add helpers to support BTF-based kernel' by Alexei Starovoitov · 4 years, 4 months ago
  3. b72091b selftests/bpf: Add test for bpf_seq_printf_btf helper by Alan Maguire · 4 years, 4 months ago
  4. eb41137 bpf: Add bpf_seq_printf_btf helper by Alan Maguire · 4 years, 4 months ago
  5. eb58bbf selftests/bpf: Fix overflow tests to reflect iter size increase by Alan Maguire · 4 years, 4 months ago
  6. af65320 bpf: Bump iter seq size to support BTF representation of large data structures by Alan Maguire · 4 years, 4 months ago
  7. 076a95f selftests/bpf: Add bpf_snprintf_btf helper tests by Alan Maguire · 4 years, 4 months ago
  8. c4d0bfb bpf: Add bpf_snprintf_btf helper by Alan Maguire · 4 years, 4 months ago
  9. 31d0bc8 bpf: Move to generic BTF show support, apply it to seq files/strings by Alan Maguire · 4 years, 4 months ago
  10. 76654e6 bpf: Provide function to get vmlinux BTF information by Alan Maguire · 4 years, 4 months ago
  11. a871b04 libbpf: Add btf__new_empty() to create an empty BTF object by Andrii Nakryiko · 4 years, 4 months ago
  12. 919d2b1 libbpf: Allow modification of BTF and add btf__add_str API by Andrii Nakryiko · 4 years, 4 months ago
  13. 7d9c71e libbpf: Extract generic string hashing function for reuse by Andrii Nakryiko · 4 years, 4 months ago
  14. 192f5a1 libbpf: Generalize common logic for managing dynamically-sized arrays by Andrii Nakryiko · 4 years, 4 months ago
  15. b860424 libbpf: Remove assumption of single contiguous memory for BTF data by Andrii Nakryiko · 4 years, 4 months ago
  16. 740e69c libbpf: Refactor internals of BTF type index by Andrii Nakryiko · 4 years, 4 months ago
  17. b000def selftests: Remove fmod_ret from test_overhead by Toke Høiland-Jørgensen · 4 years, 4 months ago
  18. f7b12b6 bpf: verifier: refactor check_attach_btf_id() by Toke Høiland-Jørgensen · 4 years, 4 months ago
  19. efc6815 bpf: change logging calls from verbose() to bpf_log() and use log pointer by Toke Høiland-Jørgensen · 4 years, 4 months ago
  20. 1af9270 bpf: disallow attaching modify_return tracing functions to other BPF programs by Toke Høiland-Jørgensen · 4 years, 4 months ago
  21. 84a20d8 Merge branch 'Sockmap copying' by Alexei Starovoitov · 4 years, 4 months ago
  22. 5b87adc selftest: bpf: Test copying a sockmap and sockhash by Lorenz Bauer · 4 years, 4 months ago
  23. 2787031 selftests: bpf: Remove shared header from sockmap iter test by Lorenz Bauer · 4 years, 4 months ago
  24. 26c3270 selftests: bpf: Add helper to compare socket cookies by Lorenz Bauer · 4 years, 4 months ago
  25. 6550f2d bpf: sockmap: Enable map_update_elem from bpf_iter by Lorenz Bauer · 4 years, 4 months ago
  26. efa90b5 bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signature by Lorenzo Bianconi · 4 years, 4 months ago
  27. 09d8ad1 selftests/bpf: Add raw_tp_test_run by Song Liu · 4 years, 4 months ago
  28. 88f7fe7 libbpf: Support test run of raw tracepoint programs by Song Liu · 4 years, 4 months ago
  29. 1b4d60e bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint by Song Liu · 4 years, 4 months ago
  30. 1fd17c8c xsk: Fix possible crash in socket_release when out-of-memory by Magnus Karlsson · 4 years, 4 months ago
  31. ba5f4cf bpf: Add comment to document BTF type PTR_TO_BTF_ID_OR_NULL by John Fastabend · 4 years, 4 months ago
  32. 99d4def bpf: Add AND verifier test case where 32bit and 64bit bounds differ by John Fastabend · 4 years, 4 months ago
  33. 4fbb38a bpf, verifier: Remove redundant var_off.value ops in scalar known reg cases by John Fastabend · 4 years, 4 months ago
  34. 84085f8 Merge branch 'enable-bpf_skc-cast-for-networking-progs' by Alexei Starovoitov · 4 years, 4 months ago
  35. 9a856ca bpf: selftest: Add test_btf_skc_cls_ingress by Martin KaFai Lau · 4 years, 4 months ago
  36. 0c402c6 bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.h by Martin KaFai Lau · 4 years, 4 months ago
  37. edc2d66 bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields test by Martin KaFai Lau · 4 years, 4 months ago
  38. c40a565 bpf: selftest: Use network_helpers in the sock_fields test by Martin KaFai Lau · 4 years, 4 months ago
  39. b18c1f0 bpf: selftest: Adapt sock_fields test to use skel and global variables by Martin KaFai Lau · 4 years, 4 months ago
  40. 6f521a2 bpf: selftest: Move sock_fields test into test_progs by Martin KaFai Lau · 4 years, 4 months ago
  41. 5d13746 bpf: selftest: Add ref_tracking verifier test for bpf_skc casting by Martin KaFai Lau · 4 years, 4 months ago
  42. 27e5203 bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON by Martin KaFai Lau · 4 years, 4 months ago
  43. c0df236 bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON by Martin KaFai Lau · 4 years, 4 months ago
  44. 592a349 bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON by Martin KaFai Lau · 4 years, 4 months ago
  45. a5fa25a bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON by Martin KaFai Lau · 4 years, 4 months ago
  46. 1df8f55 bpf: Enable bpf_skc_to_* sock casting helper to networking prog type by Martin KaFai Lau · 4 years, 4 months ago
  47. a968d5e bpf: Move the PTR_TO_BTF_ID check to check_reg_type() by Martin KaFai Lau · 4 years, 4 months ago
  48. 182bf3f Merge branch 'rtt-speedup.2020.09.16a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into bpf-next by Alexei Starovoitov · 4 years, 4 months ago
  49. f00f2f7 Revert "bpf: Fix potential call bpf_link_free() in atomic context" by Alexei Starovoitov · 4 years, 4 months ago
  50. 3fc826f Merge branch 'net-dsa-bcm_sf2-Additional-DT-changes' by David S. Miller · 4 years, 4 months ago
  51. 0fa45ee net: dsa: bcm_sf2: Include address 0 for MDIO diversion by Florian Fainelli · 4 years, 4 months ago
  52. 8c28044 net: dsa: bcm_sf2: Disallow port 5 to be a DSA CPU port by Florian Fainelli · 4 years, 4 months ago
  53. 9d33ffa Merge branch 'octeontx2-Add-support-for-VLAN-based-flow-distribution' by David S. Miller · 4 years, 4 months ago
  54. a55ff8e octeontx2-pf: Support to change VLAN based RSS hash options via ethtool by George Cherian · 4 years, 4 months ago
  55. 8f90036 octeontx2-af: Add support for VLAN based RSS hashing by George Cherian · 4 years, 4 months ago
  56. de2b541 net: fix a new kernel-doc warning at dev.c by Mauro Carvalho Chehab · 4 years, 4 months ago
  57. 774e9ea Merge branch 'net-mdio-ipq4019-add-Clause-45-support' by David S. Miller · 4 years, 4 months ago
  58. 06fb560 net: mdio-ipq4019: add Clause 45 support by Robert Marko · 4 years, 4 months ago
  59. b840ec1 net: mdio-ipq4019: change defines to upper case by Robert Marko · 4 years, 4 months ago
  60. 35e3dbf Merge branch 'Introduce-mbox-tracepoints-for-Octeontx2' by David S. Miller · 4 years, 4 months ago
  61. 31a9746 octeontx2-pf: Add tracepoints for PF/VF mailbox by Subbaraya Sundeep · 4 years, 4 months ago
  62. 49142d1 octeontx2-af: Introduce tracepoints for mailbox by Subbaraya Sundeep · 4 years, 4 months ago
  63. 3649326 net: allwinner: remove redundant irqsave and irqrestore in hardIRQ by Barry Song · 4 years, 4 months ago
  64. e4b9146 net: hns3: Constify static structs by Rikard Falkeborn · 4 years, 4 months ago
  65. 68d4fd3 Merge branch 'net-bridge-mcast-IGMPv3-MLDv2-fast-path-part-2' by David S. Miller · 4 years, 4 months ago
  66. 36cfec7 net: bridge: mcast: when forwarding handle filter mode and blocked flag by Nikolay Aleksandrov · 4 years, 4 months ago
  67. 094b82f net: bridge: mcast: handle host state by Nikolay Aleksandrov · 4 years, 4 months ago
  68. 9116ffb net: bridge: mcast: add support for blocked port groups by Nikolay Aleksandrov · 4 years, 4 months ago
  69. 8266a04 net: bridge: mcast: handle port group filter modes by Nikolay Aleksandrov · 4 years, 4 months ago
  70. b081236 net: bridge: mcast: install S,G entries automatically based on reports by Nikolay Aleksandrov · 4 years, 4 months ago
  71. 085b53c net: bridge: mcast: add sg_port rhashtable by Nikolay Aleksandrov · 4 years, 4 months ago
  72. 8f8cb77 net: bridge: mcast: add rt_protocol field to the port group struct by Nikolay Aleksandrov · 4 years, 4 months ago
  73. 7d07a68 net: bridge: mcast: when igmpv3/mldv2 are enabled lookup (S,G) first, then (*,G) by Nikolay Aleksandrov · 4 years, 4 months ago
  74. 88d4bd1 net: bridge: mdb: add support for add/del/dump of entries with source by Nikolay Aleksandrov · 4 years, 4 months ago
  75. 9c4258c net: bridge: mdb: add support to extend add/del commands by Nikolay Aleksandrov · 4 years, 4 months ago
  76. eab3227 net: bridge: mcast: rename br_ip's u member to dst by Nikolay Aleksandrov · 4 years, 4 months ago
  77. deb9656 net: bridge: mcast: use br_ip's src for src groups and querier address by Nikolay Aleksandrov · 4 years, 4 months ago
  78. e1ac118 net: bridge: add src field to br_ip by Nikolay Aleksandrov · 4 years, 4 months ago
  79. 83f7398 net: bridge: mdb: use extack in br_mdb_add() and br_mdb_add_group() by Nikolay Aleksandrov · 4 years, 4 months ago
  80. 7eea629 net: bridge: mdb: move all port and bridge checks to br_mdb_add by Nikolay Aleksandrov · 4 years, 4 months ago
  81. 2ac95df net: bridge: mdb: use extack in br_mdb_parse() by Nikolay Aleksandrov · 4 years, 4 months ago
  82. 35c52c5 net: realtek: Remove set but not used variable by Zheng Yongjun · 4 years, 4 months ago
  83. b1b6c11 hinic: improve the comments of function header by Luo bin · 4 years, 4 months ago
  84. 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
  85. dc3652d tools resolve_btfids: Always force HOSTARCH by Jiri Olsa · 4 years, 4 months ago
  86. 017dab3 bpf: Check CONFIG_BPF option for resolve_btfids by Jiri Olsa · 4 years, 4 months ago
  87. 1a26e88 Merge tag 'linux-can-next-for-5.10-20200923' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 4 years, 4 months ago
  88. 40fe2e0 Merge branch 's390-qeth-next' by David S. Miller · 4 years, 4 months ago
  89. 58fa357 s390/qeth: remove forward declarations in L2 code by Julian Wiedmann · 4 years, 4 months ago
  90. f2bcf9d s390/qeth: consolidate teardown code by Julian Wiedmann · 4 years, 4 months ago
  91. b7ea041 s390/qeth: consolidate online code by Julian Wiedmann · 4 years, 4 months ago
  92. 7fb7fe5c s390/qeth: cancel cmds earlier during teardown by Julian Wiedmann · 4 years, 4 months ago
  93. f3380b1 s390/qeth: tighten ucast IP locking by Julian Wiedmann · 4 years, 4 months ago
  94. ab29c48 s390/qeth: replace deprecated simple_stroul() by Julian Wiedmann · 4 years, 4 months ago
  95. bcdfdf0 s390/qeth: clean up string ops in qeth_l3_parse_ipatoe() by Julian Wiedmann · 4 years, 4 months ago
  96. d6e6426 s390/qeth: relax locking for ipato config data by Julian Wiedmann · 4 years, 4 months ago
  97. 668e225 s390/qeth: don't init refcount twice for mcast IPs by Julian Wiedmann · 4 years, 4 months ago
  98. 0789e13b bpf: Explicitly size compatible_reg_types by Lorenz Bauer · 4 years, 4 months ago
  99. 46237bf net: microchip: Make `lan743x_pm_suspend` function return right value by Zheng Yongjun · 4 years, 4 months ago
  100. 573a809 Merge tag 'mlx5-updates-2020-09-21' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 4 years, 4 months ago