summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-03-25libceph: admit message frames only in CEPH_CON_S_OPEN stateIlya Dryomov1-0/+5
2026-03-25libceph: Use u32 for non-negative values in ceph_monmap_decode()Raphael Zimmer1-3/+3
2026-03-25libceph: prevent potential out-of-bounds reads in process_message_header()Ilya Dryomov1-1/+8
2026-03-25libceph: reject preamble if control segment is emptyIlya Dryomov1-9/+8
2026-03-25libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply()Raphael Zimmer1-2/+4
2026-03-25tipc: fix divide-by-zero in tipc_sk_filter_connect()Mehul Rao1-0/+2
2026-03-25net: prevent NULL deref in ip[6]tunnel_xmit()Eric Dumazet1-4/+6
2026-03-25netfilter: xt_IDLETIMER: reject rev0 reuse of ALARM timer labelsYuan Tan1-0/+6
2026-03-25netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table()Hyunwoo Kim1-4/+4
2026-03-25netfilter: nfnetlink_queue: fix entry leak in bridge verdict error pathHyunwoo Kim1-1/+3
2026-03-25netfilter: x_tables: guard option walkers against 1-byte tail readsDavid Dull2-4/+6
2026-03-25netfilter: nft_set_pipapo: fix stack out-of-bounds read in pipapo_drop()Jenny Guanni Qu1-1/+2
2026-03-25netfilter: nf_tables: always walk all pending catchall elementsFlorian Westphal1-2/+0
2026-03-25net: add xmit recursion limit to tunnel xmit functionsWeiming Shi2-35/+13
2026-03-25xdp: register system page pool as an XDP memory modelToke Høiland-Jørgensen1-1/+9
2026-03-25xdp: allow attaching already registered memory model to xdp_rxq_infoAlexander Lobakin1-0/+56
2026-03-25mctp: route: hold key->lock in mctp_flow_prepare_output()Chengfeng Ye1-4/+7
2026-03-25net: add a common function to compute features for upper devicesHangbin Liu1-0/+88
2026-03-25net/sched: teql: fix NULL pointer dereference in iptunnel_xmit on TEQL slave ...Weiming Shi1-0/+1
2026-03-25xprtrdma: Decrement re_receiving on the early exit pathsEric Badger1-3/+4
2026-03-25wifi: mac80211: set default WMM parameters on all linksRamanathan Choodamani1-0/+2
2026-03-13net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira2-0/+13
2026-03-13xdp: produce a warning when calculated tailroom is negativeLarysa Zaremba1-1/+2
2026-03-13xdp: use modulo operation to calculate XDP frag tailroomLarysa Zaremba1-1/+2
2026-03-13net/sched: act_ife: Fix metalist update behaviorJamal Hadi Salim1-49/+44
2026-03-13net: ipv6: fix panic when IPv4 route references loopback IPv6 nexthopJiayuan Chen1-5/+3
2026-03-13net: bridge: fix nd_tbl NULL dereference when IPv6 is disabledFernando Fernandez Mancera2-2/+2
2026-03-13netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal3-13/+45
2026-03-13nfc: rawsock: cancel tx_work before socket teardownJakub Kicinski1-0/+11
2026-03-13nfc: nci: clear NCI_DATA_EXCHANGE before calling completion callbackJakub Kicinski1-4/+8
2026-03-13nfc: nci: free skb on nci_transceive early error pathsJakub Kicinski1-2/+7
2026-03-13net_sched: sch_fq: clear q->band_pkt_count[] in fq_reset()Eric Dumazet1-0/+1
2026-03-13net: nfc: nci: Fix zero-length proprietary notificationsIan Ray1-1/+11
2026-03-13net: ipv4: fix ARM64 alignment fault in multipath hash seedYung Chih Su1-2/+3
2026-03-13ipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu()Jakub Kicinski1-1/+2
2026-03-13net/rds: Fix circular locking dependency in rds_tcp_tuneAllison Henderson1-4/+10
2026-03-13can: bcm: fix locking for bcm_op runtime updatesOliver Hartkopp1-0/+1
2026-03-13atm: lec: fix null-ptr-deref in lec_arp_clear_vccsJiayuan Chen1-11/+15
2026-03-13xsk: Fix zero-copy AF_XDP fragment dropNikhil P. Rao1-9/+15
2026-03-13xsk: Fix fragment node deletion to prevent buffer leakNikhil P. Rao1-1/+1
2026-03-13xsk: s/free_list_node/list_node/Maciej Fijalkowski2-9/+9
2026-03-13xsk: Get rid of xdp_buff_xsk::xskb_list_nodeMaciej Fijalkowski2-3/+2
2026-03-13net/sched: ets: fix divide by zero in the offload pathDavide Caratti1-4/+8
2026-03-13wifi: mac80211: fix NULL pointer dereference in mesh_rx_csa_frame()Vahagn Vardanian1-0/+3
2026-03-13wifi: mac80211: bounds-check link_id in ieee80211_ml_reconfigurationAriel Silver1-0/+3
2026-03-13wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()Daniil Dulov1-0/+1
2026-03-13wifi: radiotap: reject radiotap with unknown bitsJohannes Berg1-2/+2
2026-03-04net: nfc: nci: Fix parameter validation for packet dataMichael Thalmeier1-18/+141
2026-03-04net/sched: act_skbedit: fix divide-by-zero in tcf_skbedit_hash()Ruitong Liu1-1/+5
2026-03-04ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()Qanux3-9/+20