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 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2022-08-03
1
-0
/
+1
|
\
|
*
crypto: lib - make the sha1 library optional
Eric Biggers
2022-07-15
1
-0
/
+1
*
|
Merge tag 'for-5.20/io_uring-zerocopy-send-2022-07-29' of git://git.kernel.dk...
Linus Torvalds
2022-08-02
7
-46
/
+140
|
\
\
|
*
\
Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-send
Jens Axboe
2022-07-25
67
-388
/
+445
|
|
\
\
|
*
|
|
net: fix uninitialised msghdr->sg_from_iter
Pavel Begunkov
2022-07-22
1
-1
/
+1
|
*
|
|
tcp: support externally provided ubufs
Pavel Begunkov
2022-07-19
1
-11
/
+22
|
*
|
|
ipv6/udp: support externally provided ubufs
Pavel Begunkov
2022-07-19
1
-13
/
+31
|
*
|
|
ipv4/udp: support externally provided ubufs
Pavel Begunkov
2022-07-19
1
-13
/
+31
|
*
|
|
net: introduce managed frags infrastructure
Pavel Begunkov
2022-07-19
1
-2
/
+27
|
*
|
|
net: Allow custom iter handler in msghdr
David Ahern
2022-07-19
2
-5
/
+11
|
*
|
|
skbuff: carry external ubuf_info in msghdr
Pavel Begunkov
2022-07-19
2
-0
/
+3
|
*
|
|
skbuff: add SKBFL_DONT_ORPHAN flag
Pavel Begunkov
2022-07-19
1
-1
/
+1
|
*
|
|
skbuff: don't mix ubuf_info from different sources
Pavel Begunkov
2022-07-19
1
-0
/
+4
|
*
|
|
ipv6: avoid partial copy for zc
Pavel Begunkov
2022-07-19
1
-1
/
+6
|
*
|
|
ipv4: avoid partial copy for zc
Pavel Begunkov
2022-07-19
1
-2
/
+6
*
|
|
|
Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-08-02
2
-43
/
+33
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
net: fix compat pointer in get_compat_msghdr()
Jens Axboe
2022-07-25
1
-1
/
+1
|
*
|
|
net: copy from user before calling __get_compat_msghdr
Dylan Yudaken
2022-07-25
1
-22
/
+17
|
*
|
|
net: copy from user before calling __copy_msghdr
Dylan Yudaken
2022-07-25
1
-21
/
+16
*
|
|
|
net: ping6: Fix memleak in ipv6_renew_options().
Kuniyuki Iwashima
2022-07-28
1
-0
/
+6
*
|
|
|
sctp: leave the err path free in sctp_stream_init to sctp_stream_free
Xin Long
2022-07-28
2
-19
/
+5
*
|
|
|
tcp: md5: fix IPv4-mapped support
Eric Dumazet
2022-07-27
1
-3
/
+12
*
|
|
|
mptcp: Do not return EINPROGRESS when subflow creation succeeds
Mat Martineau
2022-07-27
1
-1
/
+1
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
2022-07-27
3
-1
/
+39
|
\
\
\
\
|
*
|
|
|
netfilter: nft_queue: only allow supported familes and hooks
Florian Westphal
2022-07-26
1
-0
/
+27
|
*
|
|
|
netfilter: nf_tables: add rescheduling points during loop detection walks
Florian Westphal
2022-07-26
1
-0
/
+6
|
*
|
|
|
netfilter: nf_queue: do not allow packet truncation below transport header of...
Florian Westphal
2022-07-26
1
-1
/
+6
*
|
|
|
|
Merge tag 'for-net-2022-07-26' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
2022-07-27
3
-17
/
+51
|
\
\
\
\
\
|
*
|
|
|
|
Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put
Luiz Augusto von Dentz
2022-07-26
1
-13
/
+48
|
*
|
|
|
|
Bluetooth: Always set event mask on suspend
Abhishek Pandit-Subedi
2022-07-26
1
-3
/
+3
|
*
|
|
|
|
Bluetooth: mgmt: Fix double free on error path
Dan Carpenter
2022-07-26
1
-1
/
+0
|
|
/
/
/
/
*
/
/
/
/
wifi: mac80211: do not abuse fq.lock in ieee80211_do_stop()
Tetsuo Handa
2022-07-26
1
-2
/
+1
|
/
/
/
/
*
|
|
|
bridge: Do not send empty IFLA_AF_SPEC attribute
Benjamin Poirier
2022-07-26
1
-2
/
+6
*
|
|
|
sctp: fix sleep in atomic context bug in timer handlers
Duoming Zhou
2022-07-26
1
-1
/
+1
*
|
|
|
net: dsa: fix reference counting for LAG FDBs
Vladimir Oltean
2022-07-26
1
-0
/
+1
*
|
|
|
ipv4: Fix data-races around sysctl_fib_notify_on_flag_change.
Kuniyuki Iwashima
2022-07-25
1
-2
/
+5
*
|
|
|
tcp: Fix data-races around sysctl_tcp_reflect_tos.
Kuniyuki Iwashima
2022-07-25
2
-4
/
+4
*
|
|
|
tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.
Kuniyuki Iwashima
2022-07-25
1
-1
/
+1
*
|
|
|
tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.
Kuniyuki Iwashima
2022-07-25
1
-1
/
+1
*
|
|
|
tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.
Kuniyuki Iwashima
2022-07-25
1
-1
/
+2
*
|
|
|
net: Fix data-races around sysctl_[rw]mem(_offset)?.
Kuniyuki Iwashima
2022-07-25
6
-16
/
+17
*
|
|
|
tcp: Fix data-races around sk_pacing_rate.
Kuniyuki Iwashima
2022-07-25
1
-2
/
+2
*
|
|
|
net: mld: fix reference count leak in mld_{query | report}_work()
Taehee Yoo
2022-07-25
1
-6
/
+8
*
|
|
|
net/tls: Remove the context from the list in tls_device_down
Maxim Mikityanskiy
2022-07-24
1
-1
/
+6
*
|
|
|
Revert "tcp: change pingpong threshold to 3"
Wei Wang
2022-07-23
1
-9
/
+6
*
|
|
|
caif: Fix bitmap data type in "struct caifsock"
Christophe JAILLET
2022-07-22
1
-13
/
+7
*
|
|
|
tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.
Kuniyuki Iwashima
2022-07-22
1
-1
/
+2
*
|
|
|
tcp: Fix a data-race around sysctl_tcp_autocorking.
Kuniyuki Iwashima
2022-07-22
1
-1
/
+1
*
|
|
|
tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.
Kuniyuki Iwashima
2022-07-22
1
-1
/
+1
*
|
|
|
tcp: Fix a data-race around sysctl_tcp_tso_rtt_log.
Kuniyuki Iwashima
2022-07-22
1
-1
/
+1
[next]