summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2020-07-20sctp: pass a kernel pointer to sctp_setsockopt_delayed_ackChristoph Hellwig1-27/+22
2020-07-20sctp: pass a kernel pointer to sctp_setsockopt_peer_addr_paramsChristoph Hellwig1-25/+19
2020-07-20sctp: pass a kernel pointer to sctp_setsockopt_autocloseChristoph Hellwig1-4/+3
2020-07-20sctp: pass a kernel pointer to sctp_setsockopt_eventsChristoph Hellwig1-7/+2
2020-07-20sctp: pass a kernel pointer to sctp_setsockopt_disable_fragmentsChristoph Hellwig1-11/+3
2020-07-20sctp: pass a kernel pointer to __sctp_setsockopt_connectxChristoph Hellwig1-31/+19
2020-07-20sctp: pass a kernel pointer to sctp_setsockopt_bindxChristoph Hellwig1-25/+8
2020-07-20sctp: copy the optval from user space in sctp_setsockoptChristoph Hellwig1-0/+8
2020-07-20net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-4/+0
2020-07-20net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig1-4/+0
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2-6/+0
2020-06-26sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner3-2/+7
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds5-58/+58
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-23/+10
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+4
2020-05-29net: add a new bind_add methodChristoph Hellwig1-0/+14
2020-05-29sctp: refactor sctp_setsockopt_bindxChristoph Hellwig1-33/+28
2020-05-28sctp: check assoc before SCTP_ADDR_{MADE_PRIM, ADDED} eventJonas Falkevik1-0/+3
2020-05-28sctp: fix typo sctp_ulpevent_nofity_peer_addr_changeJonas Falkevik2-5/+5
2020-05-27net: sctp: Fix spelling in Kconfig helpChris Packham1-1/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-7/+16
2020-05-23sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...Jere Leppänen1-4/+5
2020-05-20sctp: Don't add the shutdown timer if its already been addedNeil Horman1-3/+11
2020-05-19ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig1-0/+1
2020-05-08sctp: use crypto_shash_tfm_digest()Eric Biggers2-23/+10
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann1-21/+11
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-21/+11
2020-04-23sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen1-1/+5
2020-04-23sctp: Fix bundling of SHUTDOWN with COOKIE-ACKJere Leppänen1-3/+3
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-23/+56
2020-03-30sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner2-15/+33
2020-03-30sctp: fix refcount bug in sctp_wfreeQiujun Huang1-8/+23
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+2
2020-03-09inet_diag: return classid for all socket typesDmitry Yakunin1-6/+2
2020-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+4
2020-02-28inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau1-1/+1
2020-02-28inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau1-2/+3
2020-02-25sctp: Add missing annotation for sctp_transport_walk_stop()Jules Irenge1-1/+1
2020-02-25sctp: Add missing annotation for sctp_transport_walk_start()Jules Irenge1-1/+1
2020-02-25sctp: Add missing annotation for sctp_err_finish()Jules Irenge1-0/+1
2020-02-18sctp: move the format error check out of __sctp_sf_do_9_1_abortXin Long1-9/+20
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+18
2020-01-07sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long1-10/+18
2020-01-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-16/+16
2019-12-31sctp: add enabled check for path tracepoint loop.Kevin Kou1-2/+3
2019-12-28sctp: do trace_sctp_probe after SACK validation and checkKevin Kou1-9/+9
2019-12-27sctp: move trace_sctp_probe_path into sctp_outq_sackKevin Kou1-0/+6
2019-12-25net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu1-1/+1
2019-12-25sctp: fix err handling of stream initializationMarcelo Ricardo Leitner1-15/+15