aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-24net: Change return type of sk_busy_loop from bool to voidAlexander Duyck1-3/+6
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-03-12sctp: add get and set sockopt for reconf_enableXin Long1-0/+81
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-24sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner1-2/+6
2017-02-20sctp: add support for MSG_MOREXin Long1-0/+1
2017-02-09sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Request ParameterXin Long1-0/+29
2017-02-09sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long1-0/+29
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-02-07sctp: check af before verify address in sctp_addr_id2transportXin Long1-1/+1
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov1-2/+2
2017-02-07sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner1-1/+2
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2017-01-25sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long1-1/+5
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen1-4/+6
2017-01-18sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long1-0/+29
2017-01-18sctp: add sockopt SCTP_ENABLE_STREAM_RESETXin Long1-0/+84
2017-01-16sctp: remove useless code from sctp_apply_peer_addr_paramsMarcelo Ricardo Leitner1-1/+0
2016-12-17sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is nullXin Long1-4/+3
2016-11-16sctp: use new rhlist interface on sctp transport rhashtableXin Long1-5/+2
2016-11-14sctp: change sk state only when it has assocs in sctp_shutdownXin Long1-8/+7
2016-11-07sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner1-2/+5
2016-10-31sctp: hold transport instead of assoc in sctp_diagXin Long1-4/+1
2016-10-23net: sctp, forbid negative lengthJiri Slaby1-1/+4
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2016-09-30sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lockXin Long1-3/+7
2016-09-18sctp: free msg->chunks when sctp_primitive_SEND return errXin Long1-2/+6
2016-07-30sctp: allow receiving msg when TCP-style sk is in CLOSED stateXin Long1-1/+1
2016-07-25net/sctp: terminate rhashtable walk correctlyVegard Nossum1-0/+1
2016-07-16sctp: recvmsg should be able to run even if sock is in closing stateMarcelo Ricardo Leitner1-15/+17
2016-07-13sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner1-3/+7
2016-07-11sctp: implement prsctp PRIO policyXin Long1-0/+3
2016-07-11sctp: implement prsctp TTL policyXin Long1-2/+2
2016-07-11sctp: add SCTP_PR_ASSOC_STATUS on sctp sockoptXin Long1-0/+62
2016-07-11sctp: add SCTP_DEFAULT_PRINFO into sctp sockoptXin Long1-0/+91
2016-07-11sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long1-0/+80
2016-06-16sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrateXin Long1-1/+1
2016-06-10sctp: sctp should change socket state when shutdown is receivedXin Long1-2/+6
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner1-0/+2
2016-05-31sctp: sctp_diag should dump sctp socket typeXin Long1-0/+1
2016-04-15sctp: fix some rhashtable functions using in sctp proc/diagXin Long1-5/+10
2016-04-15sctp: export some apis or variables for sctp_diag and reuse some for procXin Long1-0/+125
2016-04-15sctp: add sctp_info dump api for sctp_diagXin Long1-0/+86
2016-04-15sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner1-3/+1
2016-04-14sctp: add support for RPS and RFSMarcelo Ricardo Leitner1-0/+3
2016-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+3
2016-03-22net/sctp: use in_compat_syscall for sctp_getsockopt_connectx3Andy Lutomirski1-1/+1
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-9/+8
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+4