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