summaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
Commit message (Expand)AuthorAgeFilesLines
* net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann2014-02-181-9/+32
* net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic2014-02-171-6/+0Star
* sctp: remove macros sctp_bh_[un]lock_sockwangweidong2014-01-221-2/+2
* sctp: remove macros sctp_{lock|release}_sockwangweidong2014-01-221-31/+31
* sctp: remove macros sctp_spin_[un]lockwangweidong2014-01-221-8/+8
* sctp: remove macros sctp_local_bh_{disable|enable}wangweidong2014-01-221-8/+8
* sctp: create helper function to enable|disable sackdelaywangweidong2014-01-161-18/+19
* sctp: remove a redundant NULL checkDan Carpenter2014-01-151-1/+1
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-151-1/+1
* sctp: Add process name and pid to deprecation warningsNeil Horman2014-01-041-6/+18
* SCTP: Reduce log spamming for sctp setsockoptNeil Horman2013-12-311-12/+18
* sctp: fix checkpatch errors with //commenwangweidong2013-12-261-1/+1
* sctp: fix checkpatch errors with open brace '{' and trailing statementswangweidong2013-12-261-1/+2
* sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong2013-12-261-9/+9
* sctp: fix checkpatch errors with space required or prohibitedwangweidong2013-12-261-15/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-10/+26
|\
| * sctp: check the rto_min and rto_max in setsockoptwangweidong2013-12-111-10/+22
| * sctp: properly latch and use autoclose value from sock to associationNeil Horman2013-12-111-0/+4
* | sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2Star
|/
* net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman2013-10-011-1/+1
* net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann2013-09-111-0/+3
* net: sctp: fix bug in sctp_poll for SOCK_SELECT_ERR_QUEUEDaniel Borkmann2013-09-111-1/+1
* net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-091-6/+0Star
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-251-1/+1
* sctp: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud2013-07-031-1/+1
* net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-021-88/+80Star
* net: sctp: simplify sctp_get_portDaniel Borkmann2013-06-261-4/+1Star
* net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann2013-06-261-1/+15
* net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann2013-06-261-11/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-201-0/+6
|\
| * net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann2013-06-111-0/+6
* | net: sctp: remove SCTP_STATIC macroDaniel Borkmann2013-06-181-42/+36Star
* | net: sctp: minor: remove variable in sctp_init_sockDaniel Borkmann2013-06-151-4/+2Star
|/
* sctp: fix error return code in __sctp_connect()Wei Yongjun2013-04-071-2/+3
* net: add option to enable error queue packets waking selectKeller, Jacob E2013-04-011-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-061-3/+3
|\
| * net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATSGuenter Roeck2013-02-271-3/+3
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-5/+4Star
|/
* net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann2013-02-081-1/+1
* sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari2012-12-031-0/+69
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-291-2/+2
|\
| * sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2012-11-281-2/+2
* | net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman2012-11-191-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-1/+1
|\|
| * net: sctp: Fix typo in net/sctpMasanari Iida2012-11-011-1/+1
* | sctp: Make hmac algorithm selection for cookie generation dynamicNeil Horman2012-10-261-4/+7
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-5/+20
|\
| * unexport sock_map_fd(), switch to sock_alloc_file()Al Viro2012-09-271-5/+20
* | sctp: Make sysctl tunables per netEric W. Biederman2012-08-151-26/+39
* | sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman2012-08-151-10/+17