summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-01-26rust: sync: atomic: Provide stub for `rusttest` 32-bit hostsMiguel Ojeda-0/+11
2026-01-25dt-bindings: net: dsa: fix typos in bindings docsAkiyoshi Kurita-1/+1
2026-01-25net: dsa: yt921x: Fix MIB overflow wraparound routineDavid Yang-7/+8
2026-01-25Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-1146/+1417
2026-01-25net: usb: sr9700: rename register write commands for clarityEthan Nelson-Moore-6/+6
2026-01-25net: usb: sr9700: use ETH_ALEN instead of magic numberEthan Nelson-Moore-1/+1
2026-01-25Merge branch 'net-neighbour-notify-changes-atomically'Jakub Kicinski-57/+93
2026-01-25net: core: neighbour: Make another netlink notification atomicallyPetr Machata-4/+9
2026-01-25net: core: neighbour: Make one netlink notification atomicallyPetr Machata-3/+5
2026-01-25net: core: neighbour: Reorder netlink & internal notificationPetr Machata-2/+2
2026-01-25net: core: neighbour: Inline neigh_update_notify() callsPetr Machata-11/+10
2026-01-25net: core: neighbour: Process ARP queue laterPetr Machata-1/+7
2026-01-25net: core: neighbour: Extract ARP queue processing to a helper functionPetr Machata-35/+43
2026-01-25net: core: neighbour: Call __neigh_notify() under a lockPetr Machata-6/+12
2026-01-25net: core: neighbour: Add a neigh_fill_info() helper for when lock not heldPetr Machata-7/+17
2026-01-25ipv4: igmp: annotate data-races around idev->mr_maxdelayEric Dumazet-3/+3
2026-01-25net/mlx5: Fix return type mismatch in mlx5_esw_vport_vhca_id()Zeng Chi-1/+1
2026-01-25net: wwan: t7xx: fix potential skb->frags overflow in RX pathKery Qi-2/+7
2026-01-25ipvlan: remove ipvlan_ht_addr_lookup()Eric Dumazet-21/+34
2026-01-25Linux 6.19-rc7v6.19-rc7Linus Torvalds-1/+1
2026-01-25rust: auxiliary: use `pin_init::zeroed()` for device IDAtharv Dubey-6/+1
2026-01-25net: expand NETDEV_RSS_KEY_LEN to 256 bytesEric Dumazet-10/+16
2026-01-25Merge branch 'net-few-critical-helpers-are-inlined-again'Jakub Kicinski-40/+47
2026-01-25net: inline get_netmem() and put_netmem()Eric Dumazet-23/+28
2026-01-25net: inline net_is_devmem_iov()Eric Dumazet-11/+13
2026-01-25gro: change the BUG_ON() in gro_pull_from_frag0()Eric Dumazet-1/+1
2026-01-25net: always inline skb_frag_unref() and __skb_frag_unref()Eric Dumazet-5/+5
2026-01-25selftests: net: add ipv6 ping to local address from localhostFernando Fernandez Mancera-0/+7
2026-01-25ipv6: use the right ifindex when replying to icmpv6 from localhostFernando Fernandez Mancera-1/+3
2026-01-25Merge branch 'u64_stats-introduce-u64_stats_copy'Jakub Kicinski-5/+20
2026-01-25vxlan: vnifilter: fix memcpy with u64_statsDavid Yang-1/+1
2026-01-25macsec: fix memcpy with u64_statsDavid Yang-3/+3
2026-01-25net: bridge: mcast: fix memcpy with u64_statsDavid Yang-1/+1
2026-01-25u64_stats: Introduce u64_stats_copy()David Yang-0/+15
2026-01-25net: mvpp2: cls: Fix memory leak in mvpp2_ethtool_cls_rule_ins()Zilin Guan-1/+1
2026-01-25Documentation: net: Fix typos in netdevices.rstDimitri Daskalakis-2/+2
2026-01-25sfc: fix deadlock in RSS config readEdward Cree-6/+1
2026-01-25Merge tag 'linux-can-fixes-for-6.19-20260123' of git://git.kernel.org/pub/scm...Jakub Kicinski-3/+3
2026-01-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-4/+36
2026-01-25rust: debugfs: use pin_init::zeroed() for file_operationsKe Sun-12/+6
2026-01-25Merge tag 'keys-trusted-next-6.19-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2026-01-25Merge tag 'char-misc-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-139/+313
2026-01-25Merge tag 'tty-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-8/+13
2026-01-25Merge tag 'i2c-for-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2026-01-25Merge tag 'input-for-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+18
2026-01-25selftests: ublk: add missing gitignore for metadata_size binaryAlexander Atanasov-2/+4
2026-01-25io_uring/rsrc: use GFP_KERNEL_ACCOUNT consistentlyJens Axboe-2/+2
2026-01-25io_uring/futex: use GFP_KERNEL_ACCOUNT for futex data allocationJens Axboe-1/+1
2026-01-25keys/trusted_keys: fix handle passed to tpm_buf_append_name during unsealSrish Srinivasan-2/+2
2026-01-25Merge branch 'selftests-bpf-introduce-execution-context-detection-helpers'Alexei Starovoitov-0/+202