summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-10bpf, tests: Add branch conversion JIT testJohan Almbladh1-0/+43
2021-08-10bpf, tests: Add word-order tests for load/store of double wordsJohan Almbladh1-0/+36
2021-08-10bpf, tests: Add tests for ALU operations implemented with function callsJohan Almbladh1-0/+141
2021-08-10bpf, tests: Add more ALU64 BPF_MUL testsJohan Almbladh1-0/+48
2021-08-10bpf, tests: Add more BPF_LSH/RSH/ARSH tests for ALU64Johan Almbladh1-2/+542
2021-08-10bpf, tests: Add more ALU32 tests for BPF_LSH/RSH/ARSHJohan Almbladh1-0/+102
2021-08-10bpf, tests: Add more tests of ALU32 and ALU64 bitwise operationsJohan Almbladh1-0/+210
2021-08-10bpf, tests: Fix typos in test case descriptionsJohan Almbladh1-4/+4
2021-08-10bpf, tests: Add BPF_MOV tests for zero and sign extensionJohan Almbladh1-0/+84
2021-08-10bpf, tests: Add BPF_JMP32 test casesJohan Almbladh1-0/+511
2021-08-10samples, bpf: Add an explict comment to handle nested vlan tagging.Muhammad Falak R Wani2-0/+4
2021-08-10selftests/bpf: Add tests for XDP bondingJussi Maki1-0/+520
2021-08-10selftests/bpf: Fix xdp_tx.c prog section nameJussi Maki2-2/+2
2021-08-10net, core: Allow netdev_lower_get_next_private_rcu in bh contextJussi Maki1-1/+1
2021-08-10bpf, devmap: Exclude XDP broadcast to master deviceJussi Maki1-9/+60
2021-08-10net, bonding: Add XDP support to the bonding driverJussi Maki2-1/+309
2021-08-10net, core: Add support for XDP redirection to slave deviceJussi Maki4-2/+55
2021-08-10net, bonding: Refactor bond_xmit_hash for use with xdp_buffJussi Maki1-57/+90
2021-08-07Merge branch 'samples/bpf: xdpsock: Minor enhancements'Andrii Nakryiko1-12/+8
2021-08-07samples/bpf: xdpsock: Remove forward declaration of ip_fast_csum()Niklas Söderlund1-3/+1
2021-08-07samples/bpf: xdpsock: Make the sample more useful outside the treeNiklas Söderlund1-9/+7
2021-08-06selftests/bpf: Rename reference_tracking BPF programsAndrii Nakryiko2-9/+9
2021-08-06selftests/bpf: Fix bpf-iter-tcp4 test to print correctly the dest IPJose Blanquicet1-1/+1
2021-08-05selftests/bpf: Move netcnt test under test_progsStanislav Fomichev7-163/+96
2021-08-05bpf, samples: Add missing mprog-disable to xdp_redirect_cpu's optstringMatthew Cover1-1/+1
2021-08-05bpf: Fix bpf_prog_test_run_xdp logic after incorrect merge resolutionAndrii Nakryiko1-2/+1
2021-08-03bpf, unix: Check socket type in unix_bpf_update_proto()Cong Wang1-0/+3
2021-08-03bpf: Fix off-by-one in tail call count limitingJohan Almbladh1-1/+1
2021-08-03net/mlx4: make the array states static const, makes object smallerColin Ian King1-1/+1
2021-08-03net: 3c509: make the array if_names static const, makes object smallerColin Ian King1-1/+3
2021-08-03dpaa2-eth: make the array faf_bits static const, makes object smallerColin Ian King1-1/+1
2021-08-03qlcnic: make the array random_data static const, makes object smallerColin Ian King1-1/+1
2021-08-03net: marvell: make the array name static, makes object smallerColin Ian King1-1/+1
2021-08-03cxgb4: make the array match_all_mac static, makes object smallerColin Ian King1-2/+2
2021-08-02ipv4: Fix refcount warning for new fib_infoDavid Ahern1-1/+1
2021-08-02net: phy: mscc: make some arrays static const, makes object smallerColin Ian King1-4/+4
2021-08-02netdevsim: make array res_ids static const, makes object smallerColin Ian King1-1/+1
2021-08-02net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva3-18/+30
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean17-49/+25
2021-08-02nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski3-72/+67
2021-08-02cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET4-18/+6
2021-08-02net: dsa: mt7530: drop paranoid checks in .get_tag_protocol()Vladimir Oltean1-9/+1
2021-08-02Merge branch 'octeon-drr-config'David S. Miller10-15/+253
2021-08-02octeontx2-pf: cn10k: Config DWRR weight based on MTUSunil Goutham7-12/+52
2021-08-02octeontx2-af: cn10k: DWRR MTU configurationSunil Goutham5-3/+201
2021-08-02selftests/net: remove min gso test in packet_sndDust Li1-3/+0
2021-08-02bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_s...Yufeng Mo1-1/+2
2021-08-02net_sched: refactor TC action init APICong Wang37-169/+185
2021-08-02niu: read property length only if we use itMartin Kaiser1-3/+3
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski83-1808/+5027