summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-03-04tipc: fix RCU dereference race in tipc_aead_users_dec()Daniel Hodges
2026-03-04netfilter: nf_conntrack_h323: fix OOB read in decode_choice()Vahagn Vardanian
2026-03-04net: consume xmit errors of GSO framesJakub Kicinski
2026-03-04Bluetooth: L2CAP: Fix missing key size check for L2CAP_LE_CONN_REQLuiz Augusto von Dentz
2026-03-04Bluetooth: L2CAP: Fix not checking l2cap_chan security levelLuiz Augusto von Dentz
2026-03-04Bluetooth: l2cap: Check encryption key size on incoming connectionFrédéric Danis
2026-03-04Bluetooth: Enforce key size of 16 bytes on FIPS levelArchie Pusaka
2026-03-04Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQLuiz Augusto von Dentz
2026-03-04Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQLuiz Augusto von Dentz
2026-03-04wifi: cfg80211: wext: fix IGTK key ID off-by-oneJohannes Berg
2026-03-04xfrm6: fix uninitialized saddr in xfrm6_get_saddr()Jiayuan Chen
2026-03-04net/rds: Clear reconnect pending bitHåkon Bugge
2026-03-04vmw_vsock: bypass false-positive Wnonnull warning with gcc-16Arnd Bergmann
2026-03-04Bluetooth: hci_conn: use mod_delayed_work for active mode timeoutStefan Sørensen
2026-03-04ipv4: fib: Annotate access to struct fib_alias.fa_state.Kuniyuki Iwashima
2026-03-04net/rds: No shortcut out of RDS_CONN_ERRORGerd Rausch
2026-03-04netfilter: xt_tcpmss: check remaining length before reading optlenFlorian Westphal
2026-03-04netfilter: nf_conntrack: Add allow_clash to generic protocol handlerYuto Hamaguchi
2026-03-04SUNRPC: fix gss_auth kref leak in gss_alloc_msg error pathDaniel Hodges
2026-03-04SUNRPC: auth_gss: fix memory leaks in XDR decoding error pathsChuck Lever
2026-03-04netfilter: nf_conntrack_h323: don't pass uninitialised l3num valueFlorian Westphal
2026-03-04net/rds: rds_sendmsg should not discard payload_lenAllison Henderson
2026-03-04RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever
2026-03-04svcrdma: Reduce the number of rdma_rw contexts per-QPChuck Lever
2026-03-04svcrdma: Increase the per-transport rw_ctx countChuck Lever
2026-03-04svcrdma: Clean up comment in svc_rdma_accept()Chuck Lever
2026-03-04svcrdma: Remove queue-shortening warningsChuck Lever
2026-03-04svcrdma: Maintain a Receive water markChuck Lever
2026-03-04svcrdma: Use svc_rdma_refresh_recvs() in wc_receiveChuck Lever
2026-03-04svcrdma: Add a batch Receive posting mechanismChuck Lever
2026-03-04net: atm: fix crash due to unvalidated vcc pointer in sigd_send()Jiayuan Chen
2026-03-04netfilter: nft_set_rbtree: check for partial overlaps in anonymous setsPablo Neira Ayuso
2026-03-04netfilter: nft_set_hash: fix get operation on big endianFlorian Westphal
2026-03-04tcp: tcp_tx_timestamp() must look at the rtx queueEric Dumazet
2026-03-04netfilter: nf_conncount: fix tracking of connections from localhostFernando Fernandez Mancera
2026-03-04netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera
2026-03-04netfilter: nf_conncount: make nf_conncount_gc_list() to disable BHFernando Fernandez Mancera
2026-03-04wifi: cfg80211: stop NAN and P2P in cfg80211_leaveMiri Korenblit
2026-02-11tipc: use kfree_sensitive() for session key materialDaniel Hodges
2026-02-11wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt twiceMiri Korenblit
2026-02-11wifi: cfg80211: Fix bitrate calculation overflow for HE ratesVeerendranath Jakkam
2026-02-11wifi: mac80211: collect station statistics earlier when disconnectBaochen Qiang
2026-02-11wifi: mac80211: ocb: skip rx_no_sta when interface is not joinedMoon Hee Lee
2026-02-11netfilter: nft_set_pipapo: clamp maximum map bucket size to INT_MAXPablo Neira Ayuso
2026-02-06netfilter: nf_tables: typo NULL check in _clone() functionPablo Neira Ayuso
2026-02-06ipv6: sr: Fix MAC comparison to be constant-timeEric Biggers
2026-02-06net/sched: act_ife: convert comma to semicolonChen Ni
2026-02-06net: bridge: fix static key checkMartin Kaiser
2026-02-06nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima
2026-02-06nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame().Kuniyuki Iwashima