summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-04-1421-145/+201
|\
| * xdp: rss hash types representationJesper Dangaard Brouer2023-04-131-1/+9
| * skbuff: Fix a race between coalescing and releasing SKBsLiang Chen2023-04-131-8/+8
| * udp6: fix potential access to stale informationEric Dumazet2023-04-131-3/+5
| * mptcp: fix NULL pointer dereference on fastopen early fallbackPaolo Abeni2023-04-131-2/+9
| * mptcp: stricter state check in mptcp_workerPaolo Abeni2023-04-131-1/+1
| * mptcp: use mptcp_schedule_work instead of open-coding itPaolo Abeni2023-04-132-15/+8
| * sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long2023-04-131-1/+2
| * net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()Ziyang Xuan2023-04-131-3/+5
| * rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi2023-04-132-3/+10
| * smc: Fix use-after-free in tcp_write_timer_handler().Kuniyuki Iwashima2023-04-121-0/+11
| * Merge tag 'for-net-2023-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-04-126-105/+126
| |\
| | * Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}Luiz Augusto von Dentz2023-04-101-18/+6
| | * Bluetooth: Set ISO Data Path on broadcast sinkClaudia Draghicescu2023-04-101-1/+1
| | * Bluetooth: hci_conn: Fix possible UAFLuiz Augusto von Dentz2023-04-101-6/+24
| | * Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockoptLuiz Augusto von Dentz2023-04-101-7/+9
| | * Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfmLuiz Augusto von Dentz2023-04-101-29/+40
| | * Bluetooth: Fix race condition in hidp_session_threadMin Li2023-04-101-1/+1
| | * Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz2023-04-103-15/+21
| | * Bluetooth: hci_conn: Fix not cleaning up on LE Connection failureLuiz Augusto von Dentz2023-04-101-28/+24
| * | net: openvswitch: fix race on port outputFelix Huettner2023-04-082-1/+2
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-04-081-2/+2
| |\ \ | | |/ | |/|
| | * bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcpMartin KaFai Lau2023-03-281-2/+2
| * | tcp: restrict net.ipv4.tcp_app_winYueHaibing2023-04-071-0/+3
* | | Merge tag '9p-6.3-fixes-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-101-0/+4
|\ \ \ | |/ / |/| |
| * | 9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race conditionZheng Wang2023-04-021-0/+4
* | | Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2023-04-0621-101/+184
|\ \ \
| * | | can: isotp: fix race between isotp_sendsmg() and isotp_release()Oliver Hartkopp2023-04-051-24/+31
| * | | can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka2023-04-051-1/+16
| * | | can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infosOliver Hartkopp2023-04-051-1/+1
| * | | can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory accessOleksij Rempel2023-04-051-1/+4
| * | | netlink: annotate lockless accesses to nlk->max_recvmsg_lenEric Dumazet2023-04-051-6/+9
| * | | ethtool: reset #lanes when lanes is omittedAndy Roulin2023-04-051-3/+4
| * | | ping: Fix potentail NULL deref for /proc/net/icmp.Kuniyuki Iwashima2023-04-051-4/+4
| * | | raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima2023-04-053-29/+27
| * | | ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan2023-04-031-1/+6
| * | | net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENTSricharan Ramabadhran2023-04-031-6/+9
| * | | sctp: check send stream number after wait_for_sndbufXin Long2023-04-021-0/+4
| * | | net: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski2023-04-021-1/+18
| * | | icmp: guard against too small mtuEric Dumazet2023-04-011-0/+5
| * | | vsock/vmci: convert VMCI error code to -ENOMEM on sendArseniy Krasnov2023-03-311-1/+7
| * | | l2tp: generate correct module alias stringsAndrea Righi2023-03-312-8/+8
| * | | net: qrtr: Fix a refcount bug in qrtr_recvmsg()Ziyang Xuan2023-03-311-0/+2
| * | | virtio/vsock: fix leaks due to missing skb ownerBobby Eshleman2023-03-311-0/+10
| * | | Merge tag 'wireless-2023-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-03-313-15/+19
| |\ \ \
| | * | | wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau2023-03-301-1/+2
| | * | | wifi: mac80211: fix flow dissection for forwarded packetsFelix Fietkau2023-03-301-1/+1
| | * | | wifi: mac80211: fix mesh forwardingFelix Fietkau2023-03-301-0/+3
| | * | | wifi: mac80211: fix receiving mesh packets in forwarding=0 networksFelix Fietkau2023-03-301-8/+8
| | * | | wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()Ryder Lee2023-03-301-1/+1