summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski45-277/+696
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-27mISDN: 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-23Merge branch 'Replace mono_delivery_time with tstamp_type'Martin KaFai Lau26-124/+180
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-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds26-245/+243
2024-05-23Merge tag 'trace-fixes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-13/+15
2024-05-23Merge tag 'trace-tools-v6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds147-808/+794
2024-05-23Merge tag 'sparc-for-6.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds24-114/+76
2024-05-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds12-25/+125
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds40-175/+353
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-23Merge branch 'intel-interpret-set_channels-input-differently'Paolo Abeni2-32/+8
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
2024-05-23net: relax socket state check at accept time.Paolo Abeni1-1/+3
2024-05-23tcp: remove 64 KByte limit for initial tp->rcv_wnd valueJason Xing1-1/+1
2024-05-23net: ti: icssg_prueth: Fix NULL pointer dereference in prueth_probe()Romain Gantois1-2/+12
2024-05-23tls: fix missing memory barrier in tls_initDae R. Jeong1-1/+9
2024-05-23net: fec: avoid lock evasion when reading pps_enableWei Fang1-6/+8
2024-05-23Revert "ixgbe: Manual AN-37 for troublesome link partners for X550 SFI"Jacob Keller2-56/+3
2024-05-23testing: net-drv: use stats64 for testingJoe Damato1-1/+1
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds41-220/+365
2024-05-22Merge tag 'mm-stable-2024-05-22-17-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-23/+32
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)147-808/+794
2024-05-22selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncsBrad Cowie3-0/+116
2024-05-22net: netfilter: Make ct zone opts configurable for bpf ct helpersBrad Cowie1-13/+55
2024-05-22mm: simplify and improve print_vma_addr() outputLinus Torvalds1-13/+6