Age | Commit message (Expand) | Author | Files | Lines |
2024-05-28 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 45 | -277/+696 |
2024-05-28 | net: usb: remove unused structs 'usb_context' | Dr. David Alan Gilbert | 2 | -10/+0 |
2024-05-28 | net: ethernet: 8390: ne2k-pci: remove unused struct 'ne2k_pci_card' | Dr. David Alan Gilbert | 1 | -11/+0 |
2024-05-28 | net: ethernet: mlx4: remove unused struct 'mlx4_port_config' | Dr. David Alan Gilbert | 1 | -6/+0 |
2024-05-28 | net: ethernet: liquidio: remove unused structs | Dr. David Alan Gilbert | 2 | -11/+0 |
2024-05-28 | net: ethernet: starfire: remove unused structs | Dr. David Alan Gilbert | 1 | -8/+0 |
2024-05-28 | net/core: move the lockdep-init of sk_callback_lock to sk_init_common() | Gou Hao | 1 | -12/+6 |
2024-05-28 | net/core: remove redundant sk_callback_lock initialization | Gou Hao | 1 | -1/+0 |
2024-05-28 | bpf, net: Use DEV_STAT_INC() | yunshui | 1 | -4/+4 |
2024-05-27 | mISDN: remove unused struct 'bf_ctx' | Dr. David Alan Gilbert | 1 | -5/+0 |
2024-05-26 | bpf, docs: Fix instruction.rst indentation | Dave Thaler | 1 | -13/+13 |
2024-05-25 | bpf, docs: Clarify call local offset | Dave Thaler | 1 | -3/+4 |
2024-05-25 | bpf, docs: Add table captions | Dave Thaler | 1 | -82/+102 |
2024-05-25 | bpf, docs: clarify sign extension of 64-bit use of 32-bit imm | Dave Thaler | 1 | -0/+17 |
2024-05-25 | bpf, docs: Use RFC 2119 language for ISA requirements | Dave Thaler | 1 | -8/+16 |
2024-05-25 | bpf, docs: Move sentence about returning R0 to abi.rst | Dave Thaler | 2 | -3/+3 |
2024-05-24 | bpf: constify member bpf_sysctl_kern:: Table | Thomas Weißschuh | 1 | -1/+1 |
2024-05-24 | riscv, bpf: Try RVC for reg move within BPF_CMPXCHG JIT | Xiao Wang | 1 | -2/+4 |
2024-05-24 | riscv, bpf: Use STACK_ALIGN macro for size rounding up | Xiao Wang | 1 | -3/+3 |
2024-05-24 | riscv, bpf: Optimize zextw insn with Zba extension | Xiao Wang | 2 | -0/+30 |
2024-05-23 | Merge branch 'Replace mono_delivery_time with tstamp_type' | Martin KaFai Lau | 26 | -124/+180 |
2024-05-23 | selftests/bpf: Handle forwarding of UDP CLOCK_TAI packets | Abhishek Chauhan | 3 | -29/+23 |
2024-05-23 | net: Add additional bit to support clockid_t timestamp type | Abhishek Chauhan | 11 | -46/+81 |
2024-05-23 | net: Rename mono_delivery_time to tstamp_type for scalabilty | Abhishek Chauhan | 17 | -51/+78 |
2024-05-23 | Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 26 | -245/+243 |
2024-05-23 | Merge tag 'trace-fixes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -13/+15 |
2024-05-23 | Merge tag 'trace-tools-v6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+4 |
2024-05-23 | Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 147 | -808/+794 |
2024-05-23 | Merge tag 'sparc-for-6.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 24 | -114/+76 |
2024-05-23 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 12 | -25/+125 |
2024-05-23 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 40 | -175/+353 |
2024-05-23 | tools/latency-collector: Fix -Wformat-security compile warns | Shuah Khan | 1 | -4/+4 |
2024-05-23 | r8169: Fix possible ring buffer corruption on fragmented Tx packets. | Ken Milmore | 1 | -1/+2 |
2024-05-23 | Merge branch 'intel-interpret-set_channels-input-differently' | Paolo Abeni | 2 | -32/+8 |
2024-05-23 | idpf: Interpret .set_channels() input differently | Larysa Zaremba | 1 | -15/+6 |
2024-05-23 | ice: Interpret .set_channels() input differently | Larysa Zaremba | 1 | -17/+2 |
2024-05-23 | nfc: nci: Fix handling of zero-length payload packets in nci_rx_work() | Ryosuke Yasuoka | 1 | -2/+1 |
2024-05-23 | net: relax socket state check at accept time. | Paolo Abeni | 1 | -1/+3 |
2024-05-23 | tcp: remove 64 KByte limit for initial tp->rcv_wnd value | Jason Xing | 1 | -1/+1 |
2024-05-23 | net: ti: icssg_prueth: Fix NULL pointer dereference in prueth_probe() | Romain Gantois | 1 | -2/+12 |
2024-05-23 | tls: fix missing memory barrier in tls_init | Dae R. Jeong | 1 | -1/+9 |
2024-05-23 | net: fec: avoid lock evasion when reading pps_enable | Wei Fang | 1 | -6/+8 |
2024-05-23 | Revert "ixgbe: Manual AN-37 for troublesome link partners for X550 SFI" | Jacob Keller | 2 | -56/+3 |
2024-05-23 | testing: net-drv: use stats64 for testing | Joe Damato | 1 | -1/+1 |
2024-05-22 | Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 41 | -220/+365 |
2024-05-22 | Merge tag 'mm-stable-2024-05-22-17-22' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -23/+32 |
2024-05-22 | tracing/treewide: Remove second parameter of __assign_str() | Steven Rostedt (Google) | 147 | -808/+794 |
2024-05-22 | selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncs | Brad Cowie | 3 | -0/+116 |
2024-05-22 | net: netfilter: Make ct zone opts configurable for bpf ct helpers | Brad Cowie | 1 | -13/+55 |
2024-05-22 | mm: simplify and improve print_vma_addr() output | Linus Torvalds | 1 | -13/+6 |