1. efa90b5 bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signature by Lorenzo Bianconi · 3 years, 8 months ago master
  2. 09d8ad1 selftests/bpf: Add raw_tp_test_run by Song Liu · 3 years, 8 months ago
  3. 88f7fe7 libbpf: Support test run of raw tracepoint programs by Song Liu · 3 years, 8 months ago
  4. 1b4d60e bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint by Song Liu · 3 years, 8 months ago
  5. 1fd17c8c xsk: Fix possible crash in socket_release when out-of-memory by Magnus Karlsson · 3 years, 8 months ago
  6. ba5f4cf bpf: Add comment to document BTF type PTR_TO_BTF_ID_OR_NULL by John Fastabend · 3 years, 8 months ago
  7. 99d4def bpf: Add AND verifier test case where 32bit and 64bit bounds differ by John Fastabend · 3 years, 8 months ago
  8. 4fbb38a bpf, verifier: Remove redundant var_off.value ops in scalar known reg cases by John Fastabend · 3 years, 8 months ago
  9. 84085f8 Merge branch 'enable-bpf_skc-cast-for-networking-progs' by Alexei Starovoitov · 3 years, 8 months ago
  10. 9a856ca bpf: selftest: Add test_btf_skc_cls_ingress by Martin KaFai Lau · 3 years, 8 months ago
  11. 0c402c6 bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.h by Martin KaFai Lau · 3 years, 8 months ago
  12. edc2d66 bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields test by Martin KaFai Lau · 3 years, 8 months ago
  13. c40a565 bpf: selftest: Use network_helpers in the sock_fields test by Martin KaFai Lau · 3 years, 8 months ago
  14. b18c1f0 bpf: selftest: Adapt sock_fields test to use skel and global variables by Martin KaFai Lau · 3 years, 8 months ago
  15. 6f521a2 bpf: selftest: Move sock_fields test into test_progs by Martin KaFai Lau · 3 years, 8 months ago
  16. 5d13746 bpf: selftest: Add ref_tracking verifier test for bpf_skc casting by Martin KaFai Lau · 3 years, 8 months ago
  17. 27e5203 bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON by Martin KaFai Lau · 3 years, 8 months ago
  18. c0df236 bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON by Martin KaFai Lau · 3 years, 8 months ago
  19. 592a349 bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON by Martin KaFai Lau · 3 years, 8 months ago
  20. a5fa25a bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON by Martin KaFai Lau · 3 years, 8 months ago
  21. 1df8f55 bpf: Enable bpf_skc_to_* sock casting helper to networking prog type by Martin KaFai Lau · 3 years, 8 months ago
  22. a968d5e bpf: Move the PTR_TO_BTF_ID check to check_reg_type() by Martin KaFai Lau · 3 years, 8 months ago
  23. 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 · 3 years, 8 months ago
  24. f00f2f7 Revert "bpf: Fix potential call bpf_link_free() in atomic context" by Alexei Starovoitov · 3 years, 8 months ago
  25. 3fc826f Merge branch 'net-dsa-bcm_sf2-Additional-DT-changes' by David S. Miller · 3 years, 8 months ago
  26. 0fa45ee net: dsa: bcm_sf2: Include address 0 for MDIO diversion by Florian Fainelli · 3 years, 8 months ago
  27. 8c28044 net: dsa: bcm_sf2: Disallow port 5 to be a DSA CPU port by Florian Fainelli · 3 years, 8 months ago
  28. 9d33ffa Merge branch 'octeontx2-Add-support-for-VLAN-based-flow-distribution' by David S. Miller · 3 years, 8 months ago
  29. a55ff8e octeontx2-pf: Support to change VLAN based RSS hash options via ethtool by George Cherian · 3 years, 8 months ago
  30. 8f90036 octeontx2-af: Add support for VLAN based RSS hashing by George Cherian · 3 years, 8 months ago
  31. de2b541 net: fix a new kernel-doc warning at dev.c by Mauro Carvalho Chehab · 3 years, 8 months ago
  32. 774e9ea Merge branch 'net-mdio-ipq4019-add-Clause-45-support' by David S. Miller · 3 years, 8 months ago
  33. 06fb560 net: mdio-ipq4019: add Clause 45 support by Robert Marko · 3 years, 8 months ago
  34. b840ec1 net: mdio-ipq4019: change defines to upper case by Robert Marko · 3 years, 8 months ago
  35. 35e3dbf Merge branch 'Introduce-mbox-tracepoints-for-Octeontx2' by David S. Miller · 3 years, 8 months ago
  36. 31a9746 octeontx2-pf: Add tracepoints for PF/VF mailbox by Subbaraya Sundeep · 3 years, 8 months ago
  37. 49142d1 octeontx2-af: Introduce tracepoints for mailbox by Subbaraya Sundeep · 3 years, 8 months ago
  38. 3649326 net: allwinner: remove redundant irqsave and irqrestore in hardIRQ by Barry Song · 3 years, 8 months ago
  39. e4b9146 net: hns3: Constify static structs by Rikard Falkeborn · 3 years, 8 months ago
  40. 68d4fd3 Merge branch 'net-bridge-mcast-IGMPv3-MLDv2-fast-path-part-2' by David S. Miller · 3 years, 8 months ago
  41. 36cfec7 net: bridge: mcast: when forwarding handle filter mode and blocked flag by Nikolay Aleksandrov · 3 years, 8 months ago
  42. 094b82f net: bridge: mcast: handle host state by Nikolay Aleksandrov · 3 years, 8 months ago
  43. 9116ffb net: bridge: mcast: add support for blocked port groups by Nikolay Aleksandrov · 3 years, 8 months ago
  44. 8266a04 net: bridge: mcast: handle port group filter modes by Nikolay Aleksandrov · 3 years, 8 months ago
  45. b081236 net: bridge: mcast: install S,G entries automatically based on reports by Nikolay Aleksandrov · 3 years, 8 months ago
  46. 085b53c net: bridge: mcast: add sg_port rhashtable by Nikolay Aleksandrov · 3 years, 8 months ago
  47. 8f8cb77 net: bridge: mcast: add rt_protocol field to the port group struct by Nikolay Aleksandrov · 3 years, 8 months ago
  48. 7d07a68 net: bridge: mcast: when igmpv3/mldv2 are enabled lookup (S,G) first, then (*,G) by Nikolay Aleksandrov · 3 years, 8 months ago
  49. 88d4bd1 net: bridge: mdb: add support for add/del/dump of entries with source by Nikolay Aleksandrov · 3 years, 8 months ago
  50. 9c4258c net: bridge: mdb: add support to extend add/del commands by Nikolay Aleksandrov · 3 years, 8 months ago
  51. eab3227 net: bridge: mcast: rename br_ip's u member to dst by Nikolay Aleksandrov · 3 years, 8 months ago
  52. deb9656 net: bridge: mcast: use br_ip's src for src groups and querier address by Nikolay Aleksandrov · 3 years, 8 months ago
  53. e1ac118 net: bridge: add src field to br_ip by Nikolay Aleksandrov · 3 years, 8 months ago
  54. 83f7398 net: bridge: mdb: use extack in br_mdb_add() and br_mdb_add_group() by Nikolay Aleksandrov · 3 years, 8 months ago
  55. 7eea629 net: bridge: mdb: move all port and bridge checks to br_mdb_add by Nikolay Aleksandrov · 3 years, 8 months ago
  56. 2ac95df net: bridge: mdb: use extack in br_mdb_parse() by Nikolay Aleksandrov · 3 years, 8 months ago
  57. 35c52c5 net: realtek: Remove set but not used variable by Zheng Yongjun · 3 years, 8 months ago
  58. b1b6c11 hinic: improve the comments of function header by Luo bin · 3 years, 8 months ago
  59. 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 8 months ago
  60. dc3652d tools resolve_btfids: Always force HOSTARCH by Jiri Olsa · 3 years, 8 months ago
  61. 017dab3 bpf: Check CONFIG_BPF option for resolve_btfids by Jiri Olsa · 3 years, 8 months ago
  62. 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 · 3 years, 8 months ago
  63. 40fe2e0 Merge branch 's390-qeth-next' by David S. Miller · 3 years, 8 months ago
  64. 58fa357 s390/qeth: remove forward declarations in L2 code by Julian Wiedmann · 3 years, 8 months ago
  65. f2bcf9d s390/qeth: consolidate teardown code by Julian Wiedmann · 3 years, 8 months ago
  66. b7ea041 s390/qeth: consolidate online code by Julian Wiedmann · 3 years, 8 months ago
  67. 7fb7fe5c s390/qeth: cancel cmds earlier during teardown by Julian Wiedmann · 3 years, 8 months ago
  68. f3380b1 s390/qeth: tighten ucast IP locking by Julian Wiedmann · 3 years, 8 months ago
  69. ab29c48 s390/qeth: replace deprecated simple_stroul() by Julian Wiedmann · 3 years, 8 months ago
  70. bcdfdf0 s390/qeth: clean up string ops in qeth_l3_parse_ipatoe() by Julian Wiedmann · 3 years, 8 months ago
  71. d6e6426 s390/qeth: relax locking for ipato config data by Julian Wiedmann · 3 years, 8 months ago
  72. 668e225 s390/qeth: don't init refcount twice for mcast IPs by Julian Wiedmann · 3 years, 8 months ago
  73. 0789e13b bpf: Explicitly size compatible_reg_types by Lorenz Bauer · 3 years, 8 months ago
  74. 46237bf net: microchip: Make `lan743x_pm_suspend` function return right value by Zheng Yongjun · 3 years, 8 months ago
  75. 573a809 Merge tag 'mlx5-updates-2020-09-21' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 3 years, 8 months ago
  76. 748d1c8 Merge branch 'devlink-Use-nla_policy-to-validate-range' by David S. Miller · 3 years, 8 months ago
  77. c49a944 devlink: Enhance policy to validate port type input value by Parav Pandit · 3 years, 8 months ago
  78. ba356c9 devlink: Enhance policy to validate eswitch mode value by Parav Pandit · 3 years, 8 months ago
  79. 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 8 months ago
  80. 805c6d3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
  81. d301713 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 8 months ago
  82. 0baca07 Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 8 months ago
  83. c37b718 Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 8 months ago
  84. eff48dd Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 8 months ago
  85. 2c19bb4 can: flexcan: add lx2160ar1 support by Joakim Zhang · 4 years, 11 months ago
  86. 2a1993e can: flexcan: add imx8qm support by Joakim Zhang · 4 years, 11 months ago
  87. ef5f631 can: flexcan: add Transceiver Delay Compensation support by Joakim Zhang · 4 years, 11 months ago
  88. 0542920 can: flexcan: add CAN FD BRS support by Joakim Zhang · 4 years, 11 months ago
  89. ce885a1 can: flexcan: add ISO CAN FD feature support by Joakim Zhang · 4 years, 11 months ago
  90. eadf6ca can: flexcan: add CAN-FD mode support by Joakim Zhang · 4 years, 11 months ago
  91. d9b90b0 can: flexcan: use struct canfd_frame for CAN classic frame by Joakim Zhang · 4 years, 11 months ago
  92. 890599b can: flexcan: flexcan_set_bittiming(): move setup of CAN-2.0 bitiming into separate function by Marc Kleine-Budde · 3 years, 8 months ago
  93. 1434d04 can: flexcan: add LPSR mode support by Joakim Zhang · 4 years, 6 months ago
  94. 02f71c6 can: flexcan: disable clocks during stop mode by Joakim Zhang · 4 years, 6 months ago
  95. 9ad02c7 can: flexcan: flexcan_chip_stop(): add error handling and propagate error value by Joakim Zhang · 3 years, 8 months ago
  96. 15ef207 can: flexcan: add correctable errors correction when HW supports ECC by Joakim Zhang · 4 years, 1 month ago
  97. ee97302 can: flexcan: Add check for transceiver maximum bitrate limitation by Joakim Zhang · 4 years, 7 months ago
  98. 3d60f33 can: flexcan: flexcan_probe(): make regulator xceiver optional by Marc Kleine-Budde · 3 years, 8 months ago
  99. ab60523 can: flexcan: Ack wakeup interrupt separately by Joakim Zhang · 4 years, 6 months ago
  100. ef4b623 can: flexcan: quirks: get rid of long lines by Marc Kleine-Budde · 3 years, 8 months ago