summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-11tcp: use WRITE_ONCE() for tsoffset in tcp_v6_connect()Wesley Atwell-1/+1
2026-03-11Merge tag 'nf-26-03-10' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski-14/+23
2026-03-11Merge branch 'selftests-net-fix-cmd-process-timeout-handling'Jakub Kicinski-2/+3
2026-03-11selftests: net: fix timeout passed as positional argument to communicate()Gal Pressman-1/+1
2026-03-11selftests: net: pass bpftrace timeout to cmd()Gal Pressman-1/+2
2026-03-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-82/+44
2026-03-11Merge branch 'neighbour-fix-update-of-proxy-neighbour'Jakub Kicinski-1/+57
2026-03-11selftests: rtnetlink: add neighbour update testSabrina Dubroca-0/+55
2026-03-11neighbour: restore protocol != 0 check in pneigh updateSabrina Dubroca-1/+2
2026-03-11net: dsa: realtek: Fix LED group port bit for non-zero LED groupMarek Behún-3/+3
2026-03-11Merge branch 'net-macb-clean-up-several-member-settings-of-macb_config-instan...Jakub Kicinski-58/+34
2026-03-11net: macb: Clean up the .usrio settings in macb_config instancesKevin Hao-18/+1
2026-03-11net: macb: Clean up the .init settings in macb_config instancesKevin Hao-18/+14
2026-03-11net: macb: Clean up the .clk_init setting in the macb_config instancesKevin Hao-22/+19
2026-03-11selftests: net: local_termination: test link-local protocolsDaniel Golle-0/+25
2026-03-11tipc: fix divide-by-zero in tipc_sk_filter_connect()Mehul Rao-0/+2
2026-03-11tcp: add sysctl_tcp_shrink_window to netns_ipv4_sysctl.rstEric Dumazet-0/+1
2026-03-11selftests: af_unix: validate SO_PEEK_OFF advancement and resetSoichiro Ueda-0/+46
2026-03-11net: dsa: microchip: Fix error path in PTP IRQ setupBastien Curutchet (Schneider Electric)-3/+8
2026-03-11Merge branch 'net-bpf-nd_tbl-fixes-for-when-ipv6-disable-1'Jakub Kicinski-10/+20
2026-03-11bpf: bpf_out_neigh_v6: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière-0/+3
2026-03-11bpf: bpf_out_neigh_v4: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière-0/+4
2026-03-11net: bonding: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière-1/+1
2026-03-11ipv6: move the disable_ipv6_mod knob to core codeJakub Kicinski-9/+12
2026-03-11cifs: make default value of retrans as zeroShyam Prasad N-1/+1
2026-03-11smb: client: fix open handle lookup in cifs_open()Paulo Alcantara-76/+113
2026-03-11smb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho-2/+12
2026-03-11dt-bindings: bus: Remove unused bindingsAndy Shevchenko-197/+0
2026-03-11bus: Remove not-going-to-be-supported code for Baikal SoCAndy Shevchenko-720/+0
2026-03-11Merge patch series "pidfd: add CLONE_AUTOREAP, CLONE_NNP, and CLONE_PIDFD_AUT...Christian Brauner-13/+996
2026-03-11selftests/pidfd: add CLONE_PIDFD_AUTOKILL testsChristian Brauner-0/+278
2026-03-11selftests/pidfd: add CLONE_NNP testsChristian Brauner-0/+126
2026-03-11selftests/pidfd: add CLONE_AUTOREAP testsChristian Brauner-1/+498
2026-03-11cgroup: replace global cgroup_file_kn_lock with per-cgroup_file lockShakeel Butt-16/+9
2026-03-11cgroup: add lockless fast-path checks to cgroup_file_notify()Shakeel Butt-13/+17
2026-03-11cgroup: reduce cgroup_file_kn_lock hold time in cgroup_file_notify()Shakeel Butt-1/+8
2026-03-11pidfd: add CLONE_PIDFD_AUTOKILLChristian Brauner-9/+60
2026-03-11clone: add CLONE_NNPChristian Brauner-1/+10
2026-03-11clone: add CLONE_AUTOREAPChristian Brauner-4/+26
2026-03-11i3c: dw-i3c-master: Set SIR_REJECT in DAT on device attach and reattachAdrian Ng Ho Yin-2/+2
2026-03-11i3c: master: dw-i3c: Fix missing of_node for virtual I2C adapterPeter Yin-0/+2
2026-03-11EDAC/mpc85xx: Constify device sysfs attributesThomas Weißschuh-1/+1
2026-03-11EDAC/device: Allow addition of const sysfs attributesThomas Weißschuh-3/+3
2026-03-11ima: Add code comments to explain IMA iint cache atomic_flagsCoiby Xu-1/+26
2026-03-11EDAC/pci_sysfs: Constify instance sysfs attributesThomas Weißschuh-5/+5
2026-03-11EDAC/device: Constify info sysfs attributesThomas Weißschuh-5/+5
2026-03-11EDAC/device: Drop unnecessary and dangerous casts of attributesThomas Weißschuh-5/+3
2026-03-11i3c: mipi-i3c-hci: Fallback to software reset when bus disable failsAdrian Hunter-30/+35
2026-03-11i3c: mipi-i3c-hci: Fix handling of shared IRQs during early initializationAdrian Hunter-3/+10
2026-03-11i3c: mipi-i3c-hci: Fix race in DMA error handling in interrupt contextAdrian Hunter-27/+24