summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-03-12net: prevent NULL deref in ip[6]tunnel_xmit()Eric Dumazet
2026-03-12xfrm: avoid RCU warnings around the per-netns netlink socketSabrina Dubroca
2026-03-12xfrm: add rcu_access_pointer to silence sparse warning for xfrm_input_afinfoSabrina Dubroca
2026-03-12xfrm: policy: silence sparse warning in xfrm_policy_unregister_afinfoSabrina Dubroca
2026-03-12xfrm: policy: fix sparse warnings in xfrm_policy_{init,fini}Sabrina Dubroca
2026-03-12xfrm: state: silence sparse warnings during netns exitSabrina Dubroca
2026-03-12xfrm: remove rcu/state_hold from xfrm_state_lookup_spi_protoSabrina Dubroca
2026-03-12xfrm: state: add xfrm_state_deref_prot to state_by* walk under lockSabrina Dubroca
2026-03-12xfrm: state: fix sparse warnings around XFRM_STATE_INSERTSabrina Dubroca
2026-03-12xfrm: state: fix sparse warnings in xfrm_state_initSabrina Dubroca
2026-03-12xfrm: state: fix sparse warnings on xfrm_state_hold_rcuSabrina Dubroca
2026-03-11Merge tag 'nf-26-03-10' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
2026-03-11neighbour: restore protocol != 0 check in pneigh updateSabrina Dubroca
2026-03-11tipc: fix divide-by-zero in tipc_sk_filter_connect()Mehul Rao
2026-03-11bpf: bpf_out_neigh_v6: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière
2026-03-11bpf: bpf_out_neigh_v4: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière
2026-03-11ipv6: move the disable_ipv6_mod knob to core codeJakub Kicinski
2026-03-11libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply()Raphael Zimmer
2026-03-11libceph: Use u32 for non-negative values in ceph_monmap_decode()Raphael Zimmer
2026-03-10net-shapers: don't free reply skb after genlmsg_reply()Paul Moses
2026-03-10page_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski
2026-03-10netfilter: xt_IDLETIMER: reject rev0 reuse of ALARM timer labelsYuan Tan
2026-03-10netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table()Hyunwoo Kim
2026-03-10netfilter: nfnetlink_queue: fix entry leak in bridge verdict error pathHyunwoo Kim
2026-03-10netfilter: x_tables: guard option walkers against 1-byte tail readsDavid Dull
2026-03-10netfilter: nft_set_pipapo: fix stack out-of-bounds read in pipapo_drop()Jenny Guanni Qu
2026-03-10netfilter: nf_tables: always walk all pending catchall elementsFlorian Westphal
2026-03-10netfilter: nf_tables: Fix for duplicate device in netdev hooksPhil Sutter
2026-03-10net: add xmit recursion limit to tunnel xmit functionsWeiming Shi
2026-03-10libceph: reject preamble if control segment is emptyIlya Dryomov
2026-03-10libceph: admit message frames only in CEPH_CON_S_OPEN stateIlya Dryomov
2026-03-10libceph: prevent potential out-of-bounds reads in process_message_header()Ilya Dryomov
2026-03-10mctp: route: hold key->lock in mctp_flow_prepare_output()Chengfeng Ye
2026-03-09net: nexthop: fix percpu use-after-free in remove_nh_grp_entryMehul Rao
2026-03-09xfrm: iptfs: fix skb_put() panic on non-linear skb during reassemblyFernando Fernandez Mancera
2026-03-06rxrpc, afs: Fix missing error pointer check after rxrpc_kernel_lookup_peer()Miaoqian Lin
2026-03-06net/sched: teql: fix NULL pointer dereference in iptunnel_xmit on TEQL slave ...Weiming Shi
2026-03-06net: ncsi: fix skb leak in error pathsJian Zhang
2026-03-06wifi: cfg80211: cancel pmsr_free_wk in cfg80211_pmsr_wdev_downPeddolla Harshavardhan Reddy
2026-03-06wifi: mac80211: Fix static_branch_dec() underflow for aql_disable.Kuniyuki Iwashima
2026-03-06mac80211: fix crash in ieee80211_chan_bw_change for AP_VLAN stationsFelix Fietkau
2026-03-06wifi: mac80211: use jiffies_delta_to_msecs() for sta_info inactive timesNicolas Cavallari
2026-03-06wifi: mac80211: remove keys after disabling beaconingJohannes Berg
2026-03-05xdp: produce a warning when calculated tailroom is negativeLarysa Zaremba
2026-03-05xdp: use modulo operation to calculate XDP frag tailroomLarysa Zaremba
2026-03-05net/sched: act_ife: Fix metalist update behaviorJamal Hadi Salim
2026-03-05net: ipv6: fix panic when IPv4 route references loopback IPv6 nexthopJiayuan Chen
2026-03-05net: bridge: fix nd_tbl NULL dereference when IPv6 is disabledFernando Fernandez Mancera
2026-03-05netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal
2026-03-05netfilter: nf_tables: clone set on flush onlyPablo Neira Ayuso