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-05-24
espintcp: Inline do_tcp_sendpages()
David Howells
1
-3
/
+7
2023-05-24
tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
David Howells
1
-8
/
+12
2023-05-24
tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
David Howells
1
-151
/
+7
2023-05-24
tcp: Support MSG_SPLICE_PAGES
David Howells
1
-7
/
+36
2023-05-24
net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
David Howells
1
-0
/
+88
2023-05-24
net: Pass max frags into skb_append_pagefrags()
David Howells
3
-4
/
+5
2023-05-24
net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
David Howells
1
-0
/
+2
2023-05-24
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-23
net/handshake: Fix sock->file allocation
Chuck Lever
1
-14
/
+28
2023-05-23
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
net/tcp: refactor tcp_inet6_sk()
Pavel Begunkov
1
-7
/
+3
2023-05-22
net: ipconfig: move ic_nameservers_fallback into #ifdef block
Arnd Bergmann
1
-3
/
+3
2023-05-22
sctp: fix an issue that plpmtu can never go to complete state
Xin Long
1
-4
/
+7
2023-05-20
bpf: Add bpf_sock_destroy kfunc
Aditi Ghag
4
-7
/
+75
2023-05-20
bpf: udp: Implement batching for sockets iterator
Aditi Ghag
1
-6
/
+199
2023-05-20
udp: seq_file: Remove bpf_seq_afinfo from udp_iter_state
Aditi Ghag
1
-20
/
+7
2023-05-20
bpf: udp: Encapsulate logic to get udp table
Aditi Ghag
1
-23
/
+12
2023-05-20
udp: seq_file: Helper function to match socket attributes
Aditi Ghag
1
-7
/
+27
2023-05-20
bpf: tcp: Avoid taking fast sock lock in iterator
Aditi Ghag
1
-3
/
+2
2023-05-20
Bluetooth: Unlink CISes when LE disconnects in hci_conn_del
Ruihan Li
1
-15
/
+6
2023-05-20
Bluetooth: Fix UAF in hci_conn_hash_flush again
Ruihan Li
1
-11
/
+22
2023-05-20
Bluetooth: Refcnt drop must be placed last in hci_conn_unlink
Ruihan Li
1
-3
/
+3
2023-05-20
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-19
mptcp: introduces more address related mibs
Paolo Abeni
4
-3
/
+32
2023-05-19
mptcp: refactor mptcp_stream_accept()
Paolo Abeni
1
-9
/
+12
2023-05-19
inet: factor out locked section of inet_accept() in a new helper
Paolo Abeni
1
-15
/
+17
2023-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
38
-216
/
+245
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-18
netfilter: flowtable: split IPv6 datapath in helper functions
Pablo Neira Ayuso
1
-41
/
+71
2023-05-18
netfilter: flowtable: split IPv4 datapath in helper functions
Pablo Neira Ayuso
1
-42
/
+77
2023-05-18
netfilter: flowtable: simplify route logic
Pablo Neira Ayuso
2
-25
/
+11
[prev]
[next]