aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-4/+2
2012-04-04sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf1-2/+3
2012-03-08sctp: Export sctp_do_peeloffBenjamin Poirier1-15/+9
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2011-12-19sctp: fix incorrect overflow check on autocloseXi Wang1-2/+0
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-2/+2
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-1/+1
2011-10-31net: 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/net-2.6David S. Miller1-5/+31
2011-07-08sctp: ABORT if receive, reassmbly, or reodering queue is not empty while closing socketThomas Graf1-5/+8
2011-07-07sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe itWei Yongjun1-0/+23
2011-07-01sctp: Reduce switch/case indentJoe Perches1-5/+5
2011-06-16net: Remove casts of void *Joe Perches1-8/+8
2011-06-11sctp: 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-12sctp: sctp_sendmsg: Don't test known non-null sinfoJoe Perches1-6/+4
2011-05-12sctp: sctp_sendmsg: Don't initialize default_sinfoJoe Perches1-1/+2
2011-04-27sctp: 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-19sctp: Allow bindx_del to accept 0 portVlad Yasevich1-1/+5
2011-04-19sctp: use memdup_user to copy data from userspaceShan Wei1-16/+6
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-07sctp: 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-19sctp: 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/net-2.6David S. Miller1-1/+9
2010-12-16sctp: fix the return value of getting the sctp partial delivery pointWei Yongjun1-1/+1
2010-12-10SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressWei Yongjun1-0/+8
2010-12-06Fix 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/net-2.6David S. Miller1-1/+12
2010-10-03sctp: Fix break indentation in sctp_ioctl().David S. Miller1-1/+1
2010-10-03sctp: prevent reading out-of-bounds memoryDan Rosenberg1-1/+12
2010-09-23net: return operator cleanupEric Dumazet1-3/+3
2010-09-08sctp: implement SIOCINQ ioctl() (take 3)Diego Elio 'Flameeyes' Pettenò1-1/+34
2010-09-06net: poll() optimizationsEric Dumazet1-3/+2
2010-08-26net/sctp: Use pr_fmt and pr_<level>Joe Perches1-24/+15
2010-05-15net: reserve ports for applications using fixed port numbersAmerigo Wang1-0/+2
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-devDavid S. Miller1-1/+1
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+15
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet1-1/+1
2010-04-30sctp: Use correct address family in sctp_getsockopt_peer_addrs()Vlad Yasevich1-1/+1
2010-04-28sctp: per_cpu variables should be in bh_disabled sectionVlad Yasevich1-2/+2
2010-04-28sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun1-0/+10
2010-04-27net: sk_add_backlog() take rmem_alloc into accountEric Dumazet1-3/+0
2010-04-20net: sk_sleep() helperEric Dumazet1-10/+10
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30sctp: eliminate useless codeHagen Paul Pfeifer1-1/+0