| Commit message (Expand) | Author | Files | Lines |
2024-05-30 | doc: netlink: Fix op pre and post fields in generated .rst | Donald Hunter | 1 | -1/+4 |
2024-05-30 | doc: netlink: Fix formatting of op flags in generated .rst | Donald Hunter | 1 | -1/+3 |
2024-05-30 | doc: netlink: Don't 'sanitize' op docstrings in generated .rst | Donald Hunter | 2 | -1/+2 |
2024-05-30 | doc: netlink: Fix generated .rst for multi-line docs | Donald Hunter | 1 | -1/+1 |
2024-05-30 | net: ethernet: ti: am65-cpsw-nuss: populate netdev of_node | Alexander Sverdlin | 1 | -0/+1 |
2024-05-30 | net: ethernet: ti: am65-cpsw-nuss: rename phy_node -> port_np | Alexander Sverdlin | 2 | -4/+4 |
2024-05-30 | tcp: fix races in tcp_v[46]_err() | Eric Dumazet | 2 | -15/+6 |
2024-05-30 | tcp: fix races in tcp_abort() | Eric Dumazet | 1 | -5/+1 |
2024-05-30 | tcp: fix race in tcp_write_err() | Eric Dumazet | 1 | -5/+1 |
2024-05-30 | tcp: add tcp_done_with_error() helper | Eric Dumazet | 3 | -12/+23 |
2024-05-30 | netconsole: Do not shutdown dynamic configuration if cmdline is invalid | Breno Leitao | 1 | -0/+2 |
2024-05-30 | dt-bindings: net: rockchip-dwmac: Fix rockchip,rk3308-gmac compatible | Jonas Karlman | 1 | -0/+1 |
2024-05-30 | net: dsa: lan9303: imply SMSC_PHY | Alexander Sverdlin | 1 | -0/+1 |
2024-05-29 | net: phy: xilinx-gmii2rgmii: Adopt clock support | Vineeth Karumanchi | 1 | -0/+7 |
2024-05-29 | dt-bindings: net: xilinx_gmii2rgmii: Add clock support | Vineeth Karumanchi | 1 | -0/+5 |
2024-05-29 | net: ethernet: cortina: Restore TSO support | Linus Walleij | 1 | -4/+19 |
2024-05-29 | ipvs: constify ctl_table arguments of utility functions | Thomas Weißschuh | 1 | -3/+4 |
2024-05-29 | net/ipv6/ndisc: constify ctl_table arguments of utility function | Thomas Weißschuh | 1 | -1/+1 |
2024-05-29 | net/ipv6/addrconf: constify ctl_table arguments of utility functions | Thomas Weißschuh | 1 | -4/+4 |
2024-05-29 | net/ipv4/sysctl: constify ctl_table arguments of utility functions | Thomas Weißschuh | 1 | -2/+4 |
2024-05-29 | net/neighbour: constify ctl_table arguments of utility function | Thomas Weißschuh | 1 | -1/+1 |
2024-05-29 | r8169: remove detection of chip version 11 (early RTL8168b) | Heiner Kallweit | 1 | -1/+3 |
2024-05-29 | r8169: disable interrupt source RxOverflow | Heiner Kallweit | 1 | -3/+1 |
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-28 | 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 | 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 | 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 | 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 |