summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-09mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag controlMatt Johnston
2022-02-09mctp: Allow keys matching any local addressJeremy Kerr
2022-02-09mctp: Add helper for address match checkingJeremy Kerr
2022-02-09mctp: tests: Add key state testsJeremy Kerr
2022-02-09mctp: tests: Rename FL_T macro to FL_TOJeremy Kerr
2022-02-09Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller
2022-02-09ip6_tunnel: fix possible NULL deref in ip6_tnl_xmitEric Dumazet
2022-02-09Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()Tianyu Lan
2022-02-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2022-02-09dt-bindings: net: renesas,etheravb: Document RZ/G2UL SoCBiju Das
2022-02-09dt-bindings: net: renesas,etheravb: Document RZ/V2L SoCBiju Das
2022-02-09netfilter: ctnetlink: use dump structure instead of raw argsFlorian Westphal
2022-02-09nfqueue: enable to set skb->priorityNicolas Dichtel
2022-02-09netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso
2022-02-09netfilter: cttimeout: use option structureFlorian Westphal
2022-02-09netfilter: ecache: don't use nf_conn spinlockFlorian Westphal
2022-02-08Merge branch 'libbpf: Add syscall-specific variant of BPF_KPROBE'Andrii Nakryiko
2022-02-08selftests/bpf: Test BPF_KPROBE_SYSCALL macroHengqi Chen
2022-02-08libbpf: Add BPF_KPROBE_SYSCALL macroHengqi Chen
2022-02-08Merge branch 'Fix accessing syscall arguments'Andrii Nakryiko
2022-02-08libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich
2022-02-08libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich
2022-02-08libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALLIlya Leoshkevich
2022-02-08selftests/bpf: Skip test_bpf_syscall_macro's syscall_arg1 on arm64 and s390Ilya Leoshkevich
2022-02-08libbpf: Fix accessing syscall arguments on riscvIlya Leoshkevich
2022-02-08libbpf: Fix riscv register namesIlya Leoshkevich
2022-02-08libbpf: Fix accessing syscall arguments on powerpcIlya Leoshkevich
2022-02-08selftests/bpf: Use PT_REGS_SYSCALL_REGS in bpf_syscall_macroIlya Leoshkevich
2022-02-08libbpf: Add PT_REGS_SYSCALL_REGS macroIlya Leoshkevich
2022-02-08selftests/bpf: Fix an endianness issue in bpf_syscall_macro testIlya Leoshkevich
2022-02-08net: dsa: typo in commentLuiz Angelo Daros de Luca
2022-02-08ptp_pch: Remove unused pch_pm_opsAndy Shevchenko
2022-02-08ptp_pch: Convert to use managed functions pcim_* and devm_*Andy Shevchenko
2022-02-08ptp_pch: Switch to use module_pci_driver() macroAndy Shevchenko
2022-02-08ptp_pch: Use ioread64_hi_lo() / iowrite64_hi_lo()Andy Shevchenko
2022-02-08ptp_pch: Use ioread64_lo_hi() / iowrite64_lo_hi()Andy Shevchenko
2022-02-08ptp_pch: use mac_pton()Andy Shevchenko
2022-02-08Merge branch 'net-speedup-netns-dismantles'Jakub Kicinski
2022-02-08net: remove default_device_exit()Eric Dumazet
2022-02-08bonding: switch bond_net_exit() to batch modeEric Dumazet
2022-02-08can: gw: switch cangw_pernet_exit() to batch modeEric Dumazet
2022-02-08ipmr: introduce ipmr_net_exit_batch()Eric Dumazet
2022-02-08ip6mr: introduce ip6mr_net_exit_batch()Eric Dumazet
2022-02-08ipv6: change fib6_rules_net_exit() to batch modeEric Dumazet
2022-02-08ipv4: add fib_net_exit_batch()Eric Dumazet
2022-02-08nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Eric Dumazet
2022-02-08ipv6/addrconf: switch to per netns inet6_addr_lst hash tableEric Dumazet
2022-02-08ipv6/addrconf: use one delayed work per netnsEric Dumazet
2022-02-08ipv6/addrconf: allocate a per netns hash tableEric Dumazet
2022-02-08net: add dev->dev_registered_trackerEric Dumazet