summaryrefslogtreecommitdiff
path: root/net/mptcp
AgeCommit message (Expand)AuthorFilesLines
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet1-3/+4
2023-08-14mptcp: Remove unnecessary test for __mptcp_init_sock()Kuniyuki Iwashima1-7/+2
2023-08-14mptcp: get rid of msk->subflowPaolo Abeni2-26/+12
2023-08-14mptcp: change the mpc check helper to return a skPaolo Abeni4-55/+38
2023-08-14mptcp: avoid ssock usage in mptcp_pm_nl_create_listen_socket()Paolo Abeni1-9/+15
2023-08-14mptcp: avoid additional indirection in sockoptPaolo Abeni1-12/+16
2023-08-14mptcp: avoid unneeded indirection in mptcp_stream_accept()Paolo Abeni1-19/+10
2023-08-14mptcp: avoid additional indirection in mptcp_poll()Paolo Abeni1-3/+3
2023-08-14mptcp: avoid additional indirection in mptcp_listen()Paolo Abeni1-4/+9
2023-08-14mptcp: mptcp: avoid additional indirection in mptcp_bind()Paolo Abeni1-5/+12
2023-08-14mptcp: avoid subflow socket usage in mptcp_get_port()Paolo Abeni1-5/+3
2023-08-14mptcp: avoid additional __inet_stream_connect() callPaolo Abeni1-16/+33
2023-08-14mptcp: avoid unneeded mptcp_token_destroy() callsPaolo Abeni1-2/+2
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-32/+31
2023-08-10net: annotate data-races around sock->opsEric Dumazet1-4/+4
2023-08-05mptcp: fix disconnect vs accept racePaolo Abeni2-30/+29
2023-08-05mptcp: avoid bogus reset on fallback closePaolo Abeni1-1/+1
2023-08-05mptcp: fix the incorrect judgment for msk->cb_flagsXiang Yang1-1/+1
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet1-1/+1
2023-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2023-07-27mptcp: more accurate NL event generationPaolo Abeni1-2/+1
2023-07-25mptcp: fix rcv buffer auto-tuningPaolo Abeni3-10/+15
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet1-0/+1
2023-07-05mptcp: do not rely on implicit state check in mptcp_listen()Paolo Abeni1-0/+5
2023-07-05mptcp: ensure subflow is unhashed before cleaning the backlogPaolo Abeni1-1/+1
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-130/+347
2023-06-28Merge tag 'selinux-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+6
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-2/+0
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-107/+76
2023-06-22mptcp: pass addr to mptcp_pm_alloc_anno_listGeliang Tang3-6/+6
2023-06-22mptcp: consolidate transition to TCP_CLOSE in mptcp_do_fastclose()Paolo Abeni1-5/+3
2023-06-22mptcp: introduce MPTCP_FULL_INFO getsockoptPaolo Abeni1-2/+125
2023-06-22mptcp: add subflow unique idPaolo Abeni3-1/+12
2023-06-22mptcp: track some aggregate data countersPaolo Abeni4-8/+42
2023-06-22mptcp: move snd_una update earlier for fallback socketPaolo Abeni2-6/+6
2023-06-22mptcp: ensure listener is unhashed before updating the sk statusPaolo Abeni2-12/+20
2023-06-22mptcp: drop legacy code around RX EOFPaolo Abeni2-53/+1
2023-06-22mptcp: consolidate fallback and non fallback state machinePaolo Abeni2-33/+25
2023-06-22mptcp: fix possible list corruption on passive MPJPaolo Abeni1-3/+9
2023-06-22mptcp: fix possible divide by zero in recvmsg()Paolo Abeni1-0/+7
2023-06-22mptcp: handle correctly disconnect() failuresPaolo Abeni1-6/+14
2023-06-21mptcp: Reorder fields in 'struct mptcp_pm_add_entry'Christophe JAILLET1-1/+1
2023-06-16net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao1-6/+5
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn1-0/+1
2023-06-10mptcp: unify pm set_flags interfacesGeliang Tang3-32/+51
2023-06-10mptcp: unify pm get_flags_and_ifindex_by_idGeliang Tang4-22/+24
2023-06-10mptcp: unify pm get_local_id interfacesGeliang Tang3-21/+21
2023-06-10mptcp: export local_addressGeliang Tang2-9/+9
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-5/+85