summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-15arm32, bpf: add support for unconditional bswap instructionPuranjay Mohan
2023-09-15arm32, bpf: add support for sign-extension mov instructionPuranjay Mohan
2023-09-15arm32, bpf: add support for sign-extension load instructionPuranjay Mohan
2023-09-15arm32, bpf: add support for 32-bit offset jmp instructionPuranjay Mohan
2023-09-15bpf: Allow to use kfunc XDP hints and frags togetherLarysa Zaremba
2023-09-15Merge branch 'bpf: expose information about netdev xdp-metadata kfunc support'Martin KaFai Lau
2023-09-15tools: ynl: extend netdev sample to dump xdp-rx-metadata-featuresStanislav Fomichev
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev
2023-09-15bpf: make it easier to add new metadata kfuncStanislav Fomichev
2023-09-15xsk: add multi-buffer support for sockets sharing umemTirthendu Sarkar
2023-09-15tcp: indent an if statementDan Carpenter
2023-09-15Merge branch 'icssg-half-duplex-support'David S. Miller
2023-09-15net: ti: icssg-prueth: Add support for half duplex operationMD Danish Anwar
2023-09-15dt-bindings: net: Add documentation for Half duplex support.MD Danish Anwar
2023-09-15net: dsa: rtl8366rb: Implement setting up link on CPU portLinus Walleij
2023-09-15octeontx2-pf: Enable PTP PPS output supportHariprasad Kelam
2023-09-15Merge branch 'ipv6-data-races'David S. Miller
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MINHOPCOUNT implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MTU implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet
2023-09-14bpf: Charge modmem for struct_ops trampolineSong Liu
2023-09-14selftests/bpf: Skip module_fentry_shadow test when bpf_testmod is not availableArtem Savkov
2023-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-14Merge tag 'net-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-14Merge branch 'seltests-xsk-various-improvements-to-xskxceiver'Alexei Starovoitov
2023-09-14selftests/xsk: display command line options with -hMagnus Karlsson
2023-09-14selftests/xsk: fail single test instead of all testsMagnus Karlsson
2023-09-14selftests/xsk: use ksft_print_msg uniformlyMagnus Karlsson
2023-09-14selftests/xsk: add option to run single testMagnus Karlsson
2023-09-14selftests/xsk: add option that lists all testsMagnus Karlsson
2023-09-14selftests/xsk: declare test names in structMagnus Karlsson
2023-09-14selftests/xsk: move all tests to separate functionsMagnus Karlsson
2023-09-14selftests/xsk: add option to only run tests in a single modeMagnus Karlsson
2023-09-14selftests/xsk: add timeout for Tx threadMagnus Karlsson
2023-09-14selftests/xsk: print per packet info in verbose modeMagnus Karlsson
2023-09-14ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next()Gavrilov Ilia
2023-09-14ipv4: igmp: Remove redundant comparison in igmp_mcf_get_next()Gavrilov Ilia
2023-09-14Merge branch 'udp-round-of-data-races-fixes'Paolo Abeni
2023-09-14udplite: fix various data-racesEric Dumazet