aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-0/+6
* net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann2013-02-141-1/+1
* sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2013-01-111-2/+2
* sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2012-08-091-2/+10
* sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf2012-04-271-2/+3
* sctp: fix incorrect overflow check on autocloseXi Wang2012-01-061-2/+0
* 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: 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
* | net: sk_sleep() helperEric Dumazet2010-04-201-10/+10
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\ \ | |/
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | sctp: eliminate useless codeHagen Paul Pfeifer2010-03-301-1/+0
|/
* sctp: use limited socket backlogZhu Yi2010-03-051-0/+3
* net/sctp: Eliminate useless codeJulia Lawall2010-01-211-1/+1
* net/sctp/socket.c: squish warningAndrew Morton2010-01-031-2/+1
* sctp: fix sctp_setsockopt_autoclose compile warningAndrei Pelinescu-Onciul2009-12-021-1/+1
* net: Move && and || to end of previous lineJoe Perches2009-11-291-2/+2
* sctp: limit maximum autoclose setsockopt valueAndrei Pelinescu-Onciul2009-11-231-0/+3
* sctp: remove deprecated SCTP_GET_*_OLD stuffsAmerigo Wang2009-11-231-325/+0
* sctp: allow setting path_maxrxt independent of SPP_PMTUD_ENABLEAndrei Pelinescu-Onciul2009-11-231-4/+3