summaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-27sctp: translate network order to host order when users get a hmacidXin Long1-2/+7
2016-02-27sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner1-0/+1
2015-12-30sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-0/+3
2015-12-30ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2015-08-07sctp: fix ASCONF list handlingMarcelo Ricardo Leitner1-11/+32
2015-02-20net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann1-0/+7
2014-04-02net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann1-9/+32
2013-10-27net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann1-0/+3
2013-06-29net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann1-0/+6
2013-02-20net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-01-03sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala1-2/+2
2012-08-19sctp: Fix list corruption resulting from freeing an association on a listNeil Horman1-2/+10
2012-05-11sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf1-2/+3
2011-12-20sctp: fix incorrect overflow check on autocloseXi Wang1-2/+0
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+31
2011-07-08sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...Thomas Graf1-5/+8
2011-07-07sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe itWei Yongjun1-0/+23
2011-07-02sctp: Reduce switch/case indentJoe Perches1-5/+5
2011-06-17net: Remove casts of void *Joe Perches1-8/+8
2011-06-12sctp: kzalloc() error handling on deleting last addressMichio Honda1-0/+4
2011-06-02sctp: Add ASCONF operation on the single-homed hostMichio Honda1-6/+50
2011-06-02sctp: Add socket option operation for Auto-ASCONF.Michio Honda1-0/+68
2011-06-02sctp: Add Auto-ASCONF support (core).Michio Honda1-4/+42
2011-05-13sctp: sctp_sendmsg: Don't test known non-null sinfoJoe Perches1-6/+4
2011-05-13sctp: sctp_sendmsg: Don't initialize default_sinfoJoe Perches1-1/+2
2011-04-28sctp: cache the ipv6 source after route lookupVlad Yasevich1-1/+1
2011-04-21sctp: implement socket option SCTP_GET_ASSOC_ID_LISTWei Yongjun1-0/+52
2011-04-20sctp: Allow bindx_del to accept 0 portVlad Yasevich1-1/+5
2011-04-20sctp: use memdup_user to copy data from userspaceShan Wei1-16/+6
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-08sctp: several declared/set but unused fixesHagen Paul Pfeifer1-2/+0
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet1-4/+5
2011-01-20sctp: user perfect name for Delayed SACK Timer optionShan Wei1-2/+2
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+9
2010-12-17sctp: fix the return value of getting the sctp partial delivery pointWei Yongjun1-1/+1
2010-12-11SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressWei Yongjun1-0/+8
2010-12-07Fix a typo in datagram.c and sctp/socket.c.David Shwatrz1-1/+1
2010-11-10net: avoid limits overflowEric Dumazet1-2/+2
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+12
2010-10-04sctp: Fix break indentation in sctp_ioctl().David S. Miller1-1/+1
2010-10-04sctp: prevent reading out-of-bounds memoryDan Rosenberg1-1/+12
2010-09-24net: return operator cleanupEric Dumazet1-3/+3
2010-09-09sctp: implement SIOCINQ ioctl() (take 3)Diego Elio 'Flameeyes' Pettenò1-1/+34
2010-09-07net: poll() optimizationsEric Dumazet1-3/+2
2010-08-27net/sctp: Use pr_fmt and pr_<level>Joe Perches1-24/+15
2010-05-16net: reserve ports for applications using fixed port numbersAmerigo Wang1-0/+2
2010-05-04Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller1-1/+1
2010-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+15
2010-05-02net: sock_def_readable() and friends RCU conversionEric Dumazet1-1/+1