summaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)Author
2017-03-16sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner
2017-03-16sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner
2017-03-16sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner
2017-03-16net: sctp, forbid negative lengthJiri Slaby
2016-05-01sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long
2016-02-27sctp: translate network order to host order when users get a hmacidXin Long
2016-02-27sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner
2015-12-30sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2015-12-30ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet
2015-08-07sctp: fix ASCONF list handlingMarcelo Ricardo Leitner
2015-02-20net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann
2014-04-02net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann
2013-10-26net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann
2013-06-29net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann
2013-02-20net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann
2013-01-03sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala
2012-08-19sctp: Fix list corruption resulting from freeing an association on a listNeil Horman
2012-05-11sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf
2011-12-19sctp: fix incorrect overflow check on autocloseXi Wang
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-08sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...Thomas Graf
2011-07-07sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe itWei Yongjun
2011-07-01sctp: Reduce switch/case indentJoe Perches
2011-06-16net: Remove casts of void *Joe Perches
2011-06-11sctp: kzalloc() error handling on deleting last addressMichio Honda
2011-06-02sctp: Add ASCONF operation on the single-homed hostMichio Honda
2011-06-02sctp: Add socket option operation for Auto-ASCONF.Michio Honda
2011-06-02sctp: Add Auto-ASCONF support (core).Michio Honda
2011-05-12sctp: sctp_sendmsg: Don't test known non-null sinfoJoe Perches
2011-05-12sctp: sctp_sendmsg: Don't initialize default_sinfoJoe Perches
2011-04-27sctp: cache the ipv6 source after route lookupVlad Yasevich
2011-04-21sctp: implement socket option SCTP_GET_ASSOC_ID_LISTWei Yongjun
2011-04-19sctp: Allow bindx_del to accept 0 portVlad Yasevich
2011-04-19sctp: use memdup_user to copy data from userspaceShan Wei
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-07sctp: several declared/set but unused fixesHagen Paul Pfeifer
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet
2011-01-19sctp: user perfect name for Delayed SACK Timer optionShan Wei
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-16sctp: fix the return value of getting the sctp partial delivery pointWei Yongjun
2010-12-10SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressWei Yongjun
2010-12-06Fix a typo in datagram.c and sctp/socket.c.David Shwatrz
2010-11-10net: avoid limits overflowEric Dumazet
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-10-03sctp: Fix break indentation in sctp_ioctl().David S. Miller
2010-10-03sctp: prevent reading out-of-bounds memoryDan Rosenberg
2010-09-23net: return operator cleanupEric Dumazet
2010-09-08sctp: implement SIOCINQ ioctl() (take 3)Diego Elio 'Flameeyes' Pettenò
2010-09-06net: poll() optimizationsEric Dumazet