aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-07-28Merge tag 'ceph-for-6.5-rc4' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-0/+1
2023-07-28Merge tag '9p-fixes-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-38/+16
2023-07-27tipc: stop tipc crypto on failure in tipc_node_createGravatar Fedor Pchelkin 1-1/+1
2023-07-27af_unix: Terminate sun_path when bind()ing pathname socket.Gravatar Kuniyuki Iwashima 1-5/+16
2023-07-27tipc: check return value of pskb_trim()Gravatar Yuanjun Gong 1-1/+2
2023-07-26Merge tag 'nf-23-07-26' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Jakub Kicinski 3-17/+35
2023-07-26net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Gravatar Lin Ma 1-0/+14
2023-07-26mptcp: more accurate NL event generationGravatar Paolo Abeni 1-2/+1
2023-07-26netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHA...Gravatar Pablo Neira Ayuso 1-2/+3
2023-07-26netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERRORGravatar Pablo Neira Ayuso 1-9/+18
2023-07-26netfilter: nft_set_rbtree: fix overlap expiration walkGravatar Florian Westphal 1-6/+14
2023-07-26rbd: harden get_lock_owner_info() a bitGravatar Ilya Dryomov 1-0/+1
2023-07-25af_packet: Fix warning of fortified memcpy() in packet_getname().Gravatar Kuniyuki Iwashima 1-1/+1
2023-07-25af_unix: Fix fortify_panic() in unix_bind_bsd().Gravatar Kuniyuki Iwashima 1-4/+2
2023-07-24Merge tag 'linux-can-fixes-for-6.5-20230724' of git://git.kernel.org/pub/scm/...Gravatar Jakub Kicinski 1-2/+3
2023-07-24ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Gravatar Maciej Żenczykowski 1-4/+10
2023-07-20Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 34-365/+520
2023-07-20Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Jakub Kicinski 7-81/+211
2023-07-20Merge tag 'nf-23-07-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Jakub Kicinski 2-3/+15
2023-07-20tcp: annotate data-races around fastopenq.max_qlenGravatar Eric Dumazet 2-3/+5
2023-07-20tcp: annotate data-races around icsk->icsk_user_timeoutGravatar Eric Dumazet 1-3/+3
2023-07-20tcp: annotate data-races around tp->notsent_lowatGravatar Eric Dumazet 1-2/+2
2023-07-20tcp: annotate data-races around rskq_defer_acceptGravatar Eric Dumazet 1-5/+6
2023-07-20tcp: annotate data-races around tp->linger2Gravatar Eric Dumazet 1-4/+4
2023-07-20tcp: annotate data-races around icsk->icsk_syn_retriesGravatar Eric Dumazet 2-4/+4
2023-07-20tcp: annotate data-races around tp->keepalive_probesGravatar Eric Dumazet 1-2/+3
2023-07-20tcp: annotate data-races around tp->keepalive_intvlGravatar Eric Dumazet 1-2/+2
2023-07-20tcp: annotate data-races around tp->keepalive_timeGravatar Eric Dumazet 1-1/+2
2023-07-20tcp: annotate data-races around tp->tsoffsetGravatar Eric Dumazet 2-4/+5
2023-07-20tcp: annotate data-races around tp->tcp_tx_delayGravatar Eric Dumazet 1-2/+2
2023-07-209p: remove dead stores (variable set again without being read)Gravatar Dominique Martinet 1-34/+12
2023-07-209p: virtio: skip incrementing unused variableGravatar Dominique Martinet 1-2/+2
2023-07-209p: virtio: make sure 'offs' is initialized in zc_requestGravatar Dominique Martinet 1-1/+1
2023-07-209p: virtio: fix unlikely null pointer deref in handle_rerrorGravatar Dominique Martinet 1-1/+1
2023-07-20Bluetooth: MGMT: Use correct address for memcpy()Gravatar Andy Shevchenko 1-1/+1
2023-07-20Bluetooth: SCO: fix sco_conn related locking and validity issuesGravatar Pauli Virtanen 1-11/+12
2023-07-20Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no linkGravatar Siddh Raman Pant 1-2/+2
2023-07-20Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Gravatar Douglas Anderson 1-1/+3
2023-07-20Bluetooth: ISO: fix iso_conn related locking and validity issuesGravatar Pauli Virtanen 1-22/+31
2023-07-20Bluetooth: hci_event: call disconnect callback before deleting connGravatar Pauli Virtanen 1-0/+3
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncGravatar Pauli Virtanen 5-44/+159
2023-07-20netfilter: nf_tables: skip bound chain on rule flushGravatar Pablo Neira Ayuso 1-0/+2
2023-07-20netfilter: nf_tables: skip bound chain in netns release pathGravatar Pablo Neira Ayuso 1-0/+3
2023-07-20can: raw: fix lockdep issue in raw_release()Gravatar Eric Dumazet 1-2/+3
2023-07-20netfilter: nft_set_pipapo: fix improper element removalGravatar Florian Westphal 1-1/+5
2023-07-20netfilter: nf_tables: can't schedule in nft_chain_validateGravatar Florian Westphal 1-2/+2
2023-07-20netfilter: nf_tables: fix spurious set element insertion failureGravatar Florian Westphal 1-0/+3
2023-07-20Revert "bridge: Add extack warning when enabling STP in netns."Gravatar Kuniyuki Iwashima 1-3/+0
2023-07-20llc: Don't drop packet from non-root netns.Gravatar Kuniyuki Iwashima 1-3/+0
2023-07-20llc: Check netns in llc_estab_match() and llc_listener_match().Gravatar Kuniyuki Iwashima 3-21/+32