index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-25
Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
28
-189
/
+445
2023-05-25
udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().
Kuniyuki Iwashima
2
-0
/
+4
2023-05-24
net/handshake: Enable the SNI extension to work properly
Chuck Lever
1
-0
/
+8
2023-05-24
net/handshake: Unpin sock->file if a handshake is cancelled
Chuck Lever
2
-0
/
+5
2023-05-24
net/handshake: handshake_genl_notify() shouldn't ignore @flags
Chuck Lever
1
-1
/
+1
2023-05-24
net/handshake: Fix uninitialized local variable
Chuck Lever
1
-1
/
+1
2023-05-24
net/handshake: Fix handshake_dup() ref counting
Chuck Lever
1
-2
/
+3
2023-05-24
net/handshake: Remove unneeded check from handshake_dup()
Chuck Lever
1
-3
/
+0
2023-05-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
7
-69
/
+124
2023-05-24
ipv6: Fix out-of-bounds access in ipv6_find_tlv()
Gavrilov Ilia
1
-0
/
+2
2023-05-23
net: fix skb leak in __skb_tstamp_tx()
Pratyush Yadav
1
-1
/
+3
2023-05-23
page_pool: fix inconsistency for page_pool_ring_[un]lock()
Yunsheng Lin
1
-2
/
+26
2023-05-23
bpf, sockmap: Incorrectly handling copied_seq
John Fastabend
3
-18
/
+35
2023-05-23
bpf, sockmap: Wake up polling after data copy
John Fastabend
1
-1
/
+10
2023-05-23
bpf, sockmap: TCP data stall on recv before accept
John Fastabend
1
-0
/
+20
2023-05-23
bpf, sockmap: Handle fin correctly
John Fastabend
1
-0
/
+31
2023-05-23
bpf, sockmap: Improved check for empty queue
John Fastabend
1
-24
/
+8
2023-05-23
bpf, sockmap: Reschedule is now done through backlog
John Fastabend
1
-2
/
+0
2023-05-23
bpf, sockmap: Convert schedule_work into delayed_work
John Fastabend
2
-8
/
+16
2023-05-23
bpf, sockmap: Pass skb ownership through read_skb
John Fastabend
5
-17
/
+5
2023-05-23
ipv{4,6}/raw: fix output xfrm lookup wrt protocol
Nicolas Dichtel
3
-3
/
+17
2023-05-22
net/handshake: Fix sock->file allocation
Chuck Lever
1
-14
/
+28
2023-05-22
net/handshake: Squelch allocation warning during Kunit test
Chuck Lever
1
-1
/
+1
2023-05-22
Merge tag 'nfs-for-6.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-3
/
+2
2023-05-22
sctp: fix an issue that plpmtu can never go to complete state
Xin Long
1
-4
/
+7
2023-05-19
Bluetooth: Unlink CISes when LE disconnects in hci_conn_del
Ruihan Li
1
-15
/
+6
2023-05-19
Bluetooth: Fix UAF in hci_conn_hash_flush again
Ruihan Li
1
-11
/
+22
2023-05-19
Bluetooth: Refcnt drop must be placed last in hci_conn_unlink
Ruihan Li
1
-3
/
+3
2023-05-19
Bluetooth: Fix potential double free caused by hci_conn_unlink
Ruihan Li
1
-9
/
+12
2023-05-19
SUNRPC: Don't change task->tk_status after the call to rpc_exit_task
Trond Myklebust
1
-3
/
+2
2023-05-19
net/smc: Reset connection when trying to use SMCRv2 fails.
Wen Gu
2
-2
/
+8
2023-05-19
tls: rx: strp: don't use GFP_KERNEL in softirq context
Jakub Kicinski
1
-0
/
+4
2023-05-19
tls: rx: strp: preserve decryption status of skbs when needed
Jakub Kicinski
3
-31
/
+113
2023-05-19
tls: rx: strp: factor out copying skb data
Jakub Kicinski
1
-10
/
+23
2023-05-19
tls: rx: strp: fix determining record length in copy mode
Jakub Kicinski
1
-6
/
+15
2023-05-19
tls: rx: strp: force mixed decrypted records into copy mode
Jakub Kicinski
1
-5
/
+11
2023-05-19
tls: rx: strp: set the skb->len of detached / CoW'ed skbs
Jakub Kicinski
1
-0
/
+2
2023-05-19
tls: rx: device: fix checking decryption status
Jakub Kicinski
1
-1
/
+1
2023-05-18
Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
32
-170
/
+179
2023-05-17
Merge tag 'nf-23-05-17' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...
Jakub Kicinski
3
-10
/
+18
2023-05-17
Merge tag 'wireless-2023-05-17' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
7
-37
/
+63
2023-05-17
bridge: always declare tunnel functions
Arnd Bergmann
1
-4
/
+4
2023-05-17
atm: hide unused procfs functions
Arnd Bergmann
1
-0
/
+2
2023-05-17
Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
6
-46
/
+66
2023-05-17
netfilter: nft_set_rbtree: fix null deref on element insertion
Florian Westphal
1
-7
/
+13
2023-05-17
netfilter: nf_tables: fix nft_trans type confusion
Florian Westphal
1
-3
/
+1
2023-05-17
netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...
Tom Rix
1
-0
/
+4
2023-05-17
vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()
Eric Dumazet
1
-2
/
+2
2023-05-16
Merge tag 'ipsec-2023-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
5
-74
/
+29
2023-05-16
Merge tag 'linux-can-fixes-for-6.4-20230515' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
2
-2
/
+2
[next]