summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-08-18mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)
2023-07-28Merge tag 'ceph-for-6.5-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-07-28Merge tag '9p-fixes-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-27tipc: stop tipc crypto on failure in tipc_node_createFedor Pchelkin
2023-07-27af_unix: Terminate sun_path when bind()ing pathname socket.Kuniyuki Iwashima
2023-07-27tipc: check return value of pskb_trim()Yuanjun Gong
2023-07-26Merge tag 'nf-23-07-26' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
2023-07-26net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma
2023-07-26mptcp: more accurate NL event generationPaolo Abeni
2023-07-26netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHA...Pablo Neira Ayuso
2023-07-26netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERRORPablo Neira Ayuso
2023-07-26netfilter: nft_set_rbtree: fix overlap expiration walkFlorian Westphal
2023-07-26rbd: harden get_lock_owner_info() a bitIlya Dryomov
2023-07-25af_packet: Fix warning of fortified memcpy() in packet_getname().Kuniyuki Iwashima
2023-07-25af_unix: Fix fortify_panic() in unix_bind_bsd().Kuniyuki Iwashima
2023-07-24Merge tag 'linux-can-fixes-for-6.5-20230724' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2023-07-24ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski
2023-07-20Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-07-20Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-07-20Merge tag 'nf-23-07-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
2023-07-20tcp: annotate data-races around fastopenq.max_qlenEric Dumazet
2023-07-20tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet
2023-07-20tcp: annotate data-races around tp->notsent_lowatEric Dumazet
2023-07-20tcp: annotate data-races around rskq_defer_acceptEric Dumazet
2023-07-20tcp: annotate data-races around tp->linger2Eric Dumazet
2023-07-20tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet
2023-07-20tcp: annotate data-races around tp->keepalive_probesEric Dumazet
2023-07-20tcp: annotate data-races around tp->keepalive_intvlEric Dumazet
2023-07-20tcp: annotate data-races around tp->keepalive_timeEric Dumazet
2023-07-20tcp: annotate data-races around tp->tsoffsetEric Dumazet
2023-07-20tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet
2023-07-209p: remove dead stores (variable set again without being read)Dominique Martinet
2023-07-209p: virtio: skip incrementing unused variableDominique Martinet
2023-07-209p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet
2023-07-209p: virtio: fix unlikely null pointer deref in handle_rerrorDominique Martinet
2023-07-20Bluetooth: MGMT: Use correct address for memcpy()Andy Shevchenko
2023-07-20Bluetooth: SCO: fix sco_conn related locking and validity issuesPauli Virtanen
2023-07-20Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no linkSiddh Raman Pant
2023-07-20Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Douglas Anderson
2023-07-20Bluetooth: ISO: fix iso_conn related locking and validity issuesPauli Virtanen
2023-07-20Bluetooth: hci_event: call disconnect callback before deleting connPauli Virtanen
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen
2023-07-20netfilter: nf_tables: skip bound chain on rule flushPablo Neira Ayuso
2023-07-20netfilter: nf_tables: skip bound chain in netns release pathPablo Neira Ayuso
2023-07-20can: raw: fix lockdep issue in raw_release()Eric Dumazet
2023-07-20netfilter: nft_set_pipapo: fix improper element removalFlorian Westphal
2023-07-20netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal
2023-07-20netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal
2023-07-20Revert "bridge: Add extack warning when enabling STP in netns."Kuniyuki Iwashima
2023-07-20llc: Don't drop packet from non-root netns.Kuniyuki Iwashima