summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-28selftests/bpf: Add a sign-extension test for kfuncsIlya Leoshkevich3-0/+28
2023-01-28selftests/bpf: Increase SIZEOF_BPF_LOCAL_STORAGE_ELEM on s390xIlya Leoshkevich1-3/+3
2023-01-28selftests/bpf: Check stack_mprotect() return valueIlya Leoshkevich2-3/+6
2023-01-28selftests/bpf: Fix cgrp_local_storage on s390xIlya Leoshkevich1-1/+1
2023-01-28selftests/bpf: Fix xdp_do_redirect on s390xIlya Leoshkevich1-0/+4
2023-01-28selftests/bpf: Fix verify_pkcs7_sig on s390xIlya Leoshkevich2-4/+11
2023-01-28selftests/bpf: Fix decap_sanity_ns cleanupIlya Leoshkevich1-1/+1
2023-01-28selftests/bpf: Set errno when urand_spawn() failsIlya Leoshkevich1-0/+1
2023-01-28selftests/bpf: Fix kfree_skb on s390xIlya Leoshkevich1-1/+1
2023-01-28selftests/bpf: Fix symlink creation errorIlya Leoshkevich1-1/+2
2023-01-28selftests/bpf: Fix liburandom_read.so linker errorIlya Leoshkevich1-1/+1
2023-01-28selftests/bpf: Query BPF_MAX_TRAMP_LINKS using BTFIlya Leoshkevich4-13/+65
2023-01-28bpf: Change BPF_MAX_TRAMP_LINKS to enumIlya Leoshkevich1-1/+3
2023-01-28bpf: Use ARG_CONST_SIZE_OR_ZERO for 3rd argument of bpf_tcp_raw_gen_syncookie...Ilya Leoshkevich1-2/+2
2023-01-28Documentation: bpf: correct spellingRandy Dunlap4-7/+7
2023-01-28bpf: Build-time assert that cpumask offset is zeroDavid Vernet1-0/+3
2023-01-28net: netlink: recommend policy range validationJohannes Berg1-1/+2
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski124-1824/+6383
2023-01-28netpoll: Remove 4s sleep during carrier detectionBreno Leitao1-11/+1
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski313-1660/+2582
2023-01-28net: dsa: mt7530: fix tristate and help descriptionArınç ÜNAL1-3/+4
2023-01-28Merge branch 'net-xdp-execute-xdp_do_flush-before-napi_complete_done'Jakub Kicinski5-15/+19
2023-01-28dpaa2-eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+6
2023-01-28dpaa_eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+3
2023-01-28virtio-net: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+3
2023-01-28lan966x: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+3
2023-01-28qede: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+4
2023-01-28selftest/bpf: Make crashes more debuggable in test_progsStanislav Fomichev1-2/+2
2023-01-28libbpf: Add documentation to map pinning API functionsGrant Seltzer1-3/+69
2023-01-28libbpf: Fix malformed documentation formattingGrant Seltzer1-6/+12
2023-01-27Merge branch 'devlink-parama-cleanup'David S. Miller21-450/+521
2023-01-27net/mlx5: Move eswitch port metadata devlink param to flow eswitch codeJiri Pirko4-55/+94
2023-01-27net/mlx5: Move flow steering devlink param to flow steering codeJiri Pirko2-70/+83
2023-01-27net/mlx5: Move fw reset devlink param to fw reset codeJiri Pirko3-29/+38
2023-01-27devlink: protect devlink param list by instance lockJiri Pirko13-180/+218
2023-01-27devlink: put couple of WARN_ONs in devlink_param_driverinit_value_get()Jiri Pirko1-4/+6
2023-01-27devlink: make devlink_param_driverinit_value_set() return voidJiri Pirko2-10/+9
2023-01-27qed: remove pointless call to devlink_param_driverinit_value_set()Jiri Pirko1-6/+0
2023-01-27ice: remove pointless calls to devlink_param_driverinit_value_set()Jiri Pirko1-18/+2
2023-01-27devlink: don't work with possible NULL pointer in devlink_param_unregister()Jiri Pirko1-1/+2
2023-01-27devlink: make devlink_param_register/unregister staticJiri Pirko2-57/+37
2023-01-27net/mlx5: Covert devlink params registration to use devlink_params_register/u...Jiri Pirko1-34/+46
2023-01-27net/mlx5: Change devlink param register/unregister function namesJiri Pirko3-9/+9
2023-01-27Merge branch 'ethtool-netlink-next'David S. Miller17-775/+608
2023-01-27ethtool: netlink: convert commands to common SETJakub Kicinski16-725/+508
2023-01-27ethtool: netlink: handle SET intro/outro in the common codeJakub Kicinski3-50/+100
2023-01-27net: dsa: qca8k: convert to regmap read/write APIChristian Marangi3-65/+77
2023-01-27net: dsa: qca8k: add QCA8K_ATU_TABLE_SIZE define for fdb accessChristian Marangi2-4/+8
2023-01-27Merge branch 'net-skbuff-includes'David S. Miller17-10/+21
2023-01-27net: remove unnecessary includes from net/flow.hJakub Kicinski1-2/+3