platform/kernel/linux-rpi.git
2023-02-03 Lorenzo Bianconilibbpf: add the capability to specify netlink proto...
2023-02-03 Marek Majtykaxsk: add usage of XDP features flags
2023-02-03 Marek Majtykadrivers: net: turn on XDP features
2023-02-03 Jakub Kicinskinetdev-genl: create a simple family for netdev stuff
2023-02-03 Tiezhu Yangselftests/bpf: Use semicolon instead of comma in test_v...
2023-02-03 Tiezhu Yangtools/bpf: Use tab instead of white spaces to sync...
2023-02-03 Tobias Klauserbpf: Drop always true do_idr_lock parameter to bpf_map_...
2023-02-03 Alexei StarovoitovMerge branch ' docs/bpf: Add description of register...
2023-02-03 Eduard Zingermandocs/bpf: Add description of register liveness tracking...
2023-02-03 Ilya Leoshkevichselftests/bpf: Initialize tc in xdp_synproxy
2023-02-02 Ye Xingchenselftests/bpf: Remove duplicate include header in xdp_h...
2023-02-02 Stanislav Fomichevselftests/bpf: Don't refill on completion in xdp_metadata
2023-02-01 Jesper Dangaard... selftests/bpf: xdp_hw_metadata use strncpy for ifname
2023-02-01 Jesper Dangaard... selftests/bpf: xdp_hw_metadata correct status value...
2023-02-01 Jesper Dangaard... selftests/bpf: xdp_hw_metadata cleanup cause segfault
2023-02-01 Jesper Dangaard... selftests/bpf: xdp_hw_metadata clear metadata when...
2023-02-01 Jesper Dangaard... selftests/bpf: Fix unmap bug in prog_tests/xdp_metadata.c
2023-02-01 Daniel BorkmannMerge branch 'kfunc-annotation'
2023-02-01 David Vernetselftests/bpf: Add testcase for static kfunc with unuse...
2023-02-01 David Vernetbpf: Add __bpf_kfunc tag to all kfuncs
2023-02-01 David Vernetbpf: Document usage of the new __bpf_kfunc macro
2023-02-01 David Vernetbpf: Add __bpf_kfunc tag for marking kernel functions...
2023-02-01 Daniel BorkmannMerge branch 'xdp-ice-mbuf'
2023-02-01 Maciej Fijalkowskiice: xsk: Do not convert to buff to frame for XDP_TX
2023-02-01 Maciej Fijalkowskiice: Remove next_{dd,rs} fields from ice_tx_ring
2023-02-01 Maciej Fijalkowskiice: Add support for XDP multi-buffer on Tx side
2023-02-01 Maciej Fijalkowskiice: Add support for XDP multi-buffer on Rx side
2023-02-01 Maciej Fijalkowskiice: Use xdp->frame_sz instead of recalculating truesize
2023-02-01 Maciej Fijalkowskiice: Do not call ice_finalize_xdp_rx() unnecessarily
2023-02-01 Maciej Fijalkowskiice: Use ice_max_xdp_frame_size() in ice_xdp_setup_prog()
2023-02-01 Maciej Fijalkowskiice: Centrallize Rx buffer recycling
2023-02-01 Maciej Fijalkowskiice: Inline eop check
2023-02-01 Maciej Fijalkowskiice: Pull out next_to_clean bump out of ice_put_rx_buf()
2023-02-01 Maciej Fijalkowskiice: Store page count inside ice_rx_buf
2023-02-01 Maciej Fijalkowskiice: Add xdp_buff to ice_rx_ring struct
2023-02-01 Maciej Fijalkowskiice: Prepare legacy-rx for upcoming XDP multi-buffer...
2023-01-30 Alexei StarovoitovMerge branch 'Support bpf trampoline for s390x'
2023-01-30 Ilya Leoshkevichselftests/bpf: Trim DENYLIST.s390x
2023-01-30 Ilya Leoshkevichselftests/bpf: Fix s390x vmlinux path
2023-01-30 Ilya Leoshkevichs390/bpf: Implement bpf_jit_supports_kfunc_call()
2023-01-30 Ilya Leoshkevichs390/bpf: Implement bpf_jit_supports_subprog_tailcalls()
2023-01-30 Ilya Leoshkevichs390/bpf: Implement arch_prepare_bpf_trampoline()
2023-01-30 Ilya Leoshkevichs390/bpf: Implement bpf_arch_text_poke()
2023-01-30 Ilya Leoshkevichs390/bpf: Add expoline to tail calls
2023-01-30 Ilya Leoshkevichselftests/bpf: Fix sk_assign on s390x
2023-01-28 Ilya Leoshkevichs390/bpf: Fix a typo in a comment
2023-01-28 Ilya Leoshkevichbpf: btf: Add BTF_FMODEL_SIGNED_ARG flag
2023-01-28 Ilya Leoshkevichbpf: iterators: Split iterators.lskel.h into little...
2023-01-28 Ilya Leoshkevichlibbpf: Fix BPF_PROBE_READ{_STR}_INTO() on s390x
2023-01-28 Ilya Leoshkevichlibbpf: Fix unbounded memory access in bpf_usdt_arg()
2023-01-28 Ilya Leoshkevichlibbpf: Simplify barrier_var()
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix profiler on s390x
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix xdp_synproxy/tc on s390x
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix vmlinux test on s390x
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix test_xdp_adjust_tail_grow2 on s390x
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix test_lsm on s390x
2023-01-28 Ilya Leoshkevichselftests/bpf: Add a sign-extension test for kfuncs
2023-01-28 Ilya Leoshkevichselftests/bpf: Increase SIZEOF_BPF_LOCAL_STORAGE_ELEM...
2023-01-28 Ilya Leoshkevichselftests/bpf: Check stack_mprotect() return value
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix cgrp_local_storage on s390x
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix xdp_do_redirect on s390x
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix verify_pkcs7_sig on s390x
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix decap_sanity_ns cleanup
2023-01-28 Ilya Leoshkevichselftests/bpf: Set errno when urand_spawn() fails
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix kfree_skb on s390x
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix symlink creation error
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix liburandom_read.so linker error
2023-01-28 Ilya Leoshkevichselftests/bpf: Query BPF_MAX_TRAMP_LINKS using BTF
2023-01-28 Ilya Leoshkevichbpf: Change BPF_MAX_TRAMP_LINKS to enum
2023-01-28 Ilya Leoshkevichbpf: Use ARG_CONST_SIZE_OR_ZERO for 3rd argument of...
2023-01-28 Randy DunlapDocumentation: bpf: correct spelling
2023-01-28 David Vernetbpf: Build-time assert that cpumask offset is zero
2023-01-28 Johannes Bergnet: netlink: recommend policy range validation
2023-01-28 Jakub KicinskiMerge tag 'for-netdev' of https://git./linux/kernel...
2023-01-28 Breno Leitaonetpoll: Remove 4s sleep during carrier detection
2023-01-28 Jakub KicinskiMerge git://git./linux/kernel/git/netdev/net
2023-01-28 Arınç ÜNALnet: dsa: mt7530: fix tristate and help description
2023-01-28 Jakub KicinskiMerge branch 'net-xdp-execute-xdp_do_flush-before-napi_...
2023-01-28 Magnus Karlssondpaa2-eth: execute xdp_do_flush() before napi_complete_...
2023-01-28 Magnus Karlssondpaa_eth: execute xdp_do_flush() before napi_complete_d...
2023-01-28 Magnus Karlssonvirtio-net: execute xdp_do_flush() before napi_complete...
2023-01-28 Magnus Karlssonlan966x: execute xdp_do_flush() before napi_complete_done()
2023-01-28 Magnus Karlssonqede: execute xdp_do_flush() before napi_complete_done()
2023-01-27 Stanislav Fomichevselftest/bpf: Make crashes more debuggable in test_progs
2023-01-27 Grant Seltzerlibbpf: Add documentation to map pinning API functions
2023-01-27 Grant Seltzerlibbpf: Fix malformed documentation formatting
2023-01-27 David S. MillerMerge branch 'devlink-parama-cleanup'
2023-01-27 Jiri Pirkonet/mlx5: Move eswitch port metadata devlink param...
2023-01-27 Jiri Pirkonet/mlx5: Move flow steering devlink param to flow...
2023-01-27 Jiri Pirkonet/mlx5: Move fw reset devlink param to fw reset code
2023-01-27 Jiri Pirkodevlink: protect devlink param list by instance lock
2023-01-27 Jiri Pirkodevlink: put couple of WARN_ONs in devlink_param_driver...
2023-01-27 Jiri Pirkodevlink: make devlink_param_driverinit_value_set()...
2023-01-27 Jiri Pirkoqed: remove pointless call to devlink_param_driverinit_...
2023-01-27 Jiri Pirkoice: remove pointless calls to devlink_param_driverinit...
2023-01-27 Jiri Pirkodevlink: don't work with possible NULL pointer in devli...
2023-01-27 Jiri Pirkodevlink: make devlink_param_register/unregister static
2023-01-27 Jiri Pirkonet/mlx5: Covert devlink params registration to use...
2023-01-27 Jiri Pirkonet/mlx5: Change devlink param register/unregister...
2023-01-27 David S. MillerMerge branch 'ethtool-netlink-next'
next