summaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)Author
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-19sctp: fix incorrect overflow check on autocloseXi Wang
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
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
2010-08-26net/sctp: Use pr_fmt and pr_<level>Joe Perches
2010-05-15net: reserve ports for applications using fixed port numbersAmerigo Wang
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-04-30sctp: Use correct address family in sctp_getsockopt_peer_addrs()Vlad Yasevich
2010-04-28sctp: per_cpu variables should be in bh_disabled sectionVlad Yasevich
2010-04-28sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun
2010-04-27net: sk_add_backlog() take rmem_alloc into accountEric Dumazet
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30sctp: eliminate useless codeHagen Paul Pfeifer
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05sctp: use limited socket backlogZhu Yi
2010-01-21net/sctp: Eliminate useless codeJulia Lawall