summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski201-2215/+4049
2022-02-09net: drop_monitor: support drop reasonMenglong Dong2-6/+36
2022-02-09Merge branch 'Split bpf_sk_lookup remote_port field'Alexei Starovoitov5-5/+14
2022-02-09selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookupJakub Sitnicki2-1/+8
2022-02-09bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki3-4/+6
2022-02-09libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko1-1/+2
2022-02-09net: usb: smsc95xx: add generic selftest supportOleksij Rempel2-0/+26
2022-02-09net: ethernet: cavium: use div64_u64() instead of do_div()Wang Qing1-2/+2
2022-02-09net:enetc: enetc qos using the CBDR dma alloc functionPo Liu1-75/+22
2022-02-09net:enetc: command BD ring data memory alloc as one function alonePo Liu2-30/+49
2022-02-09net:enetc: allocate CBD ring data memory using DMA coherent methodsPo Liu1-64/+64
2022-02-09Merge branch 'dpaa2-eth-sw-TSO'David S. Miller4-70/+301
2022-02-09soc: fsl: dpio: read the consumer index from the cache inhibited areaIoana Ciornei1-4/+4
2022-02-09dpaa2-eth: add support for software TSOIoana Ciornei3-18/+207
2022-02-09dpaa2-eth: work with an array of FDsIoana Ciornei2-16/+47
2022-02-09dpaa2-eth: use the S/G table cache also for the normal S/G pathIoana Ciornei2-9/+8
2022-02-09dpaa2-eth: extract the S/G table buffer cache interaction into functionsIoana Ciornei1-24/+37
2022-02-09dpaa2-eth: allocate a fragment already alignedIoana Ciornei1-6/+5
2022-02-09dpaa2-eth: rearrange variable declaration in __dpaa2_eth_txIoana Ciornei1-4/+4
2022-02-09Merge branch 'octeontx2-af-priority-flow-control'David S. Miller16-145/+836
2022-02-09octeontx2-pf: PFC config support with DCBxHariprasad Kelam7-8/+271
2022-02-09octeontx2-af: Flow control resource managementHariprasad Kelam9-48/+276
2022-02-09octeontx2-af: Priority flow control configuration supportSunil Kumar Kori7-15/+251
2022-02-09octeontx2-af: Don't enable Pause frames by defaultHariprasad Kelam6-80/+44
2022-02-09Merge branch 'MCTP-tag-control-interface'David S. Miller7-68/+489
2022-02-09mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag controlMatt Johnston6-56/+329
2022-02-09mctp: Allow keys matching any local addressJeremy Kerr2-2/+10
2022-02-09mctp: Add helper for address match checkingJeremy Kerr2-5/+8
2022-02-09mctp: tests: Add key state testsJeremy Kerr1-0/+137
2022-02-09mctp: tests: Rename FL_T macro to FL_TOJeremy Kerr1-6/+6
2022-02-09Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller5-8/+42
2022-02-09ip6_tunnel: fix possible NULL deref in ip6_tnl_xmitEric Dumazet1-1/+4
2022-02-09Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()Tianyu Lan1-8/+16
2022-02-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller3-10/+16
2022-02-09dt-bindings: net: renesas,etheravb: Document RZ/G2UL SoCBiju Das1-1/+2
2022-02-09dt-bindings: net: renesas,etheravb: Document RZ/V2L SoCBiju Das1-1/+2
2022-02-08Merge branch 'libbpf: Add syscall-specific variant of BPF_KPROBE'Andrii Nakryiko3-0/+64
2022-02-08selftests/bpf: Test BPF_KPROBE_SYSCALL macroHengqi Chen2-0/+29
2022-02-08libbpf: Add BPF_KPROBE_SYSCALL macroHengqi Chen1-0/+35
2022-02-08Merge branch 'Fix accessing syscall arguments'Andrii Nakryiko3-12/+51
2022-02-08libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich1-0/+6
2022-02-08libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich1-0/+6
2022-02-08libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALLIlya Leoshkevich1-8/+12
2022-02-08selftests/bpf: Skip test_bpf_syscall_macro's syscall_arg1 on arm64 and s390Ilya Leoshkevich2-1/+7
2022-02-08libbpf: Fix accessing syscall arguments on riscvIlya Leoshkevich1-0/+2
2022-02-08libbpf: Fix riscv register namesIlya Leoshkevich1-2/+2
2022-02-08libbpf: Fix accessing syscall arguments on powerpcIlya Leoshkevich1-0/+2
2022-02-08selftests/bpf: Use PT_REGS_SYSCALL_REGS in bpf_syscall_macroIlya Leoshkevich1-1/+1
2022-02-08libbpf: Add PT_REGS_SYSCALL_REGS macroIlya Leoshkevich1-0/+10
2022-02-08selftests/bpf: Fix an endianness issue in bpf_syscall_macro testIlya Leoshkevich1-1/+4