summaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)Author
2020-08-27net: sctp: Fix negotiation of the number of data streams.David Laight
2020-07-31sctp: shrink stream outq when fails to do addstream reconfXin Long
2020-07-31sctp: shrink stream outq only when new outcnt < old outcntXin Long
2020-06-30sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner
2020-05-28sctp: check assoc before SCTP_ADDR_{MADE_PRIM, ADDED} eventJonas Falkevik
2020-05-26net: sctp: Fix spelling in Kconfig helpChris Packham
2020-05-22sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...Jere Leppänen
2020-05-19sctp: Don't add the shutdown timer if its already been addedNeil Horman
2020-04-22sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen
2020-04-22sctp: Fix bundling of SHUTDOWN with COOKIE-ACKJere Leppänen
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-29sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner
2020-03-29sctp: fix refcount bug in sctp_wfreeQiujun Huang
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-08inet_diag: return classid for all socket typesDmitry Yakunin
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-27inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau
2020-02-27inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau
2020-02-24sctp: Add missing annotation for sctp_transport_walk_stop()Jules Irenge
2020-02-24sctp: Add missing annotation for sctp_transport_walk_start()Jules Irenge
2020-02-24sctp: Add missing annotation for sctp_err_finish()Jules Irenge
2020-02-17sctp: move the format error check out of __sctp_sf_do_9_1_abortXin Long
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-06sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-30sctp: add enabled check for path tracepoint loop.Kevin Kou
2019-12-27sctp: do trace_sctp_probe after SACK validation and checkKevin Kou
2019-12-26sctp: move trace_sctp_probe_path into sctp_outq_sackKevin Kou
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-12-24sctp: fix err handling of stream initializationMarcelo Ricardo Leitner
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-17sctp: fix memleak on err handling of stream initializationMarcelo Ricardo Leitner
2019-12-09sctp: get netns from asoc and ep baseXin Long
2019-12-09sctp: fully initialize v4 addr in some functionsXin Long
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski
2019-11-26net-sctp: replace some sock_net(sk) with just 'net'Maciej Żenczykowski
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-23sctp: cache netns in sctp_ep_commonXin Long
2019-11-23sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost
2019-11-08sctp: add SCTP_PEER_ADDR_THLDS_V2 sockoptXin Long
2019-11-08sctp: add support for Primary Path SwitchoverXin Long
2019-11-08sctp: add SCTP_EXPOSE_POTENTIALLY_FAILED_STATE sockoptXin Long
2019-11-08sctp: add SCTP_ADDR_POTENTIALLY_FAILED notificationXin Long
2019-11-08sctp: add pf_expose per netns and sock and asocXin Long
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet
2019-11-06net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet