summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-10-23Merge branch 'net-ravb-fix-soc-specific-configuration-and-descriptor-handling...Jakub Kicinski1-2/+22
2025-10-23net: ravb: Ensure memory write completes before ringing TX doorbellLad Prabhakar1-0/+8
2025-10-23net: ravb: Enforce descriptor type orderingLad Prabhakar1-2/+14
2025-10-22net: hibmcge: select FIXED_PHYHeiner Kallweit1-0/+1
2025-10-22net: dlink: use dev_kfree_skb_any instead of dev_kfree_skbYeounsu Moon1-1/+1
2025-10-22Merge tag 'linux-can-fixes-for-6.18-20251020' of git://git.kernel.org/pub/scm...Jakub Kicinski4-5/+7
2025-10-22Documentation: networking: ax25: update the mailing list info.Randy Dunlap1-3/+4
2025-10-22net: gro_cells: fix lock imbalance in gro_cells_receive()Eric Dumazet1-3/+2
2025-10-22Merge branch 'mptcp-handle-late-add_addr-selftests-skip'Jakub Kicinski2-9/+15
2025-10-22selftests: mptcp: join: mark laminar tests as skipped if not supportedMatthieu Baerts (NGI0)1-5/+5
2025-10-22selftests: mptcp: join: mark 'delete re-add signal' as skipped if not supportedMatthieu Baerts (NGI0)1-1/+1
2025-10-22selftests: mptcp: join: mark implicit tests as skipped if not supportedMatthieu Baerts (NGI0)1-2/+2
2025-10-22selftests: mptcp: join: mark 'flush re-add' as skipped if not supportedMatthieu Baerts (NGI0)1-1/+1
2025-10-22mptcp: pm: in-kernel: C-flag: handle late ADD_ADDRMatthieu Baerts (NGI0)1-0/+6
2025-10-21net: ethernet: ti: am65-cpts: fix timestamp loss due to race conditionsAksh Garg1-20/+43
2025-10-21net/smc: fix general protection fault in __smc_diag_dumpWang Liang1-13/+0
2025-10-21Merge branch 'fix-generating-skb-from-non-linear-xdp_buff-for-mlx5'Jakub Kicinski1-9/+42
2025-10-21net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for striding RQAmery Hung1-3/+23
2025-10-21net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for legacy RQAmery Hung1-6/+19
2025-10-21selftests: net: fix server bind failure in sctp_vrf.shXin Long2-43/+47
2025-10-20can: netlink: can_changelink(): allow disabling of automatic restartMarc Kleine-Budde1-2/+4
2025-10-20Merge patch series "can: drivers: drop skb in xmit if device is in listen onl...Marc Kleine-Budde3-3/+3
2025-10-20can: rockchip-canfd: rkcanfd_start_xmit(): use can_dev_dropped_skb() instead ...Marc Kleine-Budde1-1/+1
2025-10-20can: esd: acc_start_xmit(): use can_dev_dropped_skb() instead of can_dropped_...Marc Kleine-Budde1-1/+1
2025-10-20can: bxcan: bxcan_start_xmit(): use can_dev_dropped_skb() instead of can_drop...Marc Kleine-Budde1-1/+1
2025-10-18net: phy: realtek: fix rtl8221b-vm-cg nameAleksander Jan Bajkowski1-8/+8
2025-10-18dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx pathIoana Ciornei1-2/+1
2025-10-18net: bonding: update the slave array for broadcast modeTonghao Zhang1-2/+5
2025-10-18Documentation: net: net_failover: Separate cloud-ifupdown-helper and reattach...Bagas Sanjaya1-4/+2
2025-10-18net: enetc: correct the value of ENETC_RXB_TRUESIZEWei Fang1-1/+1
2025-10-18net: enetc: fix the deadlock of enetc_mdio_lockJianpeng Chang1-4/+21
2025-10-17net: stmmac: dwmac-rk: Fix disabling set_clock_selectionSebastian Reichel1-4/+5
2025-10-17rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck1-3/+0
2025-10-17net: rmnet: Fix checksum offload header v5 and aggregation packet formattingBagas Sanjaya1-3/+9
2025-10-17net/mlx5e: psp, avoid 'accel' NULL pointer dereferenceCosmin Ratiu1-3/+4
2025-10-17net: gro: clear skb_shinfo(skb)->hwtstamps in napi_reuse_skb()Eric Dumazet1-2/+8
2025-10-17net/mlx5e: Return 1 instead of 0 in invalid case in mlx5e_mpwrq_umr_entry_size()Nathan Chancellor1-1/+1
2025-10-17net: usb: rtl8150: Fix frame paddingMichal Pecio1-2/+9
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds57-182/+817
2025-10-16Merge tag 'ata-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2-7/+10
2025-10-16udp: do not use skb_release_head_state() before skb_attempt_defer_free()Eric Dumazet2-2/+1
2025-10-16net: usb: lan78xx: fix use of improperly initialized dev->chipid in lan78xx_r...I Viswanath1-4/+4
2025-10-16Merge tag 'linux-can-fixes-for-6.18-20251014' of git://git.kernel.org/pub/scm...Jakub Kicinski6-47/+122
2025-10-16netdevsim: set the carrier when the device goes upBreno Leitao1-0/+7
2025-10-16Merge branch 'tls-misc-bugfixes'Jakub Kicinski3-11/+92
2025-10-16selftests: tls: add test for short splice due to full skmsgSabrina Dubroca1-0/+31
2025-10-16selftests: net: tls: add tests for cmsg vs MSG_MORESabrina Dubroca1-0/+34
2025-10-16tls: don't rely on tx_work during send()Sabrina Dubroca1-0/+13
2025-10-16tls: wait for pending async decryptions if tls_strp_msg_hold failsSabrina Dubroca1-2/+4
2025-10-16tls: always set record_type in tls_process_cmsgSabrina Dubroca1-5/+2