summaryrefslogtreecommitdiff
path: root/include/net/sctp/sctp.h
Commit message (Expand)AuthorAge
* Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-06
|\
| * sctp: Add ip option supportRichard Haines2018-02-26
* | sctp: use proc_remove_subtree()Al Viro2018-03-17
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-31
|\
| * sctp: implement assign_number for sctp_stream_interleaveXin Long2017-12-11
| * rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-11
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\ \ | |/ |/|
| * net: annotate ->poll() instancesAl Viro2017-11-27
* | sctp: remove extern from stream schedXin Long2017-11-28
|/
* sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long2017-11-18
* sctp: fix an use-after-free issue in sctp_sock_dumpXin Long2017-09-15
* sctp: remove the typedef sctp_socket_type_tXin Long2017-08-11
* sctp: remove the typedef sctp_state_tXin Long2017-08-06
* sctp: remove the typedef sctp_sock_state_tXin Long2017-08-06
* sctp: remove the typedef sctp_scope_tXin Long2017-08-06
* sctp: remove the typedef sctp_errhdr_tXin Long2017-08-03
* sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long2017-07-27
* sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko2017-07-15
* sctp: remove the typedef sctp_paramhdr_tXin Long2017-07-01
* sctp: remove the typedef sctp_chunkhdr_tXin Long2017-07-01
* sctp: get sock from transport in sctp_transport_update_pmtuXin Long2017-04-05
* sctp: check for dst and pathmtu update in sctp_packet_configXin Long2017-04-03
* sctp: sctp_transport_dst_check should check if transport pmtu is dst mtuXin Long2017-02-19
* sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long2017-02-09
* sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long2017-02-09
* sctp: add dst_pending_confirm flagJulian Anastasov2017-02-07
* sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long2017-01-18
* sctp: add stream reconf primitiveXin Long2017-01-18
* sctp: prepare asoc stream for stream reconfXin Long2017-01-06
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* sctp: use new rhlist interface on sctp transport rhashtableXin Long2016-11-16
* sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long2016-10-31
* sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner2016-09-22
* sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-03
* net: snmp: kill STATS_BH macrosEric Dumazet2016-04-27
* net: sctp: rename SCTP_INC_STATS_BH()Eric Dumazet2016-04-27
* net: snmp: kill various STATS_USER() helpersEric Dumazet2016-04-27
* sctp: export some apis or variables for sctp_diag and reuse some for procXin Long2016-04-15
* sctp: add sctp_info dump api for sctp_diagXin Long2016-04-15
* sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner2016-04-15
* sctp: use list_* in sctp_list_dequeueMarcelo Ricardo Leitner2016-04-05
* sctp: keep fragmentation point aligned to word sizeMarcelo Ricardo Leitner2016-03-20
* sctp: align MTU to a wordMarcelo Ricardo Leitner2016-03-20
* sctp: drop the old assoc hashtable of sctpXin Long2016-01-05
* sctp: add the rhashtable apis for sctp global transport hashtableXin Long2016-01-05
* sctp: Fix mangled IPv4 addresses on a IPv6 listening socketJason Gunthorpe2015-05-27
* sctp: avoid to repeatedly declare external variablesYing Xue2015-03-25
* net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann2014-10-14
* net: sctp: fix ABI mismatch through sctp_assoc_to_state helperDaniel Borkmann2014-08-29
* sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2014-07-31