summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2020-03-18inet_diag: return classid for all socket typesDmitry Yakunin1-6/+2
2020-03-05sctp: move the format error check out of __sctp_sf_do_9_1_abortXin Long1-9/+20
2020-01-12sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long1-10/+18
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu1-1/+1
2020-01-04sctp: fix err handling of stream initializationMarcelo Ricardo Leitner1-15/+15
2019-12-31sctp: fully initialize v4 addr in some functionsXin Long1-0/+5
2019-12-31sctp: fix memleak on err handling of stream initializationMarcelo Ricardo Leitner1-2/+6
2019-12-18net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca1-2/+2
2019-12-05sctp: cache netns in sctp_ep_commonXin Long3-2/+4
2019-12-05sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost1-1/+3
2019-11-02inet: stop leaking jiffies on the wireEric Dumazet1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-8/+14
2019-10-16sctp: change sctp_prot .no_autobind with trueXin Long1-2/+2
2019-10-11net: sctp: Rename fallthrough label to unhandledJoe Perches1-6/+6
2019-10-10net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet1-1/+1
2019-10-10net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet1-3/+3
2019-10-10sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long1-3/+9
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet1-1/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-13/+15
2019-09-13sctp: destroy bucket if failed to bind addrMao Wenan1-4/+6
2019-09-13sctp: remove redundant assignment when call sctp_get_port_localMao Wenan1-2/+1
2019-09-13sctp: change return type of sctp_get_port_localMao Wenan1-4/+4
2019-09-12sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'Christophe JAILLET1-1/+1
2019-09-10sctp: fix the missing put_user when dumping transport thresholdsXin Long1-1/+2
2019-09-05sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long1-1/+1
2019-08-28sctp: allow users to set ep ecn flag by sockoptXin Long1-0/+73
2019-08-28sctp: allow users to set netns ecn flag with sysctlXin Long1-0/+7
2019-08-28sctp: make ecn flag per netns and endpointXin Long3-4/+16
2019-08-20sctp: remove net sctp.x_enable working as a global switchXin Long1-16/+12
2019-08-20sctp: add SCTP_AUTH_SUPPORTED sockoptXin Long1-0/+86
2019-08-20sctp: add sctp_auth_init and sctp_auth_freeXin Long2-56/+74
2019-08-20sctp: use ep and asoc auth_enable properlyXin Long2-33/+44
2019-08-20sctp: add SCTP_ASCONF_SUPPORTED sockoptXin Long1-0/+82
2019-08-20sctp: check asoc peer.asconf_capable before processing asconfXin Long1-2/+4
2019-08-20sctp: not set peer.asconf_capable in sctp_association_initXin Long1-9/+0
2019-08-20sctp: add asconf_enable in struct sctp_endpointXin Long3-20/+18
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+2
2019-08-14sctp: fix memleak in sctp_send_reset_streamszhengbin1-0/+1
2019-08-14sctp: fix the transport error_count checkXin Long1-1/+1
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-07-31sctp: factor out sctp_connect_add_peerXin Long1-45/+31
2019-07-31sctp: factor out sctp_connect_new_asocXin Long1-84/+76
2019-07-31sctp: clean up __sctp_connectXin Long1-136/+73
2019-07-31sctp: check addr_size with sa_family_t size in __sctp_setsockopt_connectxXin Long1-1/+2
2019-07-31sctp: only copy the available addr data in sctp_transport_initXin Long1-1/+1
2019-07-29net: sctp: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-2/+2
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+4