summaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)Author
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
2010-01-03net/sctp/socket.c: squish warningAndrew Morton
2009-12-02sctp: fix sctp_setsockopt_autoclose compile warningAndrei Pelinescu-Onciul
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-11-23sctp: limit maximum autoclose setsockopt valueAndrei Pelinescu-Onciul
2009-11-23sctp: remove deprecated SCTP_GET_*_OLD stuffsAmerigo Wang
2009-11-23sctp: allow setting path_maxrxt independent of SPP_PMTUD_ENABLEAndrei Pelinescu-Onciul
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-13sctp: Fix regression introduced by new sctp_connectx apiVlad Yasevich
2009-11-13sctp: Set source addresses on the association before adding transportsVlad Yasevich
2009-10-18inet: rename some inet_sock fieldsEric Dumazet
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-04sctp: Fix SCTP_MAXSEG socket option to comply to spec.Vlad Yasevich
2009-09-04sctp: Send user messages to the lower layer as oneVlad Yasevich
2009-09-04sctp: Disallow new connection on a closing socketVlad Yasevich
2009-07-06sctp: fix warning at inet_sock_destruct() while release sctp socketWei Yongjun
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet
2009-06-09sctp: Use frag list abstraction interfaces.David S. Miller
2009-06-03sctp: support non-blocking version of the new sctp_connectx() APIVlad Yasevich
2009-03-13sctp: simplify sctp listening codeVlad Yasevich
2009-03-02sctp: fix the length check in sctp_getsockopt_maxburst()Wei Yongjun