summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-05-30devlink: move port_split/unsplit() ops into devlink_port_opsJiri Pirko1-5/+5
2023-05-30devlink: introduce port ops placeholderJiri Pirko1-11/+19
2023-05-30net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINKWen Gu1-2/+2
2023-05-30net/smc: Scan from current RMB list when no position specifiedWen Gu1-1/+4
2023-05-30rxrpc: Truncate UTS_RELEASE for rxrpc versionDavid Howells3-1/+12
2023-05-29tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu1-1/+2
2023-05-29tcp: deny tcp_disconnect() when threads are waitingEric Dumazet3-0/+9
2023-05-29af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet1-3/+5
2023-05-29devlink: Spelling correctionsSimon Horman1-2/+2
2023-05-29net: fix signedness bug in skb_splice_from_iter()Dan Carpenter1-2/+2
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-258/+313
2023-05-26net: dsa: add support for mac_prepare() and mac_finish() callsRussell King (Oracle)1-0/+32
2023-05-26tls: improve lockless access safety of tls_err_abort()Jakub Kicinski2-2/+6
2023-05-26net: ynl: prefix uAPI header include with uapi/Jakub Kicinski6-6/+6
2023-05-26net/core: Enable socket busy polling on -RTKurt Kanzenbach2-4/+7
2023-05-25af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima2-3/+3
2023-05-25netrom: fix info-leak in nr_write_internal()Eric Dumazet1-3/+4
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+2
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-182/+427
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds28-189/+445
2023-05-25net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart2-6/+12
2023-05-25net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 tooAntoine Tenart1-1/+1
2023-05-25udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2-0/+4
2023-05-24net/handshake: Enable the SNI extension to work properlyChuck Lever1-0/+8
2023-05-24net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever2-0/+5
2023-05-24net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever1-1/+1
2023-05-24net/handshake: Fix uninitialized local variableChuck Lever1-1/+1
2023-05-24net/handshake: Fix handshake_dup() ref countingChuck Lever1-2/+3
2023-05-24net/handshake: Remove unneeded check from handshake_dup()Chuck Lever1-3/+0
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-69/+124
2023-05-24devlink: pass devlink_port pointer to ops->port_del() instead of indexJiri Pirko1-8/+3
2023-05-24devlink: remove duplicate port notificationJiri Pirko1-44/+1
2023-05-24ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia1-0/+2
2023-05-24udp: Stop using RTO_ONLINK.Guillaume Nault1-11/+6
2023-05-24raw: Stop using RTO_ONLINK.Guillaume Nault1-6/+4
2023-05-24ping: Stop using RTO_ONLINK.Guillaume Nault1-10/+5
2023-05-23net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav1-1/+3
2023-05-23unix: Convert unix_stream_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-127/+7
2023-05-23af_unix: Support MSG_SPLICE_PAGESDavid Howells1-16/+33
2023-05-23ip: Remove ip_append_page()David Howells1-144/+4
2023-05-23udp: Convert udp_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-45/+6
2023-05-23ip6, udp6: Support MSG_SPLICE_PAGESDavid Howells1-0/+17
2023-05-23ip, udp: Support MSG_SPLICE_PAGESDavid Howells1-0/+17
2023-05-23tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()David Howells1-14/+7
2023-05-23tls: Inline do_tcp_sendpages()David Howells1-9/+15
2023-05-23espintcp: Inline do_tcp_sendpages()David Howells1-3/+7
2023-05-23tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsgDavid Howells1-8/+12
2023-05-23tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGESDavid Howells1-151/+7
2023-05-23tcp: Support MSG_SPLICE_PAGESDavid Howells1-7/+36
2023-05-23net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGESDavid Howells1-0/+88