summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-26ice: shorten ring stat names and add accessorsJacob Keller
2026-01-26ice: use u64_stats API to access pkts/bytes in dim sampleJacob Keller
2026-01-26ice: remove ice_q_stats struct and use struct_groupJacob Keller
2026-01-26ice: pass pointer to ice_fetch_u64_stats_per_ringJacob Keller
2026-01-25dt-bindings: net: dsa: fix typos in bindings docsAkiyoshi Kurita
2026-01-25Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2026-01-25net: usb: sr9700: rename register write commands for clarityEthan Nelson-Moore
2026-01-25net: usb: sr9700: use ETH_ALEN instead of magic numberEthan Nelson-Moore
2026-01-25Merge branch 'net-neighbour-notify-changes-atomically'Jakub Kicinski
2026-01-25net: core: neighbour: Make another netlink notification atomicallyPetr Machata
2026-01-25net: core: neighbour: Make one netlink notification atomicallyPetr Machata
2026-01-25net: core: neighbour: Reorder netlink & internal notificationPetr Machata
2026-01-25net: core: neighbour: Inline neigh_update_notify() callsPetr Machata
2026-01-25net: core: neighbour: Process ARP queue laterPetr Machata
2026-01-25net: core: neighbour: Extract ARP queue processing to a helper functionPetr Machata
2026-01-25net: core: neighbour: Call __neigh_notify() under a lockPetr Machata
2026-01-25net: core: neighbour: Add a neigh_fill_info() helper for when lock not heldPetr Machata
2026-01-25ipv4: igmp: annotate data-races around idev->mr_maxdelayEric Dumazet
2026-01-25ipvlan: remove ipvlan_ht_addr_lookup()Eric Dumazet
2026-01-25net: expand NETDEV_RSS_KEY_LEN to 256 bytesEric Dumazet
2026-01-25Merge branch 'net-few-critical-helpers-are-inlined-again'Jakub Kicinski
2026-01-25net: inline get_netmem() and put_netmem()Eric Dumazet
2026-01-25net: inline net_is_devmem_iov()Eric Dumazet
2026-01-25gro: change the BUG_ON() in gro_pull_from_frag0()Eric Dumazet
2026-01-25net: always inline skb_frag_unref() and __skb_frag_unref()Eric Dumazet
2026-01-25Merge branch 'u64_stats-introduce-u64_stats_copy'Jakub Kicinski
2026-01-25vxlan: vnifilter: fix memcpy with u64_statsDavid Yang
2026-01-25macsec: fix memcpy with u64_statsDavid Yang
2026-01-25net: bridge: mcast: fix memcpy with u64_statsDavid Yang
2026-01-25u64_stats: Introduce u64_stats_copy()David Yang
2026-01-25Documentation: net: Fix typos in netdevices.rstDimitri Daskalakis
2026-01-23Merge branch 'net-rds-rds-tcp-state-machine-and-message-loss-improvements'Jakub Kicinski
2026-01-23net/rds: rds_tcp_accept_one ought to not discard messagesGerd Rausch
2026-01-23net/rds: No shortcut out of RDS_CONN_ERRORGerd Rausch
2026-01-23Merge branch 'net-restore-the-structure-of-driver-facing-qcfg-api'Jakub Kicinski
2026-01-23eth: bnxt: plug bnxt_validate_qcfg() into qopsJakub Kicinski
2026-01-23net: add queue config validation callbackJakub Kicinski
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski
2026-01-23net: move mp->rx_page_size validation to __net_mp_open_rxq()Jakub Kicinski
2026-01-23net: introduce a trivial netdev_queue_config()Jakub Kicinski
2026-01-23eth: bnxt: always set the queue mgmt opsJakub Kicinski
2026-01-23Merge branch 'selftest-extend-tun-virtio-coverage-for-gso-over-udp-tunnel'Jakub Kicinski
2026-01-23selftest: tun: Add test data for success and failure pathsXu Du
2026-01-23selftest: tun: Add test for receiving gso packet from tunXu Du
2026-01-23selftest: tun: Add test for sending gso packet into tunXu Du
2026-01-23selftest: tun: Add helpers for GSO over UDP tunnelXu Du
2026-01-23selftest: tun: Refactor tun_delete to use tuntap_helpersXu Du
2026-01-23selftest: tun: Introduce tuntap_helpers.h header for TUN/TAP testingXu Du
2026-01-23selftest: tun: Format tun.c existing codeXu Du
2026-01-23Merge branch 'geneve-introduce-double-tunnel-gso-gro-support'Jakub Kicinski