1. 84be211 selftests: bpf: Add tests for UDP sockets in sockmap by Lorenz Bauer · 4 years, 10 months ago
  2. b05fbb9 selftests: bpf: Don't listen() on UDP sockets by Lorenz Bauer · 4 years, 10 months ago
  3. 7b98cd4 bpf: sockmap: Add UDP support by Lorenz Bauer · 4 years, 10 months ago
  4. edc6741c bpf: Add sockmap hooks for UDP sockets by Lorenz Bauer · 4 years, 10 months ago
  5. cb21802 bpf: sockmap: Simplify sock_map_init_proto by Lorenz Bauer · 4 years, 10 months ago
  6. f747632 bpf: sockmap: Move generic sockmap hooks from BPF TCP by Lorenz Bauer · 4 years, 10 months ago
  7. 5da0040 bpf: tcp: Guard declarations with CONFIG_NET_SOCK_MSG by Lorenz Bauer · 4 years, 10 months ago
  8. d19da36 bpf: tcp: Move assertions into tcp_bpf_get_proto by Lorenz Bauer · 4 years, 10 months ago
  9. 1a2e201 skmsg: Update saved hooks only once by Lorenz Bauer · 4 years, 10 months ago
  10. 7b70973 bpf: sockmap: Only check ULP for TCP sockets by Lorenz Bauer · 4 years, 10 months ago
  11. 3e7c67d bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NET by KP Singh · 4 years, 10 months ago
  12. 6919175 bpf: Remove unnecessary CAP_MAC_ADMIN check by KP Singh · 4 years, 10 months ago
  13. dad737c MAINTAINERS: Add entry for RV32G BPF JIT by Luke Nelson · 4 years, 10 months ago
  14. 06b7415 bpf, doc: Add BPF JIT for RV32G to BPF documentation by Luke Nelson · 4 years, 10 months ago
  15. 5f316b6 riscv, bpf: Add RV32G eBPF JIT by Luke Nelson · 4 years, 10 months ago
  16. ca6cb54 riscv, bpf: Factor common RISC-V JIT code by Luke Nelson · 4 years, 10 months ago
  17. 9ce6010 Merge branch 'bpf_modify_ret' by Alexei Starovoitov · 4 years, 10 months ago
  18. 3d08b6f bpf: Add selftests for BPF_MODIFY_RETURN by KP Singh · 4 years, 10 months ago
  19. da00d2f bpf: Add test ops for BPF_PROG_TYPE_TRACING by KP Singh · 4 years, 10 months ago
  20. aca228c tools/libbpf: Add support for BPF_MODIFY_RETURN by KP Singh · 4 years, 10 months ago
  21. 6ba43b7 bpf: Attachment verification for BPF_MODIFY_RETURN by KP Singh · 4 years, 10 months ago
  22. ae24082 bpf: Introduce BPF_MODIFY_RETURN by KP Singh · 4 years, 10 months ago
  23. 7e63920 bpf: JIT helpers for fmod_ret progs by KP Singh · 4 years, 10 months ago
  24. 88fd9e5 bpf: Refactor trampoline update code by KP Singh · 4 years, 10 months ago
  25. cc6fa77 selftests/bpf: Support out-of-tree vmlinux builds for VMLINUX_BTF by Andrii Nakryiko · 4 years, 10 months ago
  26. af73d78 kbuild: Remove debug info from kallsyms linking by Kees Cook · 4 years, 10 months ago
  27. 0641cad Merge branch 'bpf-uapi-enums' by Daniel Borkmann · 4 years, 10 months ago
  28. 367d82f1 tools/runqslower: Drop copy/pasted BPF_F_CURRENT_CPU definiton by Andrii Nakryiko · 4 years, 10 months ago
  29. 7cb30aa libbpf: Assume unsigned values for BTF_KIND_ENUM by Andrii Nakryiko · 4 years, 10 months ago
  30. 1aae4bd bpf: Switch BPF UAPI #define constants used from BPF program side to enums by Andrii Nakryiko · 4 years, 10 months ago
  31. 320a360 libbpf: Fix handling of optional field_name in btf_dump__emit_type_decl by Andrii Nakryiko · 4 years, 10 months ago
  32. 5fc40f3 Merge branch 'bpf_gso_size' by Alexei Starovoitov · 4 years, 10 months ago
  33. 62511ce selftests/bpf: Test new __sk_buff field gso_size by Willem de Bruijn · 4 years, 10 months ago
  34. b0ac494 bpf: Sync uapi bpf.h to tools/ by Willem de Bruijn · 4 years, 10 months ago
  35. cf62089 bpf: Add gso_size to __sk_buff by Willem de Bruijn · 4 years, 10 months ago
  36. abbc61a Merge branch 'bpf_link' by Alexei Starovoitov · 4 years, 10 months ago
  37. 6489b8e selftests/bpf: Add link pinning selftests by Andrii Nakryiko · 4 years, 10 months ago
  38. c016b68 libbpf: Add bpf_link pinning/unpinning by Andrii Nakryiko · 4 years, 10 months ago
  39. 70ed506 bpf: Introduce pinnable bpf_link abstraction by Andrii Nakryiko · 4 years, 10 months ago
  40. 775a2be selftests/bpf: Declare bpf_log_buf variables as static by Toke Høiland-Jørgensen · 4 years, 10 months ago
  41. 441420a bpf: Reliably preserve btf_trace_xxx types by Andrii Nakryiko · 4 years, 10 months ago
  42. 82dbbfc Merge branch 'move_BPF_PROG_to_libbpf' by Alexei Starovoitov · 4 years, 10 months ago
  43. df8ff35 libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.h by Andrii Nakryiko · 4 years, 10 months ago
  44. 396f544 selftests/bpf: Fix BPF_KRETPROBE macro and use it in attach_probe test by Andrii Nakryiko · 4 years, 10 months ago
  45. fd56e00 libbpf: Fix use of PT_REGS_PARM macros with vmlinux.h by Andrii Nakryiko · 4 years, 10 months ago
  46. ca7dc27 bpftool: Add header guards to generated vmlinux.h by Andrii Nakryiko · 4 years, 10 months ago
  47. 15070919 mvneta: add XDP ethtool errors stats for TX to driver by Jesper Dangaard Brouer · 4 years, 10 months ago
  48. 0b56a29 Merge branch 'net-zl-array' by David S. Miller · 4 years, 10 months ago
  49. 23640d6 tehuti: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  50. ee3bc9c r8152: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  51. 0fcf466 net: atlantic: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  52. 8f5c69f bna: bnad: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  53. 48b77df net: inet_sock: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  54. 6e68f49 net: ip6_fib: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  55. a531106 net: ip_fib: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  56. 1776658d drop_monitor: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  57. 2e83abd net: mip6: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  58. bb4cf02 netdevice: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  59. 6f2f92a Merge branch 'net-thunderx-Miscellaneous-changes' by David S. Miller · 4 years, 10 months ago
  60. aa3afcc net: cavium: Register driver with PCI subsys IDs by Prakash Brahmajyosyula · 4 years, 10 months ago
  61. 605a9bb net: thunderx: Reduce mbox wait response time. by Geetha sowjanya · 4 years, 10 months ago
  62. c0d2507 net: thunderx: Adjust CQE_RX drop levels for better performance by Sunil Goutham · 4 years, 10 months ago
  63. aeaf0cc Merge branch 'octeontx2-Flow-control-support-and-other-misc-changes' by David S. Miller · 4 years, 10 months ago
  64. dc819c1 octeontx2-af: Modify rvu_reg_poll() to check reg atleast twice by Sunil Goutham · 4 years, 10 months ago
  65. 549c35e octeontx2-af: Enable PCI master by Sunil Goutham · 4 years, 10 months ago
  66. 8315f9b octeontx2-af: Set discovery ID for RVUM block by Sunil Goutham · 4 years, 10 months ago
  67. 4f4eebf octeontx2-af: Optimize data retrieval from firmware by Linu Cherian · 4 years, 10 months ago
  68. 75f3627 octeontx2-pf: Support to enable/disable pause frames via ethtool by Geetha sowjanya · 4 years, 10 months ago
  69. f7e086e octeontx2-af: Pause frame configuration at cgx by Geetha sowjanya · 4 years, 10 months ago
  70. 27150bc octeontx2-af: Interface backpressure configuration by Geetha sowjanya · 4 years, 10 months ago
  71. 48938b1 net: phy: mscc: add constants for used interrupt mask bits by Heiner Kallweit · 4 years, 10 months ago
  72. 5a8b7c4 arcnet: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  73. 08ca27d neighbour: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  74. 8661b6e net: flow_offload: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  75. a79b41e net: dn_fib: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  76. 53e76f4 ndisc: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  77. c61a2a7 net: ipv6: mld: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  78. e831602 net: lwtunnel: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  79. 207644f net: ip6_route: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  80. 97a888c net: nexthop: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  81. 2e7aaaa net: sctp: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  82. 2603c29 net: sock_reuseport: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  83. de30181 Merge branch 'net-ethtool-Introduce-link_ksettings-API-for-virtual-network-devices' by David S. Miller · 4 years, 10 months ago
  84. 9aedc6e2 net/ethtool: Introduce link_ksettings API for virtual network devices by Cris Forno · 4 years, 11 months ago
  85. 70ae1e1 ethtool: Factored out similar ethtool link settings for virtual devices to core by Cris Forno · 4 years, 11 months ago
  86. 68e2c37 Merge branch 'hsr-several-code-cleanup-for-hsr-module' by David S. Miller · 4 years, 10 months ago
  87. e0a4b99 hsr: use upper/lower device infrastructure by Taehee Yoo · 4 years, 11 months ago
  88. 81390d0 hsr: remove unnecessary rcu_read_lock() in hsr module by Taehee Yoo · 4 years, 11 months ago
  89. 4b793ac hsr: use netdev_err() instead of WARN_ONCE() by Taehee Yoo · 4 years, 11 months ago
  90. 13eeb5f hsr: use extack error message instead of netdev_info by Taehee Yoo · 4 years, 11 months ago
  91. f3f2f98 hsr: use debugfs_remove_recursive() instead of debugfs_remove() by Taehee Yoo · 4 years, 11 months ago
  92. 892e091 net: ag71xx: port to phylink by Oleksij Rempel · 4 years, 11 months ago
  93. b0251fb Merge branch 'net-ll_temac-RX-TX-ring-size-and-coalesce-ethtool-parameters' by David S. Miller · 4 years, 10 months ago
  94. 227d461 net: ll_temac: Add ethtool support for coalesce parameters by Esben Haabendal · 4 years, 11 months ago
  95. f7b261b net: ll_temac: Make RX/TX ring sizes configurable by Esben Haabendal · 4 years, 11 months ago
  96. 7c462a0 net: ll_temac: Remove unused start_p variable by Esben Haabendal · 4 years, 11 months ago
  97. 9482cc9 net: ll_temac: Remove unused tx_bd_next struct field by Esben Haabendal · 4 years, 11 months ago
  98. b90feaf net: sched: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  99. 9f0ca0c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 10 months ago
  100. 9a834f9b Merge branch 'net-cleanup-datagram-receive-helpers' by David S. Miller · 4 years, 11 months ago