1. 44bab87 bpf/selftests: Test bpf_d_path on rdonly_mem. by Hao Luo · 3 years ago
  2. e59618f libbpf: Add documentation for bpf_map batch operations by Grant Seltzer · 3 years ago
  3. 70bc793 selftests/bpf: Don't rely on preserving volatile in PT_REGS macros in loop3 by Andrii Nakryiko · 3 years ago
  4. 1372d34 xdp: Add xdp_do_redirect_frame() for pre-computed xdp_frames by Toke Høiland-Jørgensen · 3 years ago
  5. d53ad5d xdp: Move conversion to xdp_frame out of map functions by Toke Høiland-Jørgensen · 3 years ago
  6. 64693ec page_pool: Store the XDP mem id by Toke Høiland-Jørgensen · 3 years ago
  7. 35b2e54 page_pool: Add callback to init pages when they are allocated by Toke Høiland-Jørgensen · 3 years ago
  8. 4a48ef7 xdp: Allow registering memory model without rxq reference by Toke Høiland-Jørgensen · 3 years ago
  9. 640a171 Merge branch 'samples/bpf: xdpsock app enhancements' by Alexei Starovoitov · 3 years ago
  10. eb68db4 samples/bpf: xdpsock: Add timestamp for Tx-only operation by Ong Boon Leong · 3 years ago
  11. 8121e78 samples/bpf: xdpsock: Add time-out for cleaning Tx by Ong Boon Leong · 3 years ago
  12. fa24d0b samples/bpf: xdpsock: Add sched policy and priority support by Ong Boon Leong · 3 years ago
  13. fa0d27a1 samples/bpf: xdpsock: Add cyclic TX operation capability by Ong Boon Leong · 3 years ago
  14. 5a38825 samples/bpf: xdpsock: Add clockid selection support by Ong Boon Leong · 3 years ago
  15. 6440a6c samples/bpf: xdpsock: Add Dest and Src MAC setting for Tx-only operation by Ong Boon Leong · 3 years ago
  16. 2741a04 samples/bpf: xdpsock: Add VLAN support for Tx-only operation by Ong Boon Leong · 3 years ago
  17. 5f60826 libbpf 1.0: Deprecate bpf_object__find_map_by_offset() API by Christy Lee · 3 years ago
  18. 9855c13 libbpf 1.0: Deprecate bpf_map__is_offload_neutral() by Christy Lee · 3 years ago
  19. 51a33c6 libbpf: Support repeated legacy kprobes on same function by Qiang Wang · 3 years ago
  20. 71cff67 libbpf: Use probe_name for legacy kprobe by Qiang Wang · 3 years ago
  21. 7218c28 libbpf: Deprecate bpf_perf_event_read_simple() API by Christy Lee · 3 years ago
  22. 28479934 bpf: Add SO_RCVBUF/SO_SNDBUF in _bpf_getsockopt(). by Kuniyuki Iwashima · 3 years ago
  23. 04c350b bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt(). by Kuniyuki Iwashima · 3 years ago
  24. a5bebc4 bpf: Fix verifier support for validation of async callbacks by Kris Van Hees · 3 years ago
  25. 58d8a3f bpf, docs: Fully document the JMP mode modifiers by Christoph Hellwig · 3 years ago
  26. 9e533e2 bpf, docs: Fully document the JMP opcodes by Christoph Hellwig · 3 years ago
  27. 03c517e bpf, docs: Fully document the ALU opcodes by Christoph Hellwig · 3 years ago
  28. 894cda55 bpf, docs: Document the opcode classes by Christoph Hellwig · 3 years ago
  29. be3193c bpf, docs: Add subsections for ALU and JMP instructions by Christoph Hellwig · 3 years ago
  30. 62e4683 bpf, docs: Add a setion to explain the basic instruction encoding by Christoph Hellwig · 3 years ago
  31. ca796fe bpf, selftests: Add verifier test for mem_or_null register with offset. by Daniel Borkmann · 3 years ago
  32. e60b0d1 bpf: Don't promote bogus looking registers after null check. by Daniel Borkmann · 3 years ago
  33. 218d747 bpf, sockmap: Fix double bpf_prog_put on error case in map_link by John Fastabend · 3 years ago
  34. 5b2c554 bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser() by John Fastabend · 3 years ago
  35. e4a41c2 bpf, arm64: Use emit_addr_mov_i64() for BPF_PSEUDO_FUNC by Hou Tao · 3 years ago
  36. 5e22dd1 bpf/selftests: Fix namespace mount setup in tc_redirect by Jiri Olsa · 3 years ago
  37. 0fd800b bpftool: Probe for instruction set extensions by Paul Chaignon · 3 years ago
  38. c04fb2b bpftool: Probe for bounded loop support by Paul Chaignon · 3 years ago
  39. b22bf1b bpftool: Refactor misc. feature probe by Paul Chaignon · 3 years ago
  40. c5bcdd8 Merge branch 'lan966x-extend-switchdev-and-mdb-support' by David S. Miller · 3 years ago
  41. 7aacb894 net: lan966x: Extend switchdev with mdb support by Horatiu Vultur · 3 years ago
  42. 11b0a27 net: lan966x: Add PGID_GP_START and PGID_GP_END by Horatiu Vultur · 3 years ago
  43. fc0c3fe net: lan966x: Add function lan966x_mac_ip_learn() by Horatiu Vultur · 3 years ago
  44. 2a5ab39 Merge branch 'mtk_eth_soc-refactoring-and-clause45' by David S. Miller · 3 years ago
  45. e2e7f6e net: ethernet: mtk_eth_soc: implement Clause 45 MDIO access by Daniel Golle · 3 years ago
  46. c6af53f net: mdio: add helpers to extract clause 45 regad and devad fields by Russell King (Oracle) · 3 years ago
  47. eda80b2 net: ethernet: mtk_eth_soc: fix return values and refactor MDIO ops by Daniel Golle · 3 years ago
  48. ffd32ea Revert "net: wwan: iosm: Keep device at D0 for s2idle case" by M Chetan Kumar · 3 years ago
  49. 18343b8 Merge tag 'mac80211-next-for-net-next-2022-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by Jakub Kicinski · 3 years ago
  50. b3c1906 mac80211: use ieee80211_bss_get_elem() by Johannes Berg · 3 years ago
  51. 5bc03b2 nl80211: clarify comment for mesh PLINK_BLOCKED state by Felix Fietkau · 3 years ago
  52. acb99b9 mac80211: Add stations iterator where the iterator function may sleep by Martin Blumenstingl · 3 years ago
  53. 04be6d3 mac80211: allow non-standard VHT MCS-10/11 by Ping-Ke Shih · 3 years ago
  54. 416b274 ethernet/sfc: remove redundant rc variable by Minghao Chi · 3 years ago
  55. a0619a9 Merge branch 'namespacify-mtu-ipv4' by David S. Miller · 3 years ago
  56. 1135fad Namespaceify mtu_expires sysctl by xu xin · 3 years ago
  57. 1de6b15a Namespaceify min_pmtu sysctl by xu xin · 3 years ago
  58. 7d714ff net: fixup build after bpf header changes by Jakub Kicinski · 3 years ago
  59. c3e6b2c net: lantiq_xrx200: add ingress SG DMA support by Aleksander Jan Bajkowski · 3 years ago
  60. 7a71c8a phy: nxp-c45-tja11xx: add extts and perout support by Radu Pirea (NXP OSS) · 3 years ago
  61. dfb55f9 Merge branch 'act_tc-offload-originating-device' by David S. Miller · 3 years ago
  62. c9c079b net/mlx5: CT: Set flow source hint from provided tuple device by Paul Blakey · 3 years ago
  63. b702436 net: openvswitch: Fill act ct extension by Paul Blakey · 3 years ago
  64. 9795ded net/sched: act_ct: Fill offloading tuple iifidx by Paul Blakey · 3 years ago
  65. 9d2c27a Merge tag 'batadv-next-pullrequest-20220103' of git://git.open-mesh.org/linux-merge by Jakub Kicinski · 3 years ago
  66. 7590fc6f net: mdio: Demote probed message to debug print by Florian Fainelli · 3 years ago
  67. 3d69455 net: vxge: Use dma_set_mask_and_coherent() and simplify code by Christophe JAILLET · 3 years ago
  68. 7120075 ethernet: s2io: Use dma_set_mask_and_coherent() and simplify code by Christophe JAILLET · 3 years ago
  69. 6bf950a8 net: vertexcom: default to disabled on kbuild by Saeed Mahameed · 3 years ago
  70. 0d6f01f Merge branch 'lynx-pcs-interface-cleanup' by David S. Miller · 3 years ago
  71. 0699b3e net: pcs: lynx: use a common naming scheme for all lynx_pcs variables by Colin Foster · 3 years ago
  72. 82cc453 net: ethernet: enetc: name change for clarity from pcs to mdio_device by Colin Foster · 3 years ago
  73. 2c1415e net: dsa: seville: name change for clarity from pcs to mdio_device by Colin Foster · 3 years ago
  74. 61f0d0c net: dsa: felix: name change for clarity from pcs to mdio_device by Colin Foster · 3 years ago
  75. e7026f1 net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcs by Colin Foster · 3 years ago
  76. 60c3320 enic: Remove usage of the deprecated "pci-dma-compat.h" API by Christophe JAILLET · 3 years ago
  77. 4f9f531 qed: Use dma_set_mask_and_coherent() and simplify code by Christophe JAILLET · 3 years ago
  78. 1aae5cc chelsio: cxgb: Use dma_set_mask_and_coherent() and simplify code by Christophe JAILLET · 3 years ago
  79. 584c61c sun/cassini: Use dma_set_mask_and_coherent() and simplify code by Christophe JAILLET · 3 years ago
  80. 1f52a93 net/smc: add comments for smc_link_{usable|sendable} by Dust Li · 3 years ago
  81. c95e078 tehuti: Use dma_set_mask_and_coherent() and simplify code by Christophe JAILLET · 3 years ago
  82. c5180ad enic: Use dma_set_mask_and_coherent() by Christophe JAILLET · 3 years ago
  83. e44ef1d net: socket.c: style fix by Hamish MacDonald · 3 years ago
  84. b63c547 ipv6: ioam: Support for Queue depth data field by Justin Iurman · 3 years ago
  85. 3a856c1 net/smc: remove redundant re-assignment of pointer link by Colin Ian King · 3 years ago
  86. d7cd421 net/smc: Introduce TCP ULP support by Tony Lu · 3 years ago
  87. ab6dd95 Merge branch 'smc-RDMA-net-namespace' by David S. Miller · 3 years ago
  88. a838f50 net/smc: Add net namespace for tracepoints by Tony Lu · 3 years ago
  89. de2fea7 net/smc: Print net namespace in log by Tony Lu · 3 years ago
  90. 79d39fc net/smc: Add netlink net namespace support by Tony Lu · 3 years ago
  91. 0237a3a net/smc: Introduce net namespace support for linkgroup by Tony Lu · 3 years ago
  92. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
  93. ce2b6eb Merge tag 'mlx5-updates-2021-12-28' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 3 years ago
  94. 20a9013 Merge branch 'hnsd3-next' by David S. Miller · 3 years ago
  95. aab8d1c net: hns3: delete the hclge_cmd.c and hclgevf_cmd.c by Jie Wang · 3 years ago
  96. cb413bf net: hns3: refactor VF cmdq init and uninit APIs with new common APIs by Jie Wang · 3 years ago
  97. 8e2288c net: hns3: refactor PF cmdq init and uninit APIs with new common APIs by Jie Wang · 3 years ago
  98. 0b04224 net: hns3: create common cmdq init and uninit APIs by Jie Wang · 3 years ago
  99. 745f0a1 net: hns3: refactor VF cmdq resource APIs with new common APIs by Jie Wang · 3 years ago
  100. d3c69a8 net: hns3: refactor PF cmdq resource APIs with new common APIs by Jie Wang · 3 years ago