summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
35 hoursipv6: seg6: clear IPv4 control block on IPIP decapsulationKyle Zeng1-0/+7
35 hoursnet: bridge: mcast: fix use-after-free of a master VLAN's multicast contextNorbert Szetei1-2/+2
35 hoursxfrm: fix xfrm_state_construct() auth-trunc leakZihan Xi1-1/+1
35 hoursxfrm: ah6: validate routing header segments_leftAsim Viladi Oglu Manizada1-11/+18
35 hoursxfrm: drop ESP-in-TCP packets with no ingress deviceZhiling Zou1-0/+6
35 hoursxfrm: espintcp: fix UAF during closeSabrina Dubroca1-1/+2
35 hourstls: device: fix out-of-bounds write in tls_append_frag()Jiayuan Chen1-1/+2
35 hoursipv4: igmp: Fix potential UAF in igmp_gq_start_timer()Eric Dumazet1-5/+9
35 hoursBluetooth: hci_event: validate LE Set CIG Parameters responseLaxman Acharya Padhya1-2/+4
35 hoursBluetooth: hci_event: fix Set CIG Parameters error status handlingPauli Virtanen1-1/+2
35 hoursBluetooth: ISO: use correct CIS order in Set CIG Parameters eventPauli Virtanen2-19/+28
35 hoursBluetooth: hci_conn: Fix not matching by CIS IDLuiz Augusto von Dentz1-1/+2
35 hoursBluetooth: hci_sync: Fix accept list UAF during suspendChengfeng Ye1-9/+37
35 hoursBluetooth: hci_sync: Use bt_dev_err() to log error message in hci_update_even...Zijun Hu1-1/+1
35 hoursnfc: nci: add data_len bound checks to activation parameter extractorsBryam Vargas1-4/+22
35 hoursmptcp: pm: fix memory leak from alloc-during-teardown raceShardul Bankar4-6/+19
35 hourssmc: Use __sk_dst_get() and dst_dev_rcu() in smc_vlan_by_tcpsk().Kuniyuki Iwashima1-15/+12
35 hourssmc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match().Kuniyuki Iwashima1-13/+13
35 hourssmc: Use __sk_dst_get() and dst_dev_rcu() in in smc_clc_prfx_set().Kuniyuki Iwashima1-19/+22
35 hourssmc: Fix use-after-free in __pnet_find_base_ndev().Kuniyuki Iwashima1-21/+22
35 hourscan: j1939: make j1939_sk_bind() fail if device is no longer registeredTetsuo Handa1-0/+6
35 hourscan: j1939: add missing calls in NETDEV_UNREGISTER notification handlerTetsuo Handa1-0/+2
35 hourscan: j1939: implement NETDEV_UNREGISTER notification handlerTetsuo Handa3-0/+53
35 hoursbpf: Remove tst_run from lwt_seg6local_prog_ops.Sebastian Andrzej Siewior1-1/+0
35 hoursipvs: reload ip header after head reallocationFlorian Westphal1-4/+2
35 hoursinet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMPEric Dumazet2-4/+13
7 daysinet: frags: strip GSO state from fragments before reassemblyXinyang Ge1-0/+7
7 daysnet: gro: properly validate BIG TCP aggregation criteriaEric Dumazet1-1/+2
7 daysBluetooth: hci_event: fix LE list UAF on resetChengfeng Ye1-0/+2
7 dayscan: isotp: fix timer drain order, wakeup handling and tx_gen orderingOliver Hartkopp1-87/+230
7 dayscan: use skb hash instead of private variable in headroomOliver Hartkopp6-15/+14
7 daysxfrm: fix sk_dst_cache double-free in xfrm_user_policy()Xiang Mei (Microsoft)1-2/+2
7 daysmptcp: pm: fix data race in add_addr timer callbackQing Luo1-2/+4
7 daysmptcp: pm: ADD_ADDR rtx: free sk if lastMatthieu Baerts (NGI0)1-11/+17
7 daysmptcp: pm: ADD_ADDR rtx: always decrease sk refcountMatthieu Baerts (NGI0)1-5/+3
7 daysipv6: fix use-after-free in ip6_finish_output2()Luxiao Xu1-0/+2
7 daysipv4: reject undersized MTUs in ip_do_fragment()Yong Wang1-0/+4
7 dayslibceph: fix OOB read in decode_watchers() via missing bounds checkPavitra Jha1-1/+4
7 daysndisc: ndisc_send_redirect() cleanupEric Dumazet1-5/+3
7 daysnfc: nci: free destination parameters when closing a connectionLinmao Li1-0/+1
7 daysnfc: nci: fix uninit-value in the RF discover/activated NTF handlersSamuel Page1-2/+2
7 daysnfc: nci: fix out-of-bounds write in nci_target_auto_activated()Samuel Page1-0/+6
7 daysnfc: llcp: reject PDUs shorter than the LLCP headerDoruk Tan Ozturk1-0/+5
7 daysnfc: llcp: fix OOB read and u8 offset wrap in TLV parsersMuhammad Bilal1-2/+16
7 daysnfc: llcp: bound the connect_sn TLV walk to the skbDoruk Tan Ozturk1-4/+6
7 daysnfc: digital: clamp SENSF_RES length to the destination bufferDoruk Tan Ozturk1-0/+2
7 daystls: handle data disappearing from under the TLS ULPJakub Kicinski3-5/+11
7 daystls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca2-4/+4
7 daysinet: frags: publish queues before arming timerZhiling Zou1-2/+4
7 dayspacket: synchronize pressure clearing with ring reconfigurationZihan Xi1-4/+16