index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-04-14
21
-145
/
+201
|
\
|
*
xdp: rss hash types representation
Jesper Dangaard Brouer
2023-04-13
1
-1
/
+9
|
*
skbuff: Fix a race between coalescing and releasing SKBs
Liang Chen
2023-04-13
1
-8
/
+8
|
*
udp6: fix potential access to stale information
Eric Dumazet
2023-04-13
1
-3
/
+5
|
*
mptcp: fix NULL pointer dereference on fastopen early fallback
Paolo Abeni
2023-04-13
1
-2
/
+9
|
*
mptcp: stricter state check in mptcp_worker
Paolo Abeni
2023-04-13
1
-1
/
+1
|
*
mptcp: use mptcp_schedule_work instead of open-coding it
Paolo Abeni
2023-04-13
2
-15
/
+8
|
*
sctp: fix a potential overflow in sctp_ifwdtsn_skip
Xin Long
2023-04-13
1
-1
/
+2
|
*
net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()
Ziyang Xuan
2023-04-13
1
-3
/
+5
|
*
rtnetlink: Restore RTM_NEW/DELLINK notification behavior
Martin Willi
2023-04-13
2
-3
/
+10
|
*
smc: Fix use-after-free in tcp_write_timer_handler().
Kuniyuki Iwashima
2023-04-12
1
-0
/
+11
|
*
Merge tag 'for-net-2023-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
2023-04-12
6
-105
/
+126
|
|
\
|
|
*
Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}
Luiz Augusto von Dentz
2023-04-10
1
-18
/
+6
|
|
*
Bluetooth: Set ISO Data Path on broadcast sink
Claudia Draghicescu
2023-04-10
1
-1
/
+1
|
|
*
Bluetooth: hci_conn: Fix possible UAF
Luiz Augusto von Dentz
2023-04-10
1
-6
/
+24
|
|
*
Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockopt
Luiz Augusto von Dentz
2023-04-10
1
-7
/
+9
|
|
*
Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfm
Luiz Augusto von Dentz
2023-04-10
1
-29
/
+40
|
|
*
Bluetooth: Fix race condition in hidp_session_thread
Min Li
2023-04-10
1
-1
/
+1
|
|
*
Bluetooth: Fix printing errors if LE Connection times out
Luiz Augusto von Dentz
2023-04-10
3
-15
/
+21
|
|
*
Bluetooth: hci_conn: Fix not cleaning up on LE Connection failure
Luiz Augusto von Dentz
2023-04-10
1
-28
/
+24
|
*
|
net: openvswitch: fix race on port output
Felix Huettner
2023-04-08
2
-1
/
+2
|
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-04-08
1
-2
/
+2
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp
Martin KaFai Lau
2023-03-28
1
-2
/
+2
|
*
|
tcp: restrict net.ipv4.tcp_app_win
YueHaibing
2023-04-07
1
-0
/
+3
*
|
|
Merge tag '9p-6.3-fixes-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-04-10
1
-0
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race condition
Zheng Wang
2023-04-02
1
-0
/
+4
*
|
|
Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2023-04-06
21
-101
/
+184
|
\
\
\
|
*
|
|
can: isotp: fix race between isotp_sendsmg() and isotp_release()
Oliver Hartkopp
2023-04-05
1
-24
/
+31
|
*
|
|
can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events
Michal Sojka
2023-04-05
1
-1
/
+16
|
*
|
|
can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infos
Oliver Hartkopp
2023-04-05
1
-1
/
+1
|
*
|
|
can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
Oleksij Rempel
2023-04-05
1
-1
/
+4
|
*
|
|
netlink: annotate lockless accesses to nlk->max_recvmsg_len
Eric Dumazet
2023-04-05
1
-6
/
+9
|
*
|
|
ethtool: reset #lanes when lanes is omitted
Andy Roulin
2023-04-05
1
-3
/
+4
|
*
|
|
ping: Fix potentail NULL deref for /proc/net/icmp.
Kuniyuki Iwashima
2023-04-05
1
-4
/
+4
|
*
|
|
raw: Fix NULL deref in raw_get_next().
Kuniyuki Iwashima
2023-04-05
3
-29
/
+27
|
*
|
|
ipv6: Fix an uninit variable access bug in __ip6_make_skb()
Ziyang Xuan
2023-04-03
1
-1
/
+6
|
*
|
|
net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT
Sricharan Ramabadhran
2023-04-03
1
-6
/
+9
|
*
|
|
sctp: check send stream number after wait_for_sndbuf
Xin Long
2023-04-02
1
-0
/
+4
|
*
|
|
net: don't let netpoll invoke NAPI if in xmit context
Jakub Kicinski
2023-04-02
1
-1
/
+18
|
*
|
|
icmp: guard against too small mtu
Eric Dumazet
2023-04-01
1
-0
/
+5
|
*
|
|
vsock/vmci: convert VMCI error code to -ENOMEM on send
Arseniy Krasnov
2023-03-31
1
-1
/
+7
|
*
|
|
l2tp: generate correct module alias strings
Andrea Righi
2023-03-31
2
-8
/
+8
|
*
|
|
net: qrtr: Fix a refcount bug in qrtr_recvmsg()
Ziyang Xuan
2023-03-31
1
-0
/
+2
|
*
|
|
virtio/vsock: fix leaks due to missing skb owner
Bobby Eshleman
2023-03-31
1
-0
/
+10
|
*
|
|
Merge tag 'wireless-2023-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
2023-03-31
3
-15
/
+19
|
|
\
\
\
|
|
*
|
|
wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta
Felix Fietkau
2023-03-30
1
-1
/
+2
|
|
*
|
|
wifi: mac80211: fix flow dissection for forwarded packets
Felix Fietkau
2023-03-30
1
-1
/
+1
|
|
*
|
|
wifi: mac80211: fix mesh forwarding
Felix Fietkau
2023-03-30
1
-0
/
+3
|
|
*
|
|
wifi: mac80211: fix receiving mesh packets in forwarding=0 networks
Felix Fietkau
2023-03-30
1
-8
/
+8
|
|
*
|
|
wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()
Ryder Lee
2023-03-30
1
-1
/
+1
[next]