aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix ASCONF list handlingMarcelo Ricardo Leitner2015-08-071-11/+32
* net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann2015-02-201-0/+7
* net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann2014-04-021-9/+32
* net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann2013-10-261-0/+3
* net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann2013-06-291-0/+6
* net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann2013-02-201-1/+1
* sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2013-01-031-2/+2
* sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2012-08-191-2/+10
* sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf2012-05-111-2/+3
* sctp: fix incorrect overflow check on autocloseXi Wang2011-12-191-2/+0
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-141-5/+31
|\
| * sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...Thomas Graf2011-07-081-5/+8
| * sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe itWei Yongjun2011-07-071-0/+23
* | sctp: Reduce switch/case indentJoe Perches2011-07-011-5/+5
* | net: Remove casts of void *Joe Perches2011-06-161-8/+8
* | sctp: kzalloc() error handling on deleting last addressMichio Honda2011-06-111-0/+4
* | sctp: Add ASCONF operation on the single-homed hostMichio Honda2011-06-021-6/+50
* | sctp: Add socket option operation for Auto-ASCONF.Michio Honda2011-06-021-0/+68
* | sctp: Add Auto-ASCONF support (core).Michio Honda2011-06-021-4/+42
|/
* sctp: sctp_sendmsg: Don't test known non-null sinfoJoe Perches2011-05-121-6/+4
* sctp: sctp_sendmsg: Don't initialize default_sinfoJoe Perches2011-05-121-1/+2
* sctp: cache the ipv6 source after route lookupVlad Yasevich2011-04-271-1/+1
* sctp: implement socket option SCTP_GET_ASSOC_ID_LISTWei Yongjun2011-04-211-0/+52
* sctp: Allow bindx_del to accept 0 portVlad Yasevich2011-04-191-1/+5
* sctp: use memdup_user to copy data from userspaceShan Wei2011-04-191-16/+6
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* sctp: several declared/set but unused fixesHagen Paul Pfeifer2011-03-071-2/+0
* net: add __rcu annotations to sk_wq and wqEric Dumazet2011-02-221-4/+5
* sctp: user perfect name for Delayed SACK Timer optionShan Wei2011-01-191-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-1/+9
|\
| * sctp: fix the return value of getting the sctp partial delivery pointWei Yongjun2010-12-161-1/+1
| * SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressWei Yongjun2010-12-101-0/+8
* | Fix a typo in datagram.c and sctp/socket.c.David Shwatrz2010-12-061-1/+1
|/
* net: avoid limits overflowEric Dumazet2010-11-101-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-041-1/+12
|\
| * sctp: prevent reading out-of-bounds memoryDan Rosenberg2010-10-031-1/+12
* | sctp: Fix break indentation in sctp_ioctl().David S. Miller2010-10-031-1/+1
* | net: return operator cleanupEric Dumazet2010-09-231-3/+3
* | sctp: implement SIOCINQ ioctl() (take 3)Diego Elio 'Flameeyes' Pettenò2010-09-081-1/+34
* | net: poll() optimizationsEric Dumazet2010-09-061-3/+2
* | net/sctp: Use pr_fmt and pr_<level>Joe Perches2010-08-261-24/+15
|/
* net: reserve ports for applications using fixed port numbersAmerigo Wang2010-05-151-0/+2
* Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2010-05-031-1/+1
|\
| * sctp: Use correct address family in sctp_getsockopt_peer_addrs()Vlad Yasevich2010-04-301-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-021-2/+15
|\ \
| * | sctp: per_cpu variables should be in bh_disabled sectionVlad Yasevich2010-04-281-2/+2
| * | sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun2010-04-281-0/+10
* | | net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-011-1/+1
| |/ |/|
* | net: sk_add_backlog() take rmem_alloc into accountEric Dumazet2010-04-271-3/+0