summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2026-03-05netfilter: nf_tables: unconditionally bump set->nelems before insertionPablo Neira Ayuso
2026-03-05net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior
2026-03-04mptcp: pm: in-kernel: always mark signal+subflow endp as usedMatthieu Baerts (NGI0)
2026-03-04mptcp: pm: avoid sending RM_ADDR over same subflowMatthieu Baerts (NGI0)
2026-03-04nfc: rawsock: cancel tx_work before socket teardownJakub Kicinski
2026-03-04nfc: nci: clear NCI_DATA_EXCHANGE before calling completion callbackJakub Kicinski
2026-03-04nfc: nci: complete pending data exchange on device closeJakub Kicinski
2026-03-04nfc: digital: free skb on digital_in_send error pathsJakub Kicinski
2026-03-04nfc: nci: free skb on nci_transceive early error pathsJakub Kicinski
2026-03-04net: devmem: use READ_ONCE/WRITE_ONCE on binding->devBobby Eshleman
2026-03-04net_sched: sch_fq: clear q->band_pkt_count[] in fq_reset()Eric Dumazet
2026-03-04net: nfc: nci: Fix zero-length proprietary notificationsIan Ray
2026-03-04tcp: secure_seq: add back ports to TS offsetEric Dumazet
2026-03-04Merge tag 'linux-can-fixes-for-7.0-20260302' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2026-03-04Merge tag 'wireless-2026-03-04' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-03-03net/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers
2026-03-03net: ipv4: fix ARM64 alignment fault in multipath hash seedYung Chih Su
2026-03-03net/tcp-ao: Fix MAC comparison to be constant-timeEric Biggers
2026-03-03ipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu()Jakub Kicinski
2026-03-03net: Fix rcu_tasks stall in threaded busypollYiFei Zhu
2026-03-03net/rds: Fix circular locking dependency in rds_tcp_tuneAllison Henderson
2026-03-03wifi: mac80211: fix missing ieee80211_eml_params member initializationMeiChia Chiu
2026-03-02can: bcm: fix locking for bcm_op runtime updatesOliver Hartkopp
2026-03-02xfrm: iptfs: validate inner IPv4 header length in IPTFS payloadRoshan Kumar
2026-02-28atm: lec: fix null-ptr-deref in lec_arp_clear_vccsJiayuan Chen