summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-26net: inline get_netmem() and put_netmem()Eric Dumazet2-23/+28
2026-01-26net: inline net_is_devmem_iov()Eric Dumazet3-11/+13
2026-01-26gro: change the BUG_ON() in gro_pull_from_frag0()Eric Dumazet1-1/+1
2026-01-26net: always inline skb_frag_unref() and __skb_frag_unref()Eric Dumazet1-5/+5
2026-01-26Merge branch 'u64_stats-introduce-u64_stats_copy'Jakub Kicinski4-5/+20
2026-01-26vxlan: vnifilter: fix memcpy with u64_statsDavid Yang1-1/+1
2026-01-26macsec: fix memcpy with u64_statsDavid Yang1-3/+3
2026-01-26net: bridge: mcast: fix memcpy with u64_statsDavid Yang1-1/+1
2026-01-26u64_stats: Introduce u64_stats_copy()David Yang1-0/+15
2026-01-26Documentation: net: Fix typos in netdevices.rstDimitri Daskalakis1-2/+2
2026-01-23Merge branch 'net-rds-rds-tcp-state-machine-and-message-loss-improvements'Jakub Kicinski6-81/+171
2026-01-23net/rds: rds_tcp_accept_one ought to not discard messagesGerd Rausch6-76/+169
2026-01-23net/rds: No shortcut out of RDS_CONN_ERRORGerd Rausch2-5/+2
2026-01-23Merge branch 'net-restore-the-structure-of-driver-facing-qcfg-api'Jakub Kicinski7-49/+152
2026-01-23eth: bnxt: plug bnxt_validate_qcfg() into qopsJakub Kicinski1-5/+6
2026-01-23net: add queue config validation callbackJakub Kicinski4-14/+76
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski4-39/+37
2026-01-23net: move mp->rx_page_size validation to __net_mp_open_rxq()Jakub Kicinski1-4/+6
2026-01-23net: introduce a trivial netdev_queue_config()Jakub Kicinski4-3/+39
2026-01-23eth: bnxt: always set the queue mgmt opsJakub Kicinski1-1/+5
2026-01-23Merge branch 'selftest-extend-tun-virtio-coverage-for-gso-over-udp-tunnel'Jakub Kicinski3-39/+1265
2026-01-23selftest: tun: Add test data for success and failure pathsXu Du1-2/+113
2026-01-23selftest: tun: Add test for receiving gso packet from tunXu Du1-0/+194
2026-01-23selftest: tun: Add test for sending gso packet into tunXu Du1-9/+135
2026-01-23selftest: tun: Add helpers for GSO over UDP tunnelXu Du1-0/+425
2026-01-23selftest: tun: Refactor tun_delete to use tuntap_helpersXu Du2-40/+15
2026-01-23selftest: tun: Introduce tuntap_helpers.h header for TUN/TAP testingXu Du1-0/+390
2026-01-23selftest: tun: Format tun.c existing codeXu Du1-10/+15
2026-01-23Merge branch 'geneve-introduce-double-tunnel-gso-gro-support'Jakub Kicinski10-38/+974
2026-01-23selftests: net: tests for add double tunneling GRO/GSOPaolo Abeni3-0/+395
2026-01-23geneve: use GRO hint option in the RX pathPaolo Abeni1-7/+176
2026-01-23geneve: extract hint option at GRO stagePaolo Abeni1-5/+183
2026-01-23geneve: add GRO hint output pathPaolo Abeni1-4/+120
2026-01-23geneve: pass the geneve device ptr to geneve_build_skb()Paolo Abeni1-12/+8
2026-01-23geneve: constify geneve_hlen()Paolo Abeni1-5/+5
2026-01-23geneve: add netlink support for GRO hintPaolo Abeni3-4/+29
2026-01-23vxlan: expose gso partial features for tunnel offloadPaolo Abeni1-3/+13
2026-01-23geneve: expose gso partial features for tunnel offloadPaolo Abeni2-1/+42
2026-01-23net: introduce mangleid_featuresPaolo Abeni2-1/+7
2026-01-23Merge branch 'net-convert-drivers-to-get_rx_ring_count-last-part'Jakub Kicinski14-73/+75
2026-01-23net: sfc: falcon: convert to use .get_rx_ring_countBreno Leitao1-4/+8
2026-01-23net: sfc: siena: convert to use .get_rx_ring_countBreno Leitao3-4/+9
2026-01-23net: sfc: efx: convert to use .get_rx_ring_countBreno Leitao4-4/+10
2026-01-23net: ionic: convert to use .get_rx_ring_countBreno Leitao1-15/+3
2026-01-23net: fbnic: convert to use .get_rx_ring_countBreno Leitao1-4/+8
2026-01-23net: mana: convert to use .get_rx_ring_countBreno Leitao1-10/+3
2026-01-23net: nfp: convert to use .get_rx_ring_countBreno Leitao1-3/+8
2026-01-23net: atlantic: convert to use .get_rx_ring_countBreno Leitao1-6/+12
2026-01-23net: benet: convert to use .get_rx_ring_countBreno Leitao1-23/+14
2026-01-23tcp: move tcp_stream_memory_free() to tcp.cEric Dumazet2-14/+13