summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu2023-05-192-2/+8
| * | | | | tls: rx: strp: don't use GFP_KERNEL in softirq contextJakub Kicinski2023-05-191-0/+4
| * | | | | tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski2023-05-193-31/+113
| * | | | | tls: rx: strp: factor out copying skb dataJakub Kicinski2023-05-191-10/+23
| * | | | | tls: rx: strp: fix determining record length in copy modeJakub Kicinski2023-05-191-6/+15
| * | | | | tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski2023-05-191-5/+11
| * | | | | tls: rx: strp: set the skb->len of detached / CoW'ed skbsJakub Kicinski2023-05-191-0/+2
| * | | | | tls: rx: device: fix checking decryption statusJakub Kicinski2023-05-191-1/+1
| | |/ / / | |/| | |
* | | | | net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart2023-05-252-6/+12
* | | | | net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 tooAntoine Tenart2023-05-251-1/+1
* | | | | devlink: pass devlink_port pointer to ops->port_del() instead of indexJiri Pirko2023-05-241-8/+3
* | | | | devlink: remove duplicate port notificationJiri Pirko2023-05-241-44/+1
* | | | | udp: Stop using RTO_ONLINK.Guillaume Nault2023-05-241-11/+6
* | | | | raw: Stop using RTO_ONLINK.Guillaume Nault2023-05-241-6/+4
* | | | | ping: Stop using RTO_ONLINK.Guillaume Nault2023-05-241-10/+5
* | | | | unix: Convert unix_stream_sendpage() to use MSG_SPLICE_PAGESDavid Howells2023-05-231-127/+7
* | | | | af_unix: Support MSG_SPLICE_PAGESDavid Howells2023-05-231-16/+33
* | | | | ip: Remove ip_append_page()David Howells2023-05-231-144/+4
* | | | | udp: Convert udp_sendpage() to use MSG_SPLICE_PAGESDavid Howells2023-05-231-45/+6
* | | | | ip6, udp6: Support MSG_SPLICE_PAGESDavid Howells2023-05-231-0/+17
* | | | | ip, udp: Support MSG_SPLICE_PAGESDavid Howells2023-05-231-0/+17
* | | | | tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()David Howells2023-05-231-14/+7
* | | | | tls: Inline do_tcp_sendpages()David Howells2023-05-231-9/+15
* | | | | espintcp: Inline do_tcp_sendpages()David Howells2023-05-231-3/+7
* | | | | tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsgDavid Howells2023-05-231-8/+12
* | | | | tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGESDavid Howells2023-05-231-151/+7
* | | | | tcp: Support MSG_SPLICE_PAGESDavid Howells2023-05-231-7/+36
* | | | | net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGESDavid Howells2023-05-231-0/+88
* | | | | net: Pass max frags into skb_append_pagefrags()David Howells2023-05-233-4/+5
* | | | | net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells2023-05-231-0/+2
* | | | | net/tcp: refactor tcp_inet6_sk()Pavel Begunkov2023-05-221-7/+3
* | | | | net: ipconfig: move ic_nameservers_fallback into #ifdef blockArnd Bergmann2023-05-221-3/+3
* | | | | mptcp: introduces more address related mibsPaolo Abeni2023-05-184-3/+32
* | | | | mptcp: refactor mptcp_stream_accept()Paolo Abeni2023-05-181-9/+12
* | | | | inet: factor out locked section of inet_accept() in a new helperPaolo Abeni2023-05-181-15/+17
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-1838-216/+245
|\| | | |
| * | | | Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-1832-170/+179
| |\ \ \ \
| | * \ \ \ Merge tag 'nf-23-05-17' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2023-05-173-10/+18
| | |\ \ \ \
| | | * | | | netfilter: nft_set_rbtree: fix null deref on element insertionFlorian Westphal2023-05-171-7/+13
| | | * | | | netfilter: nf_tables: fix nft_trans type confusionFlorian Westphal2023-05-171-3/+1
| | | * | | | netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix2023-05-171-0/+4
| | * | | | | Merge tag 'wireless-2023-05-17' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-05-177-37/+63
| | |\ \ \ \ \
| | | * | | | | wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg2023-05-161-0/+3
| | | * | | | | wifi: mac80211: consider reserved chanctx for mindefJohannes Berg2023-05-163-30/+47
| | | * | | | | wifi: mac80211: simplify chanctx allocationJohannes Berg2023-05-161-1/+1
| | | * | | | | wifi: mac80211: Abort running color change when stopping the APMichael Lee2023-05-161-1/+2
| | | * | | | | wifi: mac80211: fix min center freq offset tracingJohannes Berg2023-05-161-1/+1
| | | * | | | | wifi: mac80211: Fix puncturing bitmap handling in __ieee80211_csa_finalize()Christophe JAILLET2023-05-161-2/+2
| | | * | | | | wifi: mac80211: fortify the spinlock against deadlock by interruptMirsad Goran Todorovac2023-05-161-2/+3
| | | * | | | | wifi: cfg80211: Drop entries with invalid BSSIDs in RNRIlan Peer2023-05-161-1/+5