summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-09netfilter: ctnetlink: use dump structure instead of raw argsFlorian Westphal1-12/+24
2022-02-09nfqueue: enable to set skb->priorityNicolas Dichtel1-0/+8
2022-02-09netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso3-2/+125
2022-02-09netfilter: cttimeout: use option structureFlorian Westphal3-24/+26
2022-02-09netfilter: ecache: don't use nf_conn spinlockFlorian Westphal2-13/+14
2022-02-09Merge branch 'libbpf: Add syscall-specific variant of BPF_KPROBE'Andrii Nakryiko3-0/+64
2022-02-09selftests/bpf: Test BPF_KPROBE_SYSCALL macroHengqi Chen2-0/+29
2022-02-09libbpf: Add BPF_KPROBE_SYSCALL macroHengqi Chen1-0/+35
2022-02-09Merge branch 'Fix accessing syscall arguments'Andrii Nakryiko3-12/+51
2022-02-09libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich1-0/+6
2022-02-09libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich1-0/+6
2022-02-09libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALLIlya Leoshkevich1-8/+12
2022-02-09selftests/bpf: Skip test_bpf_syscall_macro's syscall_arg1 on arm64 and s390Ilya Leoshkevich2-1/+7
2022-02-09libbpf: Fix accessing syscall arguments on riscvIlya Leoshkevich1-0/+2
2022-02-09libbpf: Fix riscv register namesIlya Leoshkevich1-2/+2
2022-02-09libbpf: Fix accessing syscall arguments on powerpcIlya Leoshkevich1-0/+2
2022-02-09selftests/bpf: Use PT_REGS_SYSCALL_REGS in bpf_syscall_macroIlya Leoshkevich1-1/+1
2022-02-09libbpf: Add PT_REGS_SYSCALL_REGS macroIlya Leoshkevich1-0/+10
2022-02-09selftests/bpf: Fix an endianness issue in bpf_syscall_macro testIlya Leoshkevich1-1/+4
2022-02-09net: dsa: typo in commentLuiz Angelo Daros de Luca1-1/+1
2022-02-09ptp_pch: Remove unused pch_pm_opsAndy Shevchenko1-6/+0
2022-02-09ptp_pch: Convert to use managed functions pcim_* and devm_*Andy Shevchenko1-63/+10
2022-02-09ptp_pch: Switch to use module_pci_driver() macroAndy Shevchenko1-19/+1
2022-02-09ptp_pch: Use ioread64_hi_lo() / iowrite64_hi_lo()Andy Shevchenko1-9/+4
2022-02-09ptp_pch: Use ioread64_lo_hi() / iowrite64_lo_hi()Andy Shevchenko1-36/+10
2022-02-09ptp_pch: use mac_pton()Andy Shevchenko1-31/+10
2022-02-09Merge branch 'net-speedup-netns-dismantles'Jakub Kicinski11-113/+172
2022-02-09net: remove default_device_exit()Eric Dumazet1-8/+14
2022-02-09bonding: switch bond_net_exit() to batch modeEric Dumazet2-9/+19
2022-02-09can: gw: switch cangw_pernet_exit() to batch modeEric Dumazet1-3/+6
2022-02-09ipmr: introduce ipmr_net_exit_batch()Eric Dumazet1-5/+15
2022-02-09ip6mr: introduce ip6mr_net_exit_batch()Eric Dumazet1-5/+15
2022-02-09ipv6: change fib6_rules_net_exit() to batch modeEric Dumazet1-3/+8
2022-02-09ipv4: add fib_net_exit_batch()Eric Dumazet1-3/+16
2022-02-09nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Eric Dumazet1-4/+8
2022-02-09ipv6/addrconf: switch to per netns inet6_addr_lst hash tableEric Dumazet1-54/+23
2022-02-09ipv6/addrconf: use one delayed work per netnsEric Dumazet2-20/+25
2022-02-09ipv6/addrconf: allocate a per netns hash tableEric Dumazet2-0/+24
2022-02-09net: add dev->dev_registered_trackerEric Dumazet2-2/+7
2022-02-09Merge branch 'fix bpf_prog_pack build errors'Alexei Starovoitov3-3/+7
2022-02-09bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZESong Liu1-1/+5
2022-02-09et131x: support arbitrary MAX_SKB_FRAGSEric Dumazet1-4/+10
2022-02-09Merge branch 'iwl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Jakub Kicinski2-0/+9
2022-02-09bpf: Fix leftover header->pages in sparc and powerpc code.Song Liu2-2/+2