summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-12-14net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko2-10/+16
2024-12-14can: j1939: j1939_session_new(): fix skb reference countingDmitry Antipov1-1/+1
2024-12-14net: hsr: avoid potential out-of-bound access in fill_frame_info()Eric Dumazet1-0/+2
2024-12-14net/sched: tbf: correct backlog statistic for GSO packetsMartin Ottens1-6/+12
2024-12-14netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup levelPablo Neira Ayuso1-1/+1
2024-12-14netfilter: x_tables: fix LED ID check in led_tg_check()Dmitry Antipov1-1/+3
2024-12-14ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()Jinghao Jia1-3/+1
2024-12-09sunrpc: fix one UAF issue caused by sunrpc kernel tcp socketLiu Jian2-0/+11
2024-12-09SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUTBenjamin Coddington1-5/+4
2024-12-09sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transportLiu Jian1-0/+1
2024-12-099p/xen: fix release of IRQAlex Zenla1-1/+1
2024-12-099p/xen: fix init sequenceAlex Zenla1-2/+5
2024-12-09SUNRPC: make sure cache entry active before cache_showYang Erkun1-1/+3
2024-12-09netfilter: ipset: add missing range check in bitmap_ip_uadtJeongjun Park1-5/+2
2024-12-09Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}()Andrej Shadura1-4/+6
2024-12-09ipmr: fix tables suspicious RCU usagePaolo Abeni1-13/+29
2024-12-09ip6mr: fix tables suspicious RCU usagePaolo Abeni1-11/+27
2024-12-09tcp: Fix use-after-free of nreq in reqsk_timer_handler().Kuniyuki Iwashima1-1/+1
2024-12-09rxrpc: Improve setsockopt() handling of malformed user inputMichal Luczaj1-3/+4
2024-12-09llc: Improve setsockopt() handling of malformed user inputMichal Luczaj1-1/+1
2024-12-09Bluetooth: MGMT: Fix possible deadlocksLuiz Augusto von Dentz1-9/+18
2024-12-09Bluetooth: MGMT: Fix slab-use-after-free Read in set_powered_syncLuiz Augusto von Dentz1-2/+9
2024-12-09net: hsr: fix hsr_init_sk() vs network/transport headers.Eric Dumazet1-2/+2
2024-12-09net/ipv6: delete temporary address if mngtmpaddr is removed or unmanagedHangbin Liu1-12/+29
2024-12-09s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()Sidraya Jayagond1-9/+17
2024-12-09svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()Ye Bin1-5/+14
2024-12-09svcrdma: Address an integer overflowChuck Lever1-1/+7
2024-12-09bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen1-2/+2
2024-12-09Bluetooth: fix use-after-free in device_for_each_child()Dmitry Antipov1-11/+4
2024-12-09net: rfkill: gpio: Add check for clk_enable()Mingwei Zheng1-2/+6
2024-12-09ipv6: release nexthop on device removalPaolo Abeni1-3/+3
2024-12-09net: use unrcu_pointer() helperEric Dumazet11-20/+18
2024-12-09sock_diag: allow concurrent operation in sock_diag_rcv_msg()Eric Dumazet2-19/+33
2024-12-09sock_diag: allow concurrent operationsEric Dumazet1-31/+42
2024-12-09sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet8-0/+9
2024-12-09bpf, sockmap: Fix sk_msg_reset_currZijian Zhang1-11/+9
2024-12-09bpf, sockmap: Several fixes to bpf_msg_pop_dataZijian Zhang1-6/+9
2024-12-09bpf, sockmap: Several fixes to bpf_msg_push_dataZijian Zhang1-20/+33
2024-12-09netfilter: nf_tables: must hold rcu read lock while iterating object type listFlorian Westphal1-7/+6
2024-12-09netfilter: nf_tables: skip transaction if update object is not implementedPablo Neira Ayuso1-2/+6
2024-12-09netfilter: nf_tables: must hold rcu read lock while iterating expression type...Florian Westphal1-6/+18
2024-12-09netfilter: nf_tables: avoid false-positive lockdep splat on rule deletionFlorian Westphal1-10/+13
2024-12-09netfilter: nf_tables: Introduce nf_tables_getrule_single()Phil Sutter1-31/+43
2024-12-09netfilter: nf_tables: Open-code audit log call in nf_tables_getrule()Phil Sutter1-4/+15
2024-12-09mptcp: fix possible integer overflow in mptcp_reset_tout_timerDmitry Kandybka1-2/+2
2024-12-09ipmr: Fix access to mfc_cache_list without lock heldBreno Leitao1-1/+2
2024-12-09bpf: fix filed access without lockJiayuan Chen1-3/+4
2024-12-09mac80211: fix user-power when emulating chanctxBen Greear1-0/+2
2024-11-22mptcp: pm: use _rcu variant under rcu_read_lockMatthieu Baerts (NGI0)1-1/+2
2024-11-22mptcp: drop lookup_by_id in lookup_addrGeliang Tang1-7/+5