summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
...
* | sctp: pass a kernel pointer to sctp_setsockopt_delayed_ackChristoph Hellwig2020-07-191-27/+22
* | sctp: pass a kernel pointer to sctp_setsockopt_peer_addr_paramsChristoph Hellwig2020-07-191-25/+19
* | sctp: pass a kernel pointer to sctp_setsockopt_autocloseChristoph Hellwig2020-07-191-4/+3
* | sctp: pass a kernel pointer to sctp_setsockopt_eventsChristoph Hellwig2020-07-191-7/+2
* | sctp: pass a kernel pointer to sctp_setsockopt_disable_fragmentsChristoph Hellwig2020-07-191-11/+3
* | sctp: pass a kernel pointer to __sctp_setsockopt_connectxChristoph Hellwig2020-07-191-31/+19
* | sctp: pass a kernel pointer to sctp_setsockopt_bindxChristoph Hellwig2020-07-191-25/+8
* | sctp: copy the optval from user space in sctp_setsockoptChristoph Hellwig2020-07-191-0/+8
* | net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* | net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* | net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-192-6/+0
|/
* sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-253-2/+7
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-035-58/+58
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-312-1/+4
| |\
| * | net: add a new bind_add methodChristoph Hellwig2020-05-291-0/+14
| * | sctp: refactor sctp_setsockopt_bindxChristoph Hellwig2020-05-291-33/+28
| * | sctp: fix typo sctp_ulpevent_nofity_peer_addr_changeJonas Falkevik2020-05-272-5/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-242-7/+16
| |\ \
| * | | ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-181-0/+1
| * | | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-281-21/+11
| |\ \ \
| | * | | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-21/+11
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-012-23/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | sctp: use crypto_shash_tfm_digest()Eric Biggers2020-05-082-23/+10
| | |/ / | |/| |
* | | | 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