summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* net: remove redundant check for timer pending state before del_timerYing Xue2013-02-045-19/+10
* sctp: sctp_close: fix release of bindings for deferred call_rcu'sDaniel Borkmann2013-02-041-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-293-5/+15
|\
| * SCTP: Free the per-net sysctl table on net exit. v2Vlad Yasevich2013-01-281-0/+4
| * sctp: set association state to established in dupcook_a handlerXufeng Zhang2013-01-271-1/+3
| * sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman2013-01-171-4/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-151-1/+1
|\ \ | |/
| * sctp: fix Kconfig bug in default cookie hmac selectionAlex Elder2013-01-071-1/+1
* | sctp: make sctp_addr_wq_timeout_handler staticstephen hemminger2012-12-281-1/+1
|/
* sctp: jsctp_sf_eat_sack: fix jprobes function signature mismatchDaniel Borkmann2012-12-151-1/+2
* sctp: Change defaults on cookie hmac selectionNeil Horman2012-12-152-4/+27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-132-2/+2
|\
| * treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-192-2/+2
* | sctp: Add RCU protection to assoc->transport_addr_listThomas Graf2012-12-073-10/+28
* | sctp: proc: protect bind_addr->address_list accesses with rcu_read_lock()Thomas Graf2012-12-071-1/+6
* | sctp: Fix compiler warning when CONFIG_DEBUG_SECTION_MISMATCH=yChristoph Paasch2012-12-071-3/+3
* | sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari2012-12-0310-13/+117
* | sctp: verify length provided in heartbeat information parameterThomas Graf2012-11-301-2/+8
* | sctp: fix CONFIG_SCTP_DBG_MSG=y null pointer dereference in sctp_v6_get_dst()Tommi Rantala2012-11-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-293-9/+17
|\ \
| * | sctp: Error in calculation of RTTvarSchoch Christian2012-11-281-1/+1
| * | sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2012-11-282-6/+11
| * | sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala2012-11-281-2/+5
* | | sctp: send abort chunk when max_retrans exceededNeil Horman2012-11-202-1/+27
* | | net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman2012-11-181-3/+5
* | | sctp: use bitmap_weightAkinobu Mita2012-11-171-6/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-171-4/+4
|\ \ \ | |/ /
| * | sctp: fix /proc/net/sctp/ memory leakTommi Rantala2012-11-151-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-101-1/+1
|\ \ \ | |/ /
| * | net: sctp: Fix typo in net/sctpMasanari Iida2012-11-011-1/+1
| |/
* | sctp: Clean up type-punning in sctp_cmd_t unionNeil Horman2012-11-032-25/+23
* | sctp: Make hmac algorithm selection for cookie generation dynamicNeil Horman2012-10-264-30/+88
|/
* sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan2012-10-161-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-10-064-9/+14
|\
| * sctp: check src addr when processing SACK to update transport stateNicolas Dichtel2012-10-043-8/+13
| * sctp: fix a typo in prototype of __sctp_rcv_lookup()Nicolas Dichtel2012-10-041-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-5/+20
|\ \ | |/ |/|
| * unexport sock_map_fd(), switch to sock_alloc_file()Al Viro2012-09-261-5/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-151-1/+20
|\ \ | |/
| * sctp: Don't charge for data in sndbuf again when transmitting packetThomas Graf2012-09-031-1/+20
* | sctp: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-041-6/+4
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-241-2/+4
|\ \
| * | userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-141-2/+4
| |/
* | sctp: fix bogus if statement in sctp_auth_recv_cid()Dan Carpenter2012-08-161-1/+1
* | sctp: fix compile issue with disabled CONFIG_NET_NSUlrich Weber2012-08-161-6/+3
* | sctp: Make sysctl tunables per netEric W. Biederman2012-08-1412-228/+265
* | sctp: Push struct net down into sctp_verify_ext_paramEric W. Biederman2012-08-142-8/+9
* | sctp: Push struct net down into all of the state machine functionsEric W. Biederman2012-08-142-282/+339
* | sctp: Push struct net down into sctp_in_scopeEric W. Biederman2012-08-143-4/+5
* | sctp: Push struct net down into sctp_transport_initEric W. Biederman2012-08-143-5/+8
OpenPOWER on IntegriCloud