aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-09selftests/bpf: Add tests for XDP bondingJussi Maki1-0/+520
2021-08-09selftests/bpf: Fix xdp_tx.c prog section nameJussi Maki2-2/+2
2021-08-09net, core: Allow netdev_lower_get_next_private_rcu in bh contextJussi Maki1-1/+1
2021-08-09bpf, devmap: Exclude XDP broadcast to master deviceJussi Maki1-9/+60
2021-08-09net, bonding: Add XDP support to the bonding driverJussi Maki2-1/+309
2021-08-09net, core: Add support for XDP redirection to slave deviceJussi Maki4-2/+55
2021-08-09net, bonding: Refactor bond_xmit_hash for use with xdp_buffJussi Maki1-57/+90
2021-08-06Merge branch 'samples/bpf: xdpsock: Minor enhancements'Andrii Nakryiko1-12/+8
2021-08-06samples/bpf: xdpsock: Remove forward declaration of ip_fast_csum()Niklas Söderlund1-3/+1
2021-08-06samples/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-04selftests/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-04bpf: 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-02bpf: Fix off-by-one in tail call count limitingJohan Almbladh1-1/+1
2021-08-02net/mlx4: make the array states static const, makes object smallerColin Ian King1-1/+1
2021-08-02net: 3c509: make the array if_names static const, makes object smallerColin Ian King1-1/+3
2021-08-02dpaa2-eth: make the array faf_bits static const, makes object smallerColin Ian King1-1/+1
2021-08-02qlcnic: make the array random_data static const, makes object smallerColin Ian King1-1/+1
2021-08-02net: marvell: make the array name static, makes object smallerColin Ian King1-1/+1
2021-08-02cxgb4: 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_state_machine_handler()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
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski426-2564/+4465
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds104-547/+1230
2021-07-30Merge tag 'acpi-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-18/+52
2021-07-30pipe: make pipe writes always wake up readersLinus Torvalds1-5/+5
2021-07-30Merge branch 'tools: bpftool: update, synchronise and validate types and options'Andrii Nakryiko28-61/+763
2021-07-30tools: bpftool: Complete metrics list in "bpftool prog profile" docQuentin Monnet2-2/+4
2021-07-30tools: bpftool: Document and add bash completion for -L, -B optionsQuentin Monnet8-10/+96
2021-07-30selftests/bpf: Update bpftool's consistency script for checking optionsQuentin Monnet1-11/+111
2021-07-30tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet25-28/+45