summaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)Author
2017-02-18sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner
2017-01-15sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is ...Xin Long
2016-11-14sctp: change sk state only when it has assocs in sctp_shutdownXin Long
2016-11-07sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner
2016-10-31sctp: hold transport instead of assoc in sctp_diagXin Long
2016-10-23net: sctp, forbid negative lengthJiri Slaby
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-30sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lockXin Long
2016-09-18sctp: free msg->chunks when sctp_primitive_SEND return errXin Long
2016-07-30sctp: allow receiving msg when TCP-style sk is in CLOSED stateXin Long
2016-07-25net/sctp: terminate rhashtable walk correctlyVegard Nossum
2016-07-16sctp: recvmsg should be able to run even if sock is in closing stateMarcelo Ricardo Leitner
2016-07-13sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner
2016-07-11sctp: implement prsctp PRIO policyXin Long
2016-07-11sctp: implement prsctp TTL policyXin Long
2016-07-11sctp: add SCTP_PR_ASSOC_STATUS on sctp sockoptXin Long
2016-07-11sctp: add SCTP_DEFAULT_PRINFO into sctp sockoptXin Long
2016-07-11sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long
2016-06-16sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrateXin Long
2016-06-10sctp: sctp should change socket state when shutdown is receivedXin Long
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner
2016-05-31sctp: sctp_diag should dump sctp socket typeXin Long
2016-04-15sctp: fix some rhashtable functions using in sctp proc/diagXin Long
2016-04-15sctp: export some apis or variables for sctp_diag and reuse some for procXin Long
2016-04-15sctp: add sctp_info dump api for sctp_diagXin Long
2016-04-15sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner
2016-04-14sctp: add support for RPS and RFSMarcelo Ricardo Leitner
2016-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-03-22net/sctp: use in_compat_syscall for sctp_getsockopt_connectx3Andy Lutomirski
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-16sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variantNicholas Mc Guire
2016-03-08sctp: fix copying more bytes than expected in sctp_add_bind_addrMarcelo Ricardo Leitner
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-11sock: struct proto hash function may errorCraig Gallek
2016-02-09sctp: translate network order to host order when users get a hmacidXin Long
2016-01-27sctp: Use shashHerbert Xu
2016-01-24sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner
2016-01-05sctp: drop the old assoc hashtable of sctpXin Long
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-30sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long
2015-12-28sctp: label accepted/peeled off socketsMarcelo Ricardo Leitner
2015-12-28sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-06sctp: only drop the reference on the datamsg after sending a msglucien
2015-12-06sctp: hold the chunks only after the chunk is enqueued in outqlucien
2015-12-05sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner
2015-12-05sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller