summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-27selftests/vsock: add vm_dmesg_{warn,oops}_count() helpersBobby Eshleman1-4/+15
2026-01-27selftests/vsock: prepare vm management helpers for namespacesBobby Eshleman1-32/+69
2026-01-27selftests/vsock: add namespace helpers to vmtest.shBobby Eshleman1-0/+32
2026-01-27selftests/vsock: increase timeout to 1200Bobby Eshleman1-1/+1
2026-01-27vsock: add netns support to virtio transportsBobby Eshleman5-40/+84
2026-01-27virtio: set skb owner of virtio_transport_reset_no_sock() replyBobby Eshleman1-0/+6
2026-01-27vsock: add netns to vsock coreBobby Eshleman12-51/+437
2026-01-27net: ethernet: ti: netcp: Use u64_stats_t with u64_stats_sync properlyDavid Yang2-12/+12
2026-01-27netdevsim: use u64_stats_t with u64_stats_sync properlyDavid Yang2-12/+14
2026-01-27selftests: net: fix wrong boolean evaluation in __exit__Gal Pressman1-1/+1
2026-01-27r8169: remove optional size argument in calls to strscpyHeiner Kallweit2-5/+4
2026-01-27r8169: add support for extended chip version id and RTL9151ASJaven Xu2-9/+39
2026-01-27net: usb: replace unnecessary get_link functions with usbnet_get_linkEthan Nelson-Moore3-25/+4
2026-01-27net: usb: smsc95xx: use phy_do_ioctl_running functionEthan Nelson-Moore1-9/+1
2026-01-27Merge branch 'code-clean-up'Jakub Kicinski3-102/+24
2026-01-27net: bcmasp: streamline early exit in probeJustin Chen1-13/+14
2026-01-27net: bcmasp: clean up some legacy logicJustin Chen3-89/+10
2026-01-27net: alacritech: Use u64_stats_t with u64_stats_sync properlyDavid Yang2-29/+29
2026-01-27net: include <linux/hex.h> from sysctl_net_core.cEric Dumazet1-0/+1
2026-01-26dt-bindings: net: dsa: fix typos in bindings docsAkiyoshi Kurita1-1/+1
2026-01-26Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski13-1146/+1417
2026-01-26net: usb: sr9700: rename register write commands for clarityEthan Nelson-Moore2-6/+6
2026-01-26net: usb: sr9700: use ETH_ALEN instead of magic numberEthan Nelson-Moore1-1/+1
2026-01-26Merge branch 'net-neighbour-notify-changes-atomically'Jakub Kicinski1-57/+93
2026-01-26net: core: neighbour: Make another netlink notification atomicallyPetr Machata1-4/+9
2026-01-26net: core: neighbour: Make one netlink notification atomicallyPetr Machata1-3/+5
2026-01-26net: core: neighbour: Reorder netlink & internal notificationPetr Machata1-2/+2
2026-01-26net: core: neighbour: Inline neigh_update_notify() callsPetr Machata1-11/+10
2026-01-26net: core: neighbour: Process ARP queue laterPetr Machata1-1/+7
2026-01-26net: core: neighbour: Extract ARP queue processing to a helper functionPetr Machata1-35/+43
2026-01-26net: core: neighbour: Call __neigh_notify() under a lockPetr Machata1-6/+12
2026-01-26net: core: neighbour: Add a neigh_fill_info() helper for when lock not heldPetr Machata1-7/+17
2026-01-26ipv4: igmp: annotate data-races around idev->mr_maxdelayEric Dumazet2-3/+3
2026-01-26ipvlan: remove ipvlan_ht_addr_lookup()Eric Dumazet1-21/+34
2026-01-26net: expand NETDEV_RSS_KEY_LEN to 256 bytesEric Dumazet3-10/+16
2026-01-26Merge branch 'net-few-critical-helpers-are-inlined-again'Jakub Kicinski6-40/+47
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