aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
Commit message (Expand)AuthorAge
* net: reserve ports for applications using fixed port numbersAmerigo Wang2010-05-16
* Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2010-05-03
|\
| * sctp: Use correct address family in sctp_getsockopt_peer_addrs()Vlad Yasevich2010-04-30
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-03
|\ \
| * | sctp: per_cpu variables should be in bh_disabled sectionVlad Yasevich2010-04-28
| * | sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun2010-04-28
* | | net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-01
| |/ |/|
* | net: sk_add_backlog() take rmem_alloc into accountEric Dumazet2010-04-27
* | net: sk_sleep() helperEric Dumazet2010-04-20
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | sctp: eliminate useless codeHagen Paul Pfeifer2010-03-31
|/
* sctp: use limited socket backlogZhu Yi2010-03-05
* net/sctp: Eliminate useless codeJulia Lawall2010-01-21
* net/sctp/socket.c: squish warningAndrew Morton2010-01-04
* sctp: fix sctp_setsockopt_autoclose compile warningAndrei Pelinescu-Onciul2009-12-02
* net: Move && and || to end of previous lineJoe Perches2009-11-29
* sctp: limit maximum autoclose setsockopt valueAndrei Pelinescu-Onciul2009-11-23
* sctp: remove deprecated SCTP_GET_*_OLD stuffsAmerigo Wang2009-11-23
* sctp: allow setting path_maxrxt independent of SPP_PMTUD_ENABLEAndrei Pelinescu-Onciul2009-11-23
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-17
|\
| * sctp: Fix regression introduced by new sctp_connectx apiVlad Yasevich2009-11-13
| * sctp: Set source addresses on the association before adding transportsVlad Yasevich2009-11-13
* | inet: rename some inet_sock fieldsEric Dumazet2009-10-18
* | net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-12
|/
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-30
* sctp: Fix SCTP_MAXSEG socket option to comply to spec.Vlad Yasevich2009-09-04
* sctp: Send user messages to the lower layer as oneVlad Yasevich2009-09-04
* sctp: Disallow new connection on a closing socketVlad Yasevich2009-09-04
* sctp: fix warning at inet_sock_destruct() while release sctp socketWei Yongjun2009-07-06
* net: correct off-by-one write allocations reportsEric Dumazet2009-06-18
* sctp: Use frag list abstraction interfaces.David S. Miller2009-06-09
* sctp: support non-blocking version of the new sctp_connectx() APIVlad Yasevich2009-06-03
* sctp: simplify sctp listening codeVlad Yasevich2009-03-13
* sctp: fix the length check in sctp_getsockopt_maxburst()Wei Yongjun2009-03-03
* sctp: remove dup code in net/sctp/socket.cWei Yongjun2009-03-03
* sctp: Inherit all socket options from parent correctly.Vlad Yasevich2009-02-16
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-06
* sctp: Add validity check for SCTP_PARTIAL_DELIVERY_POINT socket optionWei Yongjun2008-12-25
* sctp: Implement socket option SCTP_GET_ASSOC_NUMBERWei Yongjun2008-12-25
* sctp: Fix a typo in socket.cWei Yongjun2008-12-25
* sctp: Bring SCTP_MAXSEG socket option into ietf API extension complianceWei Yongjun2008-12-25
* net: Use a percpu_counter for sockets_allocatedEric Dumazet2008-11-26
* net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet2008-11-25
* net: Make sure BHs are disabled in sock_prot_inuse_add()David S. Miller2008-11-23
* net: sctp should update its inuse counterEric Dumazet2008-11-17
* sctp: try harder to figure out address family when checking wildcardsVlad Yasevich2008-10-01
* sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich2008-08-27
* sctp: correct bounds check in sctp_setsockopt_auth_keyVlad Yasevich2008-08-27
* sctp: add verification checks to SCTP_AUTH_KEY optionVlad Yasevich2008-08-25