aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-08-13net: Const qualify network templated ctl_tables ArraysJoel Granados8-66/+146
2026-08-13net: Const qualify ctl_tables that kmemdup unconditionallyJoel Granados7-7/+7
2026-08-13net: enforce net sysctl registrationJoel Granados1-11/+12
2026-08-13net/rds: clear i_rx_lat_trace in rds_inc_path_init()Allison Henderson1-0/+2
2026-08-13net/rds: initialize i_conn_path in rds_inc_init()William Kucharski2-1/+6
2026-08-13net/rds: reinitialize to_be_dropped on rds_send_xmit() restartSharath Srinivasan1-0/+8
2026-08-13ipv6: add inet6_rt_del_notify()Yuyang Huang2-5/+17
2026-08-13ipv6: expose the route deletion reason in RTM_DELROUTEYuyang Huang1-0/+5
2026-08-13ipv6: add a deletion reason argument to rt6_fill_node()Yuyang Huang1-10/+17
2026-08-13ipv6: record the reason for kernel-initiated route deletionsYuyang Huang4-4/+7
2026-08-13ipv6: propagate the route deletion reason to fib6_del_route()Yuyang Huang2-13/+18
2026-08-13ipv6: add ip6_del_rt_reason()Yuyang Huang1-0/+8
2026-08-13l2tp: fix tunnel and session refcount leak on seq_file releaseEric Dumazet2-3/+57
2026-08-13net/sched: cls_bpf: reject dev-bound programs bound to a different deviceJamal Hadi Salim1-2/+16
2026-08-12Merge tag 'batadv-next-pullrequest-20260805' of https://git.open-mesh.org/batadvJakub Kicinski30-529/+1530
2026-08-12mac80211: fils_aead: Use __cleanup() instead of memzero_explicit()Thomas Huth1-2/+1
2026-08-12Bluetooth: SMP: clear the aes_cmac_key when doneThomas Huth1-1/+2
2026-08-12sctp: fix use-after-free of cached ASCONF chunkYuxiang Yang2-2/+8
2026-08-12sctp: clear new_transport when removing a peerQing Ming1-0/+3
2026-08-12libceph: Avoid using invalid osd indices from primary_tempRaphael Zimmer1-2/+3
2026-08-12libceph: fix OOB read in decode_watchers() via missing bounds checkPavitra Jha1-1/+4
2026-08-12libceph: fix multiple unsafe decodes in decode_locker()Pavitra Jha1-4/+9
2026-08-12libceph: tolerate addrvecs with multiple entries of the same typeKefu Chai1-9/+9
2026-08-11mptcp: implemented OoO queue pruningPaolo Abeni3-10/+73
2026-08-11mptcp: avoid code duplication in __mptcp_move_skb()Paolo Abeni1-18/+13
2026-08-11mptcp: enforce hard limit on backlog flushingPaolo Abeni1-15/+6
2026-08-11mptcp: explicitly drop over memory limitsPaolo Abeni4-11/+56
2026-08-11mptcp: let the retrans scheduler do its jobPaolo Abeni1-31/+75
2026-08-11mptcp: move the stale logic out of retrans schedulerPaolo Abeni3-20/+36
2026-08-11mptcp: move the retrans loop to a separate helperPaolo Abeni1-31/+43
2026-08-11Merge tag 'nf-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski22-141/+247
2026-08-11net/sched: cls_u32: skip hash tables in u32_bind_class()Zhang Changzhong1-0/+3
2026-08-11net/sched: act_api: fix TOCTOU NULL deref on a->goto_chainJamal Hadi Salim1-5/+5
2026-08-11devlink: add generic device max_sfs parameterNikolay Aleksandrov1-0/+5
2026-08-11af_packet: Don't send zero-byte data in tpacket_snd().Eric Dumazet1-0/+3
2026-08-11nfc: nci: free destination parameters when closing a connectionLinmao Li1-0/+1
2026-08-11nfc: nci: fix use of uninitialized memory in CORE_INIT_RSP parsingYun Zhou1-3/+38
2026-08-11nfc: llcp: bound the connect_sn TLV walk to the skbDoruk Tan Ozturk1-4/+6
2026-08-11nfc: llcp: reject PDUs shorter than the LLCP headerDoruk Tan Ozturk1-0/+5
2026-08-11nfc: digital: Do not dump a NULL response in command completionLinmao Li1-1/+1
2026-08-11nfc: nci: fix uninit-value in the RF discover/activated NTF handlersSamuel Page1-2/+2
2026-08-11nfc: nci: fix out-of-bounds write in nci_target_auto_activated()Samuel Page1-0/+6
2026-08-11nfc: nci: add data_len bound checks to activation parameter extractorsBryam Vargas1-4/+22
2026-08-11nfc: llcp: fix OOB read and u8 offset wrap in TLV parsersMuhammad Bilal1-2/+16
2026-08-11nfc: llcp: bound SNL TLV parsing to the skb and add length checksDoruk Tan Ozturk1-8/+21
2026-08-11nfc: digital: clamp SENSF_RES length to the destination bufferDoruk Tan Ozturk1-0/+2
2026-08-11nfc: nci: fix double completion race in nci_data_exchange_completeZhenghang Xiao1-5/+5
2026-08-11nfc: llcp: read llcp_sock->local under the socket lock in getsockoptBreno Leitao1-4/+6
2026-08-11nfc: llcp: avoid userspace overflow on invalid optlenBreno Leitao1-0/+6
2026-08-11tipc: read le->link under the node lock in tipc_node_link_down()Jun Yang1-5/+10