summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-09-05tcp: fix __tcp_close() to only send RST when requiredEric Dumazet1-4/+5
2025-09-05smsc911x: add second read of EEPROM mac when possible corruption seenColin Foster1-2/+12
2025-09-05Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski20-73/+82
2025-09-05dt-bindings: net: cdns,macb: Add compatible for Raspberry Pi RP1Dave Stevenson1-0/+1
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski337-1685/+5219
2025-09-04Merge tag 'net-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds105-491/+3116
2025-09-04Merge tag 'slab-for-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+26
2025-09-04net/smc: Improve log message for devices w/o pnetidAlexandra Winter2-11/+20
2025-09-04phy: mscc: Stop taking ts_lock for tx_queue and use its own lockHoratiu Vultur1-10/+8
2025-09-04selftest: net: Fix weird setsockopt() in bind_bhash.c.Kuniyuki Iwashima1-2/+2
2025-09-04MAINTAINERS: add Sabrina to TLS maintainersJakub Kicinski1-0/+1
2025-09-04gve: update MAINTAINERSJeroen de Borst1-1/+1
2025-09-04net: dsa: dsa_loop: use int type to store negative error codesQianfeng Rong1-1/+2
2025-09-04ppp: fix memory leak in pad_compress_skbQingfang Deng1-3/+3
2025-09-04dt-bindings: net: sun4i-emac: add dma supportConley Lee1-0/+9
2025-09-04net: xilinx: axienet: Add error handling for RX metadata pointer retrievalAbin Joseph1-0/+10
2025-09-04Merge tag 'nf-25-09-04' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski5-15/+38
2025-09-04Merge branch 'eth-fbnic-support-queue-api-and-zero-copy-rx'Paolo Abeni8-219/+444
2025-09-04eth: fbnic: support queue ops / zero-copy RxJakub Kicinski3-2/+174
2025-09-04eth: fbnic: don't pass NAPI into pp allocJakub Kicinski1-4/+4
2025-09-04eth: fbnic: defer page pool recycling activation to queue startJakub Kicinski1-1/+5
2025-09-04eth: fbnic: allocate unreadable page pool for the payloadsJakub Kicinski1-10/+21
2025-09-04net: add helper to pre-check if PP for an Rx queue will be unreadableJakub Kicinski4-8/+24
2025-09-04eth: fbnic: split fbnic_fill()Jakub Kicinski1-15/+18
2025-09-04eth: fbnic: split fbnic_enable()Jakub Kicinski1-21/+24
2025-09-04eth: fbnic: split fbnic_flush()Jakub Kicinski1-35/+38
2025-09-04eth: fbnic: split fbnic_disable()Jakub Kicinski1-19/+23
2025-09-04eth: fbnic: request ops lockJakub Kicinski3-8/+18
2025-09-04eth: fbnic: use netmem_ref where applicableJakub Kicinski2-27/+40
2025-09-04eth: fbnic: move page pool alloc to fbnic_alloc_rx_qt_resources()Jakub Kicinski1-27/+8
2025-09-04eth: fbnic: move xdp_rxq_info_reg() to resource allocJakub Kicinski1-32/+26
2025-09-04eth: fbnic: move page pool pointer from NAPI to the ring structJakub Kicinski2-44/+55
2025-09-04ipv6: sit: Add ipip6_tunnel_dst_find() for cleanupYue Haibing1-56/+48
2025-09-04net: atm: fix memory leak in atm_register_sysfs when device_register failWang Liang1-2/+4
2025-09-04Merge branch 'net-renesas-rswitch-r-car-s4-add-hw-offloading-for-layer-2-swit...Paolo Abeni5-6/+455
2025-09-04net: renesas: rswitch: add modifiable ageing timeMichael Dege1-0/+20
2025-09-04net: renesas: rswitch: add offloading for L2 switchingMichael Dege5-5/+412
2025-09-04net: renesas: rswitch: configure default ageing timeMichael Dege2-2/+23
2025-09-04net: renesas: rswitch: rename rswitch.c to rswitch_main.cMichael Dege2-0/+1
2025-09-04netfilter: nf_tables: Introduce NFTA_DEVICE_PREFIXPhil Sutter2-11/+33
2025-09-04selftests: netfilter: fix udpclash tool hangFlorian Westphal3-4/+5
2025-09-04Merge tag 'v6.17-rc4-ksmbd-fix' of git://git.samba.org/ksmbdLinus Torvalds2-11/+16
2025-09-04Merge branch 'net-phy-micrel-add-ptp-support-for-lan8842'Jakub Kicinski1-5/+111
2025-09-04net: phy: micrel: Add PTP support for lan8842Horatiu Vultur1-0/+99
2025-09-04net: phy: micrel: Introduce function __lan8814_ptp_probe_onceHoratiu Vultur1-5/+12
2025-09-04ax25: properly unshare skbs in ax25_kiss_rcv()Eric Dumazet1-0/+4
2025-09-04net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 msJuraj Ĺ arinay1-1/+1
2025-09-04mctp: return -ENOPROTOOPT for unknown getsockopt optionsAlok Tiwari1-1/+1
2025-09-04net/smc: Remove validation of reserved bits in CLC Decline messageMahanta Jambigi1-2/+0
2025-09-04ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()Dan Carpenter1-4/+3