summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.20/io_uring-zerocopy-send-2022-07-29' of git://git.kernel.dk...Linus Torvalds2022-08-027-46/+140
|\
| * Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-sendJens Axboe2022-07-2467-388/+445
| |\
| * | net: fix uninitialised msghdr->sg_from_iterPavel Begunkov2022-07-221-1/+1
| * | tcp: support externally provided ubufsPavel Begunkov2022-07-191-11/+22
| * | ipv6/udp: support externally provided ubufsPavel Begunkov2022-07-191-13/+31
| * | ipv4/udp: support externally provided ubufsPavel Begunkov2022-07-191-13/+31
| * | net: introduce managed frags infrastructurePavel Begunkov2022-07-191-2/+27
| * | net: Allow custom iter handler in msghdrDavid Ahern2022-07-192-5/+11
| * | skbuff: carry external ubuf_info in msghdrPavel Begunkov2022-07-192-0/+3
| * | skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov2022-07-181-1/+1
| * | skbuff: don't mix ubuf_info from different sourcesPavel Begunkov2022-07-181-0/+4
| * | ipv6: avoid partial copy for zcPavel Begunkov2022-07-181-1/+6
| * | ipv4: avoid partial copy for zcPavel Begunkov2022-07-181-2/+6
* | | Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-022-43/+33
|\ \ \ | | |/ | |/|
| * | net: fix compat pointer in get_compat_msghdr()Jens Axboe2022-07-241-1/+1
| * | net: copy from user before calling __get_compat_msghdrDylan Yudaken2022-07-241-22/+17
| * | net: copy from user before calling __copy_msghdrDylan Yudaken2022-07-241-21/+16
* | | net: ping6: Fix memleak in ipv6_renew_options().Kuniyuki Iwashima2022-07-281-0/+6
* | | sctp: leave the err path free in sctp_stream_init to sctp_stream_freeXin Long2022-07-272-19/+5
* | | tcp: md5: fix IPv4-mapped supportEric Dumazet2022-07-271-3/+12
* | | mptcp: Do not return EINPROGRESS when subflow creation succeedsMat Martineau2022-07-261-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-07-263-1/+39
|\ \ \
| * | | netfilter: nft_queue: only allow supported familes and hooksFlorian Westphal2022-07-261-0/+27
| * | | netfilter: nf_tables: add rescheduling points during loop detection walksFlorian Westphal2022-07-261-0/+6
| * | | netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal2022-07-261-1/+6
* | | | Merge tag 'for-net-2022-07-26' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-07-263-17/+51
|\ \ \ \
| * | | | Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz2022-07-261-13/+48
| * | | | Bluetooth: Always set event mask on suspendAbhishek Pandit-Subedi2022-07-261-3/+3
| * | | | Bluetooth: mgmt: Fix double free on error pathDan Carpenter2022-07-261-1/+0
| |/ / /
* / / / wifi: mac80211: do not abuse fq.lock in ieee80211_do_stop()Tetsuo Handa2022-07-261-2/+1
|/ / /
* | | bridge: Do not send empty IFLA_AF_SPEC attributeBenjamin Poirier2022-07-261-2/+6
* | | sctp: fix sleep in atomic context bug in timer handlersDuoming Zhou2022-07-251-1/+1
* | | net: dsa: fix reference counting for LAG FDBsVladimir Oltean2022-07-251-0/+1
* | | ipv4: Fix data-races around sysctl_fib_notify_on_flag_change.Kuniyuki Iwashima2022-07-251-2/+5
* | | tcp: Fix data-races around sysctl_tcp_reflect_tos.Kuniyuki Iwashima2022-07-252-4/+4
* | | tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima2022-07-251-1/+1
* | | tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.Kuniyuki Iwashima2022-07-251-1/+1
* | | tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima2022-07-251-1/+2
* | | net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima2022-07-256-16/+17
* | | tcp: Fix data-races around sk_pacing_rate.Kuniyuki Iwashima2022-07-251-2/+2
* | | net: mld: fix reference count leak in mld_{query | report}_work()Taehee Yoo2022-07-251-6/+8
* | | net/tls: Remove the context from the list in tls_device_downMaxim Mikityanskiy2022-07-241-1/+6
* | | Revert "tcp: change pingpong threshold to 3"Wei Wang2022-07-221-9/+6
* | | caif: Fix bitmap data type in "struct caifsock"Christophe JAILLET2022-07-221-13/+7
* | | tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.Kuniyuki Iwashima2022-07-221-1/+2
* | | tcp: Fix a data-race around sysctl_tcp_autocorking.Kuniyuki Iwashima2022-07-221-1/+1
* | | tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.Kuniyuki Iwashima2022-07-221-1/+1
* | | tcp: Fix a data-race around sysctl_tcp_tso_rtt_log.Kuniyuki Iwashima2022-07-221-1/+1
* | | tcp: Fix a data-race around sysctl_tcp_min_tso_segs.Kuniyuki Iwashima2022-07-221-1/+1
* | | tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.Kuniyuki Iwashima2022-07-221-1/+1