summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-27apparmor: fix boolean argument in apparmor_mmap_fileRyan Lee1-1/+1
2026-02-27apparmor: return -ENOMEM in unpack_perms_table upon alloc failureRyan Lee1-2/+4
2026-02-27apparmor: Fix & Optimize table creation from possibly unaligned memoryHelge Deller2-9/+10
2026-02-27AppArmor: Allow apparmor to handle unaligned dfa tablesHelge Deller1-7/+8
2026-02-27apparmor: fix NULL sock in aa_sock_file_permJohn Johansen1-2/+4
2026-02-27apparmor: fix NULL pointer dereference in __unix_needs_revalidationSystem Administrator1-0/+3
2026-02-27net/mlx5e: Use unsigned for mlx5e_get_max_num_channelsCosmin Ratiu1-1/+2
2026-02-27net/mlx5e: Fix deadlocks between devlink and netdev instance locksCosmin Ratiu4-58/+61
2026-02-27net/mlx5: Fix misidentification of write combining CQE during poll loopGal Pressman1-9/+5
2026-02-27net/mlx5: Fix multiport device check over light SFsShay Drory1-2/+2
2026-02-27bonding: alb: fix UAF in rlb_arp_recv during bond up/downHangbin Liu1-1/+5
2026-02-27bnge: fix reserving resources from FWVikas Gupta1-1/+1
2026-02-27eth: fbnic: Advertise supported XDP features.Dimitri Daskalakis1-0/+2
2026-02-27octeontx2-af: Fix default entries mcam entry actionHariprasad Kelam1-19/+22
2026-02-27ipv6: icmp: remove obsolete code in icmpv6_xrlim_allow()Eric Dumazet3-10/+6
2026-02-27inet: move icmp_global_{credit,stamp} to a separate cache lineEric Dumazet1-2/+7
2026-02-27icmp: prevent possible overflow in icmp_global_allow()Eric Dumazet1-1/+2
2026-02-27eth: fbnic: Add validation for MTU changesDimitri Daskalakis1-0/+18
2026-02-27macvlan: observe an RCU grace period in macvlan_common_newlink() error pathEric Dumazet1-0/+5
2026-02-27selftests: tc_actions: don't dump 2MB of \0 to stdoutJakub Kicinski1-1/+1
2026-02-27ping: annotate data-races in ping_lookup()Eric Dumazet1-12/+19
2026-02-27net: psp: select CONFIG_SKB_EXTENSIONSArnd Bergmann1-0/+1
2026-02-27bpftool: Fix truncated netlink dumpsJakub Kicinski2-2/+7
2026-02-27ipv6: fix a race in ip6_sock_set_v6only()Eric Dumazet1-4/+7
2026-02-27netfilter: nf_tables: fix use-after-free in nf_tables_addchain()Inseo An1-0/+1
2026-02-27net: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso1-1/+1
2026-02-27ipvs: do not keep dest_dst if dev is going downJulian Anastasov1-10/+36
2026-02-27netfilter: nf_conntrack_h323: don't pass uninitialised l3num valueFlorian Westphal1-5/+5
2026-02-27selftests: forwarding: vxlan_bridge_1d_ipv6: fix test failure with br_netfilt...Aleksei Oladko1-1/+1
2026-02-27selftests: forwarding: vxlan_bridge_1d: fix test failure with br_netfilter en...Aleksei Oladko1-10/+16
2026-02-27net: bridge: mcast: always update mdb_n_entries for vlan contextsNikolay Aleksandrov1-27/+18
2026-02-27net/rds: rds_sendmsg should not discard payload_lenAllison Henderson1-2/+4
2026-02-27xen-netback: reject zero-queue configuration from guestZiyi Guo1-2/+3
2026-02-27net: usb: catc: enable basic endpoint checkingZiyi Guo1-6/+31
2026-02-27ovpn: tcp - don't deref NULL sk_socket member after tcp_close()Antonio Quartulli1-1/+13
2026-02-27eth: fbnic: set DMA_HINT_L4 for all flowsBobby Eshleman2-3/+5
2026-02-27eth: fbnic: increase FBNIC_HDR_BYTES_MIN from 128 to 256 bytesBobby Eshleman1-1/+1
2026-02-27eth: fbnic: set FBNIC_QUEUE_RDE_CTL0_EN_HDR_SPLIT on RDE_CTL0Bobby Eshleman1-11/+14
2026-02-27eth: fbnic: Configure RDE settings for pause frameMohsin Bashir4-4/+28
2026-02-27bpf: Add a map/btf from a fd array more consistentlyAnton Protopopov1-2/+4
2026-02-27bpf: Fix a potential use-after-free of BTF objectAnton Protopopov1-26/+26
2026-02-27libbpf: Fix invalid write loop logic in bpf_linker__add_buf()Amery Hung1-1/+1
2026-02-27fbnic: close fw_log race between users and teardownChengfeng Ye2-10/+12
2026-02-27net: sparx5/lan969x: fix PTP clock max_adj valueDaniel Machon1-1/+1
2026-02-27ipv6: Fix out-of-bound access in fib6_add_rt2node().Kuniyuki Iwashima1-1/+1
2026-02-27selftests: netconsole: Increase port listening timeoutPin-yen Lin1-2/+2
2026-02-27selftests: netconsole: remove log noise due to socat exitAndre Carvalho1-1/+1
2026-02-27net: mscc: ocelot: add missing lock protection in ocelot_port_xmit_inj()Ziyi Guo1-2/+10
2026-02-27net: mscc: ocelot: split xmit into FDMA and register injection pathsZiyi Guo1-9/+30
2026-02-27net: mscc: ocelot: extract ocelot_xmit_timestamp() helperZiyi Guo1-14/+22