summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-08-13ipv6: add a deletion reason argument to rt6_fill_node()Yuyang Huang
2026-08-13ipv6: record the reason for kernel-initiated route deletionsYuyang Huang
2026-08-13ipv6: propagate the route deletion reason to fib6_del_route()Yuyang Huang
2026-08-13ipv6: add ip6_del_rt_reason()Yuyang Huang
2026-08-13l2tp: fix tunnel and session refcount leak on seq_file releaseEric Dumazet
2026-08-13net/sched: cls_bpf: reject dev-bound programs bound to a different deviceJamal Hadi Salim
2026-08-12Merge tag 'batadv-next-pullrequest-20260805' of https://git.open-mesh.org/batadvJakub Kicinski
2026-08-12mac80211: fils_aead: Use __cleanup() instead of memzero_explicit()Thomas Huth
2026-08-12Bluetooth: SMP: clear the aes_cmac_key when doneThomas Huth
2026-08-12sctp: fix use-after-free of cached ASCONF chunkYuxiang Yang
2026-08-12sctp: clear new_transport when removing a peerQing Ming
2026-08-12libceph: Avoid using invalid osd indices from primary_tempRaphael Zimmer
2026-08-12libceph: fix OOB read in decode_watchers() via missing bounds checkPavitra Jha
2026-08-12libceph: fix multiple unsafe decodes in decode_locker()Pavitra Jha
2026-08-12libceph: tolerate addrvecs with multiple entries of the same typeKefu Chai
2026-08-11mptcp: implemented OoO queue pruningPaolo Abeni
2026-08-11mptcp: avoid code duplication in __mptcp_move_skb()Paolo Abeni
2026-08-11mptcp: enforce hard limit on backlog flushingPaolo Abeni
2026-08-11mptcp: explicitly drop over memory limitsPaolo Abeni
2026-08-11mptcp: let the retrans scheduler do its jobPaolo Abeni
2026-08-11mptcp: move the stale logic out of retrans schedulerPaolo Abeni
2026-08-11mptcp: move the retrans loop to a separate helperPaolo Abeni
2026-08-11Merge tag 'nf-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-08-11net/sched: cls_u32: skip hash tables in u32_bind_class()Zhang Changzhong
2026-08-11net/sched: act_api: fix TOCTOU NULL deref on a->goto_chainJamal Hadi Salim
2026-08-11devlink: add generic device max_sfs parameterNikolay Aleksandrov
2026-08-11af_packet: Don't send zero-byte data in tpacket_snd().Eric Dumazet
2026-08-11nfc: nci: free destination parameters when closing a connectionLinmao Li
2026-08-11nfc: nci: fix use of uninitialized memory in CORE_INIT_RSP parsingYun Zhou
2026-08-11nfc: llcp: bound the connect_sn TLV walk to the skbDoruk Tan Ozturk
2026-08-11nfc: llcp: reject PDUs shorter than the LLCP headerDoruk Tan Ozturk
2026-08-11nfc: digital: Do not dump a NULL response in command completionLinmao Li
2026-08-11nfc: nci: fix uninit-value in the RF discover/activated NTF handlersSamuel Page
2026-08-11nfc: nci: fix out-of-bounds write in nci_target_auto_activated()Samuel Page
2026-08-11nfc: nci: add data_len bound checks to activation parameter extractorsBryam Vargas
2026-08-11nfc: llcp: fix OOB read and u8 offset wrap in TLV parsersMuhammad Bilal
2026-08-11nfc: llcp: bound SNL TLV parsing to the skb and add length checksDoruk Tan Ozturk
2026-08-11nfc: digital: clamp SENSF_RES length to the destination bufferDoruk Tan Ozturk
2026-08-11nfc: nci: fix double completion race in nci_data_exchange_completeZhenghang Xiao
2026-08-11nfc: llcp: read llcp_sock->local under the socket lock in getsockoptBreno Leitao
2026-08-11nfc: llcp: avoid userspace overflow on invalid optlenBreno Leitao
2026-08-11tipc: read le->link under the node lock in tipc_node_link_down()Jun Yang
2026-08-11net/tls: Fail tls_sw_splice_read() after a failed async decryptChuck Lever
2026-08-11net: packet: fix wrong transport_header when sending VLAN-tagged frameWei Fang
2026-08-11ipv4: fix use-after-free in fib_nhc_update_mtu()Chengfeng Ye
2026-08-11sctp: auth: propagate HMAC calculation errors to callersQing Luo
2026-08-10netdev: check for nla_put_u32() failuresJakub Kicinski
2026-08-10net/sched: act_ct: fix sk_buff leak when the header checks reject a packetHyunjung Ko
2026-08-10keys, dns: Drop unused NUL terminator from upayload->dataThorsten Blum
2026-08-10tcp: fix icsk_ack.ato bitfield overflowJiayuan Chen