| Age | Commit message (Expand) | Author |
| 2021-08-10 | bpf, tests: Add tests for BPF_CMPXCHG | Johan Almbladh |
| 2021-08-10 | bpf, tests: Add tests for atomic operations | Johan Almbladh |
| 2021-08-10 | bpf, tests: Add test for 32-bit context pointer argument passing | Johan Almbladh |
| 2021-08-10 | bpf, tests: Add branch conversion JIT test | Johan Almbladh |
| 2021-08-10 | bpf, tests: Add word-order tests for load/store of double words | Johan Almbladh |
| 2021-08-10 | bpf, tests: Add tests for ALU operations implemented with function calls | Johan Almbladh |
| 2021-08-10 | bpf, tests: Add more ALU64 BPF_MUL tests | Johan Almbladh |
| 2021-08-10 | bpf, tests: Add more BPF_LSH/RSH/ARSH tests for ALU64 | Johan Almbladh |
| 2021-08-10 | bpf, tests: Add more ALU32 tests for BPF_LSH/RSH/ARSH | Johan Almbladh |
| 2021-08-10 | bpf, tests: Add more tests of ALU32 and ALU64 bitwise operations | Johan Almbladh |
| 2021-08-10 | bpf, tests: Fix typos in test case descriptions | Johan Almbladh |
| 2021-08-10 | bpf, tests: Add BPF_MOV tests for zero and sign extension | Johan Almbladh |
| 2021-08-10 | bpf, tests: Add BPF_JMP32 test cases | Johan Almbladh |
| 2021-08-10 | samples, bpf: Add an explict comment to handle nested vlan tagging. | Muhammad Falak R Wani |
| 2021-08-09 | selftests/bpf: Add tests for XDP bonding | Jussi Maki |
| 2021-08-09 | selftests/bpf: Fix xdp_tx.c prog section name | Jussi Maki |
| 2021-08-09 | net, core: Allow netdev_lower_get_next_private_rcu in bh context | Jussi Maki |
| 2021-08-09 | bpf, devmap: Exclude XDP broadcast to master device | Jussi Maki |
| 2021-08-09 | net, bonding: Add XDP support to the bonding driver | Jussi Maki |
| 2021-08-09 | net, core: Add support for XDP redirection to slave device | Jussi Maki |
| 2021-08-09 | net, bonding: Refactor bond_xmit_hash for use with xdp_buff | Jussi Maki |
| 2021-08-06 | Merge branch 'samples/bpf: xdpsock: Minor enhancements' | Andrii Nakryiko |
| 2021-08-06 | samples/bpf: xdpsock: Remove forward declaration of ip_fast_csum() | Niklas Söderlund |
| 2021-08-06 | samples/bpf: xdpsock: Make the sample more useful outside the tree | Niklas Söderlund |
| 2021-08-06 | selftests/bpf: Rename reference_tracking BPF programs | Andrii Nakryiko |
| 2021-08-06 | selftests/bpf: Fix bpf-iter-tcp4 test to print correctly the dest IP | Jose Blanquicet |
| 2021-08-04 | selftests/bpf: Move netcnt test under test_progs | Stanislav Fomichev |
| 2021-08-05 | bpf, samples: Add missing mprog-disable to xdp_redirect_cpu's optstring | Matthew Cover |
| 2021-08-04 | bpf: Fix bpf_prog_test_run_xdp logic after incorrect merge resolution | Andrii Nakryiko |
| 2021-08-03 | bpf, unix: Check socket type in unix_bpf_update_proto() | Cong Wang |
| 2021-08-02 | bpf: Fix off-by-one in tail call count limiting | Johan Almbladh |
| 2021-08-02 | net/mlx4: make the array states static const, makes object smaller | Colin Ian King |
| 2021-08-02 | net: 3c509: make the array if_names static const, makes object smaller | Colin Ian King |
| 2021-08-02 | dpaa2-eth: make the array faf_bits static const, makes object smaller | Colin Ian King |
| 2021-08-02 | qlcnic: make the array random_data static const, makes object smaller | Colin Ian King |
| 2021-08-02 | net: marvell: make the array name static, makes object smaller | Colin Ian King |
| 2021-08-02 | cxgb4: make the array match_all_mac static, makes object smaller | Colin Ian King |
| 2021-08-02 | ipv4: Fix refcount warning for new fib_info | David Ahern |
| 2021-08-02 | net: phy: mscc: make some arrays static const, makes object smaller | Colin Ian King |
| 2021-08-02 | netdevsim: make array res_ids static const, makes object smaller | Colin Ian King |
| 2021-08-02 | net/ipv4: Replace one-element array with flexible-array member | Gustavo A. R. Silva |
| 2021-08-02 | net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv() | Vladimir Oltean |
| 2021-08-02 | nfc: hci: pass callback data param as pointer in nci_request() | Krzysztof Kozlowski |
| 2021-08-02 | cavium: switch from 'pci_' to 'dma_' API | Christophe JAILLET |
| 2021-08-02 | net: dsa: mt7530: drop paranoid checks in .get_tag_protocol() | Vladimir Oltean |
| 2021-08-02 | Merge branch 'octeon-drr-config' | David S. Miller |
| 2021-08-02 | octeontx2-pf: cn10k: Config DWRR weight based on MTU | Sunil Goutham |
| 2021-08-02 | octeontx2-af: cn10k: DWRR MTU configuration | Sunil Goutham |
| 2021-08-02 | selftests/net: remove min gso test in packet_snd | Dust Li |
| 2021-08-02 | bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_s... | Yufeng Mo |