summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-2034-365/+520
|\
| * Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-07-207-81/+211
| |\
| | * Bluetooth: MGMT: Use correct address for memcpy()Andy Shevchenko2023-07-201-1/+1
| | * Bluetooth: SCO: fix sco_conn related locking and validity issuesPauli Virtanen2023-07-201-11/+12
| | * Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no linkSiddh Raman Pant2023-07-201-2/+2
| | * Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Douglas Anderson2023-07-201-1/+3
| | * Bluetooth: ISO: fix iso_conn related locking and validity issuesPauli Virtanen2023-07-201-22/+31
| | * Bluetooth: hci_event: call disconnect callback before deleting connPauli Virtanen2023-07-201-0/+3
| | * Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen2023-07-205-44/+159
| * | Merge tag 'nf-23-07-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2023-07-202-3/+15
| |\ \
| | * | netfilter: nf_tables: skip bound chain on rule flushPablo Neira Ayuso2023-07-201-0/+2
| | * | netfilter: nf_tables: skip bound chain in netns release pathPablo Neira Ayuso2023-07-201-0/+3
| | * | netfilter: nft_set_pipapo: fix improper element removalFlorian Westphal2023-07-201-1/+5
| | * | netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal2023-07-201-2/+2
| | * | netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal2023-07-201-0/+3
| | |/
| * | tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2023-07-202-3/+5
| * | tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet2023-07-201-3/+3
| * | tcp: annotate data-races around tp->notsent_lowatEric Dumazet2023-07-201-2/+2
| * | tcp: annotate data-races around rskq_defer_acceptEric Dumazet2023-07-201-5/+6
| * | tcp: annotate data-races around tp->linger2Eric Dumazet2023-07-201-4/+4
| * | tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet2023-07-202-4/+4
| * | tcp: annotate data-races around tp->keepalive_probesEric Dumazet2023-07-201-2/+3
| * | tcp: annotate data-races around tp->keepalive_intvlEric Dumazet2023-07-201-2/+2
| * | tcp: annotate data-races around tp->keepalive_timeEric Dumazet2023-07-201-1/+2
| * | tcp: annotate data-races around tp->tsoffsetEric Dumazet2023-07-202-4/+5
| * | tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet2023-07-201-2/+2
| |/
| * Revert "bridge: Add extack warning when enabling STP in netns."Kuniyuki Iwashima2023-07-201-3/+0
| * llc: Don't drop packet from non-root netns.Kuniyuki Iwashima2023-07-201-3/+0
| * llc: Check netns in llc_estab_match() and llc_listener_match().Kuniyuki Iwashima2023-07-203-21/+32
| * llc: Check netns in llc_dgram_match().Kuniyuki Iwashima2023-07-201-7/+11
| * Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2023-07-192-19/+6
| * ipv4: ip_gre: fix return value check in erspan_xmit()Yuanjun Gong2023-07-191-1/+2
| * ipv4: ip_gre: fix return value check in erspan_fb_xmit()Yuanjun Gong2023-07-191-1/+2
| * net:ipv6: check return value of pskb_trim()Yuanjun Gong2023-07-191-1/+2
| * net: ipv4: Use kfree_sensitive instead of kfreeWang Ming2023-07-191-1/+1
| * tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet2023-07-184-6/+9
| * tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet2023-07-184-5/+6
| * Merge tag 'linux-can-fixes-for-6.5-20230717' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-07-182-39/+30
| |\
| | * can: bcm: Fix UAF in bcm_proc_show()YueHaibing2023-07-171-6/+6
| | * can: raw: fix receiver memory leakZiyang Xuan2023-07-171-33/+24
| * | net: sched: cls_flower: Undo tcf_bind_filter in case of an errorVictor Nogueira2023-07-171-52/+47
| * | net: sched: cls_bpf: Undo tcf_bind_filter in case of an errorVictor Nogueira2023-07-171-52/+47
| * | net: sched: cls_u32: Undo refcount decrement in case update failedVictor Nogueira2023-07-171-0/+7
| * | net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knodeVictor Nogueira2023-07-171-11/+30
| * | net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_...Victor Nogueira2023-07-171-23/+12
| |/
| * gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai2023-07-142-7/+12
| * bridge: Add extack warning when enabling STP in netns.Kuniyuki Iwashima2023-07-141-0/+3
* | Merge tag 'ceph-for-6.5-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds2023-07-141-15/+26
|\ \ | |/ |/|
| * libceph: harden msgr2.1 frame segment length checksIlya Dryomov2023-07-131-15/+26
* | net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela2023-07-131-1/+6