aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAge
* SCTP: Free the per-net sysctl table on net exit. v2Vlad Yasevich2013-01-28
* sctp: set association state to established in dupcook_a handlerXufeng Zhang2013-01-27
* sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman2013-01-17
* sctp: fix Kconfig bug in default cookie hmac selectionAlex Elder2013-01-07
* sctp: jsctp_sf_eat_sack: fix jprobes function signature mismatchDaniel Borkmann2012-12-15
* sctp: Change defaults on cookie hmac selectionNeil Horman2012-12-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-13
|\
| * treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-19
* | sctp: Add RCU protection to assoc->transport_addr_listThomas Graf2012-12-07
* | sctp: proc: protect bind_addr->address_list accesses with rcu_read_lock()Thomas Graf2012-12-07
* | sctp: Fix compiler warning when CONFIG_DEBUG_SECTION_MISMATCH=yChristoph Paasch2012-12-07
* | sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari2012-12-03
* | sctp: verify length provided in heartbeat information parameterThomas Graf2012-11-30
* | sctp: fix CONFIG_SCTP_DBG_MSG=y null pointer dereference in sctp_v6_get_dst()Tommi Rantala2012-11-30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-29
|\ \
| * | sctp: Error in calculation of RTTvarSchoch Christian2012-11-28
| * | sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2012-11-28
| * | sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala2012-11-28
* | | sctp: send abort chunk when max_retrans exceededNeil Horman2012-11-20
* | | net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman2012-11-18
* | | sctp: use bitmap_weightAkinobu Mita2012-11-17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-17
|\| |
| * | sctp: fix /proc/net/sctp/ memory leakTommi Rantala2012-11-15
* | | 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: Clean up type-punning in sctp_cmd_t unionNeil Horman2012-11-03
* | sctp: Make hmac algorithm selection for cookie generation dynamicNeil Horman2012-10-26
|/
* sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan2012-10-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-10-05
|\
| * sctp: check src addr when processing SACK to update transport stateNicolas Dichtel2012-10-04
| * sctp: fix a typo in prototype of __sctp_rcv_lookup()Nicolas Dichtel2012-10-04
* | 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-15
|\|
| * sctp: Don't charge for data in sndbuf again when transmitting packetThomas Graf2012-09-03
* | sctp: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-04
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-24
|\ \
| * | userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-15
| |/
* | sctp: fix bogus if statement in sctp_auth_recv_cid()Dan Carpenter2012-08-16
* | sctp: fix compile issue with disabled CONFIG_NET_NSUlrich Weber2012-08-16
* | sctp: Make sysctl tunables per netEric W. Biederman2012-08-15
* | sctp: Push struct net down into sctp_verify_ext_paramEric W. Biederman2012-08-15
* | sctp: Push struct net down into all of the state machine functionsEric W. Biederman2012-08-15
* | sctp: Push struct net down into sctp_in_scopeEric W. Biederman2012-08-15
* | sctp: Push struct net down into sctp_transport_initEric W. Biederman2012-08-15
* | sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman2012-08-15
* | sctp: Add infrastructure for per net sysctlsEric W. Biederman2012-08-15
* | sctp: Make the mib per network namespaceEric W. Biederman2012-08-15
* | sctp: Enable sctp in all network namespacesEric W. Biederman2012-08-15
* | sctp: Make the proc files per network namespace.Eric W. Biederman2012-08-15