summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-03-04net: nfc: nci: Fix parameter validation for packet dataMichael Thalmeier1-18/+141
2026-03-04ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()Qanux3-9/+20
2026-03-04tipc: fix RCU dereference race in tipc_aead_users_dec()Daniel Hodges1-1/+1
2026-03-04netfilter: nf_conntrack_h323: fix OOB read in decode_choice()Vahagn Vardanian1-1/+1
2026-03-04net: consume xmit errors of GSO framesJakub Kicinski1-5/+18
2026-03-04tipc: fix duplicate publication key in tipc_service_insert_publ()Tung Nguyen1-2/+4
2026-03-04Bluetooth: L2CAP: Fix missing key size check for L2CAP_LE_CONN_REQLuiz Augusto von Dentz1-0/+7
2026-03-04Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQLuiz Augusto von Dentz1-1/+2
2026-03-04Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQLuiz Augusto von Dentz1-18/+45
2026-03-04wifi: cfg80211: wext: fix IGTK key ID off-by-oneJohannes Berg1-1/+1
2026-03-04xfrm6: fix uninitialized saddr in xfrm6_get_saddr()Jiayuan Chen1-2/+5
2026-03-04libceph: define and enforce CEPH_MAX_KEY_LENIlya Dryomov3-5/+7
2026-03-04net/rds: Clear reconnect pending bitHåkon Bugge1-0/+2
2026-03-04vmw_vsock: bypass false-positive Wnonnull warning with gcc-16Arnd Bergmann1-1/+1
2026-03-04Bluetooth: hci_conn: use mod_delayed_work for active mode timeoutStefan Sørensen1-2/+2
2026-03-04ipv4: fib: Annotate access to struct fib_alias.fa_state.Kuniyuki Iwashima2-4/+6
2026-03-04net/rds: No shortcut out of RDS_CONN_ERRORGerd Rausch2-5/+2
2026-03-04netfilter: xt_tcpmss: check remaining length before reading optlenFlorian Westphal1-1/+1
2026-03-04netfilter: nf_conntrack: Add allow_clash to generic protocol handlerYuto Hamaguchi1-0/+1
2026-03-04ipv6: exthdrs: annotate data-race over multiple sysctlEric Dumazet1-4/+6
2026-03-04SUNRPC: fix gss_auth kref leak in gss_alloc_msg error pathDaniel Hodges1-0/+3
2026-03-04SUNRPC: auth_gss: fix memory leaks in XDR decoding error pathsChuck Lever1-18/+64
2026-03-04net: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso1-1/+1
2026-03-04netfilter: nf_conntrack_h323: don't pass uninitialised l3num valueFlorian Westphal1-5/+5
2026-03-04net/rds: rds_sendmsg should not discard payload_lenAllison Henderson1-2/+4
2026-03-04RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever1-2/+6
2026-03-04svcrdma: Reduce the number of rdma_rw contexts per-QPChuck Lever1-6/+8
2026-03-04svcrdma: Increase the per-transport rw_ctx countChuck Lever1-2/+7
2026-03-04svcrdma: Clean up comment in svc_rdma_accept()Chuck Lever1-7/+10
2026-03-04svcrdma: Remove queue-shortening warningsChuck Lever1-6/+1
2026-03-04net: atm: fix crash due to unvalidated vcc pointer in sigd_send()Jiayuan Chen1-2/+54
2026-03-04ethtool: add support to set/get tx copybreak buf size via ethtoolHao Chen2-0/+2
2026-03-04netfilter: nft_set_rbtree: check for partial overlaps in anonymous setsPablo Neira Ayuso1-5/+25
2026-03-04netfilter: nft_set_hash: fix get operation on big endianFlorian Westphal1-2/+7
2026-03-04nfc: hci: shdlc: Stop timers and work before freeing contextVotokina Victoria1-0/+8
2026-03-04tcp: tcp_tx_timestamp() must look at the rtx queueEric Dumazet1-0/+3
2026-03-04netfilter: nf_conncount: fix tracking of connections from localhostFernando Fernandez Mancera1-2/+13
2026-03-04netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera1-5/+10
2026-03-04netfilter: nf_conncount: make nf_conncount_gc_list() to disable BHFernando Fernandez Mancera2-13/+18
2026-03-04wifi: cfg80211: stop NAN and P2P in cfg80211_leaveMiri Korenblit1-1/+3
2026-02-19mptcp: fix race in mptcp_pm_nl_flush_addrs_doit()Eric Dumazet1-3/+13
2026-02-19net: dsa: free routing table on probe failureVladimir Oltean1-7/+14
2026-02-11Bluetooth: hci_event: call disconnect callback before deleting connPauli Virtanen1-0/+3
2026-02-11netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate()Andrew Fasano1-1/+1
2026-02-11tipc: use kfree_sensitive() for session key materialDaniel Hodges1-2/+2
2026-02-11wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt twiceMiri Korenblit1-1/+2
2026-02-11wifi: cfg80211: Fix bitrate calculation overflow for HE ratesVeerendranath Jakkam1-3/+5
2026-02-11wifi: mac80211: collect station statistics earlier when disconnectBaochen Qiang1-3/+4
2026-02-11netfilter: replace -EEXIST with -EBUSYDaniel Gomez3-4/+4
2026-02-11wifi: mac80211: ocb: skip rx_no_sta when interface is not joinedMoon Hee Lee1-0/+3