summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: check assoc before SCTP_ADDR_{MADE_PRIM, ADDED} eventJonas Falkevik2020-05-281-0/+3
* net: sctp: Fix spelling in Kconfig helpChris Packham2020-05-261-1/+1
* sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...Jere Leppänen2020-05-221-4/+5
* sctp: Don't add the shutdown timer if its already been addedNeil Horman2020-05-191-3/+11
* sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen2020-04-221-1/+5
* sctp: Fix bundling of SHUTDOWN with COOKIE-ACKJere Leppänen2020-04-221-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-303-23/+56
|\
| * sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner2020-03-292-15/+33
| * sctp: fix refcount bug in sctp_wfreeQiujun Huang2020-03-291-8/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-6/+2
|\|
| * inet_diag: return classid for all socket typesDmitry Yakunin2020-03-081-6/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-291-3/+4
|\ \
| * | inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau2020-02-271-1/+1
| * | inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau2020-02-271-2/+3
| |/
* | sctp: Add missing annotation for sctp_transport_walk_stop()Jules Irenge2020-02-241-1/+1
* | sctp: Add missing annotation for sctp_transport_walk_start()Jules Irenge2020-02-241-1/+1
* | sctp: Add missing annotation for sctp_err_finish()Jules Irenge2020-02-241-0/+1
|/
* sctp: move the format error check out of __sctp_sf_do_9_1_abortXin Long2020-02-171-9/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-10/+18
|\
| * sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long2020-01-061-10/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-312-16/+16
|\|
| * net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-241-1/+1
| * sctp: fix err handling of stream initializationMarcelo Ricardo Leitner2019-12-241-15/+15
* | sctp: add enabled check for path tracepoint loop.Kevin Kou2019-12-301-2/+3
* | sctp: do trace_sctp_probe after SACK validation and checkKevin Kou2019-12-271-9/+9
* | sctp: move trace_sctp_probe_path into sctp_outq_sackKevin Kou2019-12-261-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-222-2/+11
|\|
| * sctp: fix memleak on err handling of stream initializationMarcelo Ricardo Leitner2019-12-171-2/+6
| * sctp: fully initialize v4 addr in some functionsXin Long2019-12-091-0/+5
* | sctp: get netns from asoc and ep baseXin Long2019-12-0914-62/+49
|/
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-041-2/+2
* net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski2019-11-261-2/+2
* net-sctp: replace some sock_net(sk) with just 'net'Maciej Żenczykowski2019-11-261-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-254-3/+7
|\
| * sctp: cache netns in sctp_ep_commonXin Long2019-11-233-2/+4
| * sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost2019-11-231-1/+3
* | sctp: add SCTP_PEER_ADDR_THLDS_V2 sockoptXin Long2019-11-081-14/+40
* | sctp: add support for Primary Path SwitchoverXin Long2019-11-085-1/+23
* | sctp: add SCTP_EXPOSE_POTENTIALLY_FAILED_STATE sockoptXin Long2019-11-081-0/+79
* | sctp: add SCTP_ADDR_POTENTIALLY_FAILED notificationXin Long2019-11-081-18/+14
* | sctp: add pf_expose per netns and sock and asocXin Long2019-11-084-2/+25
* | net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet2019-11-062-3/+3
* | net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet2019-11-061-1/+1
* | net: use helpers to change sk_ack_backlogEric Dumazet2019-11-062-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-4/+4
|\|
| * inet: stop leaking jiffies on the wireEric Dumazet2019-11-011-1/+1
| * net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-10-281-1/+1
| * net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-204-14/+20
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-193-8/+14
| |\