summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
5 daysinet: frags: strip GSO state from fragments before reassemblyXinyang Ge1-0/+7
6 daysnet: gro: properly validate BIG TCP aggregation criteriaEric Dumazet1-1/+2
6 daysBluetooth: hci_event: fix LE list UAF on resetChengfeng Ye1-0/+2
6 dayscan: isotp: fix timer drain order, wakeup handling and tx_gen orderingOliver Hartkopp1-87/+230
6 dayscan: use skb hash instead of private variable in headroomOliver Hartkopp6-15/+14
6 daysxfrm: fix sk_dst_cache double-free in xfrm_user_policy()Xiang Mei (Microsoft)1-2/+2
6 daysmptcp: pm: fix data race in add_addr timer callbackQing Luo1-2/+4
6 daysmptcp: pm: ADD_ADDR rtx: free sk if lastMatthieu Baerts (NGI0)1-11/+17
6 daysmptcp: pm: ADD_ADDR rtx: always decrease sk refcountMatthieu Baerts (NGI0)1-5/+3
6 daysipv6: fix use-after-free in ip6_finish_output2()Luxiao Xu1-0/+2
6 daysipv4: reject undersized MTUs in ip_do_fragment()Yong Wang1-0/+4
6 dayslibceph: fix OOB read in decode_watchers() via missing bounds checkPavitra Jha1-1/+4
6 daysndisc: ndisc_send_redirect() cleanupEric Dumazet1-5/+3
6 daysnfc: nci: free destination parameters when closing a connectionLinmao Li1-0/+1
6 daysnfc: nci: fix uninit-value in the RF discover/activated NTF handlersSamuel Page1-2/+2
6 daysnfc: nci: fix out-of-bounds write in nci_target_auto_activated()Samuel Page1-0/+6
6 daysnfc: llcp: reject PDUs shorter than the LLCP headerDoruk Tan Ozturk1-0/+5
6 daysnfc: llcp: fix OOB read and u8 offset wrap in TLV parsersMuhammad Bilal1-2/+16
6 daysnfc: llcp: bound the connect_sn TLV walk to the skbDoruk Tan Ozturk1-4/+6
6 daysnfc: digital: clamp SENSF_RES length to the destination bufferDoruk Tan Ozturk1-0/+2
6 daystls: handle data disappearing from under the TLS ULPJakub Kicinski3-5/+11
6 daystls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca2-4/+4
6 daysinet: frags: publish queues before arming timerZhiling Zou1-2/+4
6 dayspacket: synchronize pressure clearing with ring reconfigurationZihan Xi1-4/+16
6 daysnet/packet: convert po->pressure to an atomic flagEric Dumazet2-7/+9
6 dayspacket: use consistent hard_header_len in TX_RING send pathQihang Tang1-8/+11
6 dayspacket: use consistent hard_header_len in non-ring send pathsQihang Tang1-10/+16
6 daysBluetooth: RFCOMM: take rfcomm_mutex for the deferred setup acceptAli Ahmet Memis1-3/+21
10 daysBluetooth: mgmt: fix pending command UAF in EIR updatesZihan Xi1-2/+18
10 daysBluetooth: mgmt: fix locking in unpair_device/disconnect_syncPauli Virtanen1-0/+16
10 daysBluetooth: hci_sync: call destroy in hci_cmd_sync_run if immediatePauli Virtanen1-2/+9
10 daysBluetooth: hci_sock: Prevent race in socket write iter and sock bindEdward Adam Davis1-0/+2
10 daysBluetooth: hci_sync: Fix not using correct handleLuiz Augusto von Dentz1-1/+1
10 daysnet/x25: fix use-after-free of the socket by its timersBaul Lee2-11/+18
10 daysnet/sched: cls_u32: skip hash tables in u32_bind_class()Zhang Changzhong1-0/+3
10 daysaf_packet: Don't send zero-byte data in tpacket_snd().Eric Dumazet1-0/+3
10 daysnet/tls: Fail tls_sw_splice_read() after a failed async decryptChuck Lever1-0/+5
10 daysnet: packet: fix wrong transport_header when sending VLAN-tagged frameWei Fang1-2/+2
10 daysnetfilter: ipset: let destroy callbacks adjust ext mem sizeFlorian Westphal2-3/+2
10 daysnetfilter: ipset: fix list type element drift bugFlorian Westphal1-2/+5
10 daysnetfilter: flowtable: publish GC-visible tuple lastJérémy Jean1-3/+4
10 daysnetfilter: nf_tables_offload: suppress WARN_ON_ONCE for ENOMEM in abort pathAlexey Velichayshiy1-1/+1
10 daysnetfilter: ipset: fix refcount race between list:set GC and swapXiang Mei (Microsoft)1-6/+13
10 daysnetfilter: nf_conntrack: defer invalid log until after unlockZihan Xi3-48/+102
10 daysnetfilter: conntrack: sctp: use nf log infrastructure for invalid packetsFlorian Westphal1-29/+15
10 daysnet/sched: act_ct: fix sk_buff leak when the header checks reject a packetHyunjung Ko1-4/+25
10 daysopenvswitch: move key and ovs_cb update out of handle_fragmentsXin Long1-12/+25
10 daysnet: sched: use skb_ip_totlen and iph_totlenXin Long2-2/+2
10 daysopenvswitch: use skb_ip_totlen in conntrackXin Long1-1/+1
10 daysnet: pktgen: fix proc entry use-after-freeChengfeng Ye1-3/+1