summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-10rxrpc: Fix injection of packet lossDavid Howells1-10/+11
2024-12-10rxrpc: Fix CPU time starvation in I/O threadDavid Howells9-75/+96
2024-12-10rxrpc: Add a tracepoint to show variables pertinent to jumbo packet sizeDavid Howells2-0/+43
2024-12-10rxrpc: Prepare to be able to send jumbo DATA packetsDavid Howells6-60/+137
2024-12-10rxrpc: Separate the packet length from the data length in rxrpc_txbufDavid Howells6-32/+36
2024-12-10rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)David Howells15-57/+382
2024-12-10rxrpc: Use a large kvec[] in rxrpc_local rather than every rxrpc_txbufDavid Howells2-12/+39
2024-12-10rxrpc: Request an ACK on impending Tx stallDavid Howells4-4/+11
2024-12-10rxrpc: Show stats counter for received reason-0 ACKsDavid Howells1-2/+3
2024-12-10rxrpc: Don't set the MORE-PACKETS rxrpc wire header flagDavid Howells1-3/+0
2024-12-10rxrpc: Clean up Tx header flags generation handlingDavid Howells4-10/+14
2024-12-10rxrpc: Use umin() and umax() rather than min_t()/max_t() where possibleDavid Howells11-25/+21
2024-12-10rxrpc: Fix handling of received connection abortDavid Howells2-4/+33
2024-12-10ktime: Add us_to_ktime()David Howells1-0/+5
2024-12-09Merge branch 'cn10k-ipswec-outbound-inline-support'David S. Miller13-54/+1581
2024-12-09cn10k-ipsec: Enable outbound ipsec crypto offloadBharat Bhushan1-3/+3
2024-12-09cn10k-ipsec: Allow ipsec crypto offload for skb with SABharat Bhushan1-0/+15
2024-12-09cn10k-ipsec: Process outbound ipsec crypto offloadBharat Bhushan7-3/+321
2024-12-09cn10k-ipsec: Add SA add/del support for outb ipsec crypto offloadBharat Bhushan2-0/+523
2024-12-09cn10k-ipsec: Init hardware for outbound ipsec crypto offloadBharat Bhushan7-2/+566
2024-12-09octeontx2-af: Disable backpressure between CPT and NIXBharat Bhushan6-17/+106
2024-12-09octeontx2-pf: Move skb fragment map/unmap to common codeBharat Bhushan3-46/+50
2024-12-09octeontx2-pf: map skb data as device writeableBharat Bhushan1-2/+16
2024-12-08rtase: Refine the if statementJustin Lai1-6/+6
2024-12-08Merge branch 'net-net-add-negotiation-of-in-band-capabilities-remainder'Jakub Kicinski3-0/+66
2024-12-08net: pcs: xpcs: implement pcs_inband_caps() methodRussell King (Oracle)1-0/+28
2024-12-08net: pcs: pcs-mtk-lynxi: implement pcs_inband_caps() methodRussell King (Oracle)1-0/+16
2024-12-08net: pcs: pcs-lynx: implement pcs_inband_caps() methodRussell King (Oracle)1-0/+22
2024-12-08tun: fix group permission checkStas Sergeev1-5/+9
2024-12-08tools: ynl-gen-c: don't require -o argumentJohannes Berg1-1/+4
2024-12-08tools: ynl-gen-c: annotate valid choices for --modeJohannes Berg1-1/+2
2024-12-07Merge branch 'net-convert-some-udp-tunnel-drivers-to-netdev_pcpu_stat_dstats'Jakub Kicinski5-63/+82
2024-12-07bareudp: Handle stats using NETDEV_PCPU_STAT_DSTATS.Guillaume Nault1-8/+8
2024-12-07geneve: Handle stats using NETDEV_PCPU_STAT_DSTATS.Guillaume Nault1-6/+6
2024-12-07vxlan: Handle stats using NETDEV_PCPU_STAT_DSTATS.Guillaume Nault1-14/+14
2024-12-07vrf: Make pcpu_dstats update functions available to other modules.Guillaume Nault2-35/+54
2024-12-07Merge branch 'lan78xx-preparations-for-phylink'Jakub Kicinski1-352/+433
2024-12-07net: usb: lan78xx: Improve error handling in dataport and multicast writesOleksij Rempel1-22/+45
2024-12-07net: usb: lan78xx: Add error handling to lan78xx_irq_bus_sync_unlockOleksij Rempel1-2/+11
2024-12-07net: usb: lan78xx: Add error handling to set_rx_max_frame_length and set_mtuOleksij Rempel1-6/+18
2024-12-07net: usb: lan78xx: Add error handling to lan78xx_init_ltmOleksij Rempel1-11/+39
2024-12-07net: usb: lan78xx: Improve error handling in EEPROM and OTP operationsOleksij Rempel1-88/+152
2024-12-07net: usb: lan78xx: Fix error handling in MII read/write functionsOleksij Rempel1-1/+9
2024-12-07net: usb: lan78xx: Improve error reporting with %pe specifierOleksij Rempel1-4/+4
2024-12-07net: usb: lan78xx: move functions to avoid forward definitionsOleksij Rempel1-150/+150
2024-12-07net: usb: lan78xx: Remove KSZ9031 PHY fixupOleksij Rempel1-33/+5
2024-12-07net: usb: lan78xx: Remove LAN8835 PHY fixupOleksij Rempel1-35/+0
2024-12-07Merge branch 'net-phylib-eee-cleanups'Jakub Kicinski4-19/+10
2024-12-07net: phy: update phy_ethtool_get_eee() documentationRussell King (Oracle)1-2/+2
2024-12-07net: phy: remove genphy_c45_eee_is_active()'s is_enabled argRussell King (Oracle)3-12/+7