index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-18
nfc: Fix potential resource leaks
Miaoqian Lin
1
-14
/
+38
2023-01-18
net: sched: fix memory leak in tcindex_set_parms
Hawkins Jiawei
1
-10
/
+2
2023-01-18
bpf: pull before calling skb_postpull_rcsum()
Jakub Kicinski
1
-2
/
+5
2023-01-18
SUNRPC: ensure the matching upcall is in-flight upon downcall
minoura makoto
1
-2
/
+17
2023-01-18
net/af_packet: make sure to pull mac header
Eric Dumazet
1
-2
/
+4
2023-01-18
net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSO
Hangbin Liu
1
-5
/
+13
2023-01-18
SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() fails
Chuck Lever
1
-2
/
+7
2023-01-18
mrp: introduce active flags to prevent UAF when applicant uninit
Schspa Shi
1
-5
/
+13
2023-01-18
net: add atomic_long_t to net_device_stats fields
Eric Dumazet
1
-11
/
+3
2023-01-18
bpf: make sure skb->len != 0 when redirecting to a tunneling device
Stanislav Fomichev
1
-0
/
+4
2023-01-18
net: stream: purge sk_error_queue in sk_stream_kill_queues()
Eric Dumazet
1
-0
/
+6
2023-01-18
rxrpc: Fix missing unlock in rxrpc_do_sendmsg()
David Howells
1
-1
/
+1
2023-01-18
net_sched: reject TCF_EM_SIMPLE case for complex ematch module
Cong Wang
1
-0
/
+2
2023-01-18
skbuff: Account for tail adjustment during pull operations
Subash Abhinov Kasiviswanathan
1
-0
/
+3
2023-01-18
openvswitch: Fix flow lookup to use unmasked key
Eelco Chaudron
1
-9
/
+16
2023-01-18
Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
1
-1
/
+1
2023-01-18
Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
1
-1
/
+1
2023-01-18
net/tunnel: wait until all sk_user_data reader finish before releasing the sock
Hangbin Liu
1
-0
/
+1
2023-01-18
net: vmw_vsock: vmci: Check memcpy_from_msg()
Artem Chernyshev
1
-1
/
+5
2023-01-18
SUNRPC: Fix missing release socket in rpc_sockname()
Wang ShaoBo
1
-1
/
+1
2023-01-18
xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()
Zhang Xiaoxu
1
-0
/
+1
2023-01-18
bpf, sockmap: fix race in sock_map_free()
Eric Dumazet
1
-0
/
+2
2023-01-18
hsr: Avoid double remove of a node.
Sebastian Andrzej Siewior
2
-5
/
+12
2023-01-18
wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() fails
Chen Zhongjin
1
-1
/
+3
2023-01-18
bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirect
Pengcheng Yang
1
-1
/
+4
2023-01-18
bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data
Pengcheng Yang
1
-1
/
+2
2023-01-18
netfilter: conntrack: set icmpv6 redirects as RELATED
Florian Westphal
1
-0
/
+53
2023-01-18
bpf: Move skb->len == 0 checks into __bpf_redirect
Stanislav Fomichev
2
-4
/
+6
2023-01-18
rxrpc: Fix ack.bufferSize to be 0 when generating an ack
David Howells
1
-1
/
+1
2023-01-18
Bluetooth: L2CAP: Fix u8 overflow
Sungwoo Kim
1
-1
/
+2
2022-12-19
net: bpf: Allow TC programs to call BPF_FUNC_skb_change_head
Lorenzo Colitti
1
-0
/
+2
2022-12-14
ipv6: avoid use-after-free in ip6_fragment()
Eric Dumazet
1
-0
/
+5
2022-12-14
ipv4: Fix incorrect route flushing when table ID 0 is used
Ido Schimmel
1
-0
/
+3
2022-12-14
ipv4: Fix incorrect route flushing when source address is deleted
Ido Schimmel
1
-0
/
+1
2022-12-14
tipc: Fix potential OOB in tipc_link_proto_rcv()
YueHaibing
1
-1
/
+3
2022-12-14
NFC: nci: Bounds check struct nfc_target arrays
Kees Cook
1
-0
/
+6
2022-12-14
mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()
Wei Yongjun
1
-0
/
+1
2022-12-14
net: dsa: ksz: Check return value
Artem Chernyshev
1
-1
/
+2
2022-12-14
Bluetooth: Fix not cleanup led when bt_init fails
Chen Zhongjin
1
-1
/
+3
2022-12-14
Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()
Wang ShaoBo
1
-0
/
+1
2022-12-14
af_unix: Get user_ns from in_skb in unix_diag_get_exact().
Kuniyuki Iwashima
1
-8
/
+12
2022-12-14
can: af_can: fix NULL pointer dereference in can_rcv_filter
Oliver Hartkopp
1
-2
/
+2
2022-12-14
9p/xen: check logical size for buffer size
Dominique Martinet
1
-0
/
+9
2022-12-14
9p/fd: Use P9_HDRSZ for header size
GUO Zihua
1
-3
/
+3
2022-12-08
Bluetooth: L2CAP: Fix accepting connection request for invalid SPSM
Luiz Augusto von Dentz
1
-0
/
+13
2022-12-08
ipv4: Fix route deletion when nexthop info is not specified
Ido Schimmel
1
-3
/
+5
2022-12-08
ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...
David Ahern
1
-4
/
+4
2022-12-08
sctp: fix memory leak in sctp_stream_outq_migrate()
Zhengchao Shao
4
-7
/
+47
2022-12-08
packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETE
Willem de Bruijn
1
-4
/
+2
2022-12-08
net: hsr: Fix potential use-after-free
YueHaibing
1
-2
/
+3
[prev]
[next]