aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp/sctp.h
AgeCommit message (Expand)Author
2022-01-05sctp: use call_rcu to free endpointXin Long
2020-01-27sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long
2019-12-13sctp: frag_point sanity checkJakub Audykowicz
2018-11-23Revert "sctp: remove sctp_transport_pmtu_check"Xin Long
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-26net/sctp: convert to ->poll_maskChristoph Hellwig
2018-05-22sctp: fix the issue that flags are ignored when using kernel_connectXin Long
2018-04-27sctp: remove sctp_transport_pmtu_checkMarcelo Ricardo Leitner
2018-04-27sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner
2018-04-27sctp: remove sctp_assoc_pending_pmtuMarcelo Ricardo Leitner
2018-04-27sctp: introduce sctp_assoc_update_frag_pointMarcelo Ricardo Leitner
2018-04-27sctp: introduce sctp_mtu_payloadMarcelo Ricardo Leitner
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-03-17sctp: use proc_remove_subtree()Al Viro
2018-02-26sctp: Add ip option supportRichard Haines
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-12-11sctp: implement assign_number for sctp_stream_interleaveXin Long
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert
2017-11-28sctp: remove extern from stream schedXin Long
2017-11-27net: annotate ->poll() instancesAl Viro
2017-11-18sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long
2017-09-15sctp: fix an use-after-free issue in sctp_sock_dumpXin Long
2017-08-11sctp: remove the typedef sctp_socket_type_tXin Long
2017-08-06sctp: remove the typedef sctp_state_tXin Long
2017-08-06sctp: remove the typedef sctp_sock_state_tXin Long
2017-08-06sctp: remove the typedef sctp_scope_tXin Long
2017-08-03sctp: remove the typedef sctp_errhdr_tXin Long
2017-07-27sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long
2017-07-15sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long
2017-04-03sctp: check for dst and pathmtu update in sctp_packet_configXin Long
2017-02-19sctp: sctp_transport_dst_check should check if transport pmtu is dst mtuXin Long
2017-02-09sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long
2017-02-09sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov
2017-01-18sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long
2017-01-18sctp: add stream reconf primitiveXin Long
2017-01-06sctp: prepare asoc stream for stream reconfXin Long
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-16sctp: use new rhlist interface on sctp transport rhashtableXin Long
2016-10-31sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner
2016-04-27net: snmp: kill STATS_BH macrosEric Dumazet