summaryrefslogtreecommitdiffstats
path: root/net/handshake (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-30doc: netlink: Fix op pre and post fields in generated .rstDonald Hunter1-1/+4
2024-05-30doc: netlink: Fix formatting of op flags in generated .rstDonald Hunter1-1/+3
2024-05-30doc: netlink: Don't 'sanitize' op docstrings in generated .rstDonald Hunter2-1/+2
2024-05-30doc: netlink: Fix generated .rst for multi-line docsDonald Hunter1-1/+1
2024-05-30net: ethernet: ti: am65-cpsw-nuss: populate netdev of_nodeAlexander Sverdlin1-0/+1
2024-05-30net: ethernet: ti: am65-cpsw-nuss: rename phy_node -> port_npAlexander Sverdlin2-4/+4
2024-05-30tcp: fix races in tcp_v[46]_err()Eric Dumazet2-15/+6
2024-05-30tcp: fix races in tcp_abort()Eric Dumazet1-5/+1
2024-05-30tcp: fix race in tcp_write_err()Eric Dumazet1-5/+1
2024-05-30tcp: add tcp_done_with_error() helperEric Dumazet3-12/+23
2024-05-30netconsole: Do not shutdown dynamic configuration if cmdline is invalidBreno Leitao1-0/+2
2024-05-30dt-bindings: net: rockchip-dwmac: Fix rockchip,rk3308-gmac compatibleJonas Karlman1-0/+1
2024-05-30net: dsa: lan9303: imply SMSC_PHYAlexander Sverdlin1-0/+1
2024-05-29net: phy: xilinx-gmii2rgmii: Adopt clock supportVineeth Karumanchi1-0/+7
2024-05-29dt-bindings: net: xilinx_gmii2rgmii: Add clock supportVineeth Karumanchi1-0/+5
2024-05-29net: ethernet: cortina: Restore TSO supportLinus Walleij1-4/+19
2024-05-29ipvs: constify ctl_table arguments of utility functionsThomas Weißschuh1-3/+4
2024-05-29net/ipv6/ndisc: constify ctl_table arguments of utility functionThomas Weißschuh1-1/+1
2024-05-29net/ipv6/addrconf: constify ctl_table arguments of utility functionsThomas Weißschuh1-4/+4
2024-05-29net/ipv4/sysctl: constify ctl_table arguments of utility functionsThomas Weißschuh1-2/+4
2024-05-29net/neighbour: constify ctl_table arguments of utility functionThomas Weißschuh1-1/+1
2024-05-29r8169: remove detection of chip version 11 (early RTL8168b)Heiner Kallweit1-1/+3
2024-05-29r8169: disable interrupt source RxOverflowHeiner Kallweit1-3/+1
2024-05-28net: usb: remove unused structs 'usb_context'Dr. David Alan Gilbert2-10/+0
2024-05-28net: ethernet: 8390: ne2k-pci: remove unused struct 'ne2k_pci_card'Dr. David Alan Gilbert1-11/+0
2024-05-28net: ethernet: mlx4: remove unused struct 'mlx4_port_config'Dr. David Alan Gilbert1-6/+0
2024-05-28net: ethernet: liquidio: remove unused structsDr. David Alan Gilbert2-11/+0
2024-05-28net: ethernet: starfire: remove unused structsDr. David Alan Gilbert1-8/+0
2024-05-28net/core: move the lockdep-init of sk_callback_lock to sk_init_common()Gou Hao1-12/+6
2024-05-28net/core: remove redundant sk_callback_lock initializationGou Hao1-1/+0
2024-05-28bpf, net: Use DEV_STAT_INC()yunshui1-4/+4
2024-05-28mISDN: remove unused struct 'bf_ctx'Dr. David Alan Gilbert1-5/+0
2024-05-26bpf, docs: Fix instruction.rst indentationDave Thaler1-13/+13
2024-05-25bpf, docs: Clarify call local offsetDave Thaler1-3/+4
2024-05-25bpf, docs: Add table captionsDave Thaler1-82/+102
2024-05-25bpf, docs: clarify sign extension of 64-bit use of 32-bit immDave Thaler1-0/+17
2024-05-25bpf, docs: Use RFC 2119 language for ISA requirementsDave Thaler1-8/+16
2024-05-25bpf, docs: Move sentence about returning R0 to abi.rstDave Thaler2-3/+3
2024-05-24bpf: constify member bpf_sysctl_kern:: TableThomas Weißschuh1-1/+1
2024-05-24riscv, bpf: Try RVC for reg move within BPF_CMPXCHG JITXiao Wang1-2/+4
2024-05-24riscv, bpf: Use STACK_ALIGN macro for size rounding upXiao Wang1-3/+3
2024-05-24riscv, bpf: Optimize zextw insn with Zba extensionXiao Wang2-0/+30
2024-05-23selftests/bpf: Handle forwarding of UDP CLOCK_TAI packetsAbhishek Chauhan3-29/+23
2024-05-23net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan11-46/+81
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan17-51/+78
2024-05-23tools/latency-collector: Fix -Wformat-security compile warnsShuah Khan1-4/+4
2024-05-23r8169: Fix possible ring buffer corruption on fragmented Tx packets.Ken Milmore1-1/+2
2024-05-23idpf: Interpret .set_channels() input differentlyLarysa Zaremba1-15/+6
2024-05-23ice: Interpret .set_channels() input differentlyLarysa Zaremba1-17/+2
2024-05-23nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka1-2/+1