summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-065-31/+85
|\
| * sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZECong Wang2013-03-041-5/+3Star
| * sctp: use the passed in gfp flags instead GFP_KERNELDan Carpenter2013-03-011-1/+1
| * sctp: fix association hangs due to partial delivery errorsLee A. Roberts2013-02-281-11/+43
| * sctp: fix association hangs due to errors when reneging events from the order...Lee A. Roberts2013-02-281-4/+22
| * sctp: fix association hangs due to reneging packets below the cumulative TSN ...Lee A. Roberts2013-02-281-2/+7
| * sctp: fix association hangs due to off-by-one errors in sctp_tsnmap_grow()Lee A. Roberts2013-02-281-6/+7
| * net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATSGuenter Roeck2013-02-271-3/+3
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-284-17/+10Star
* | sctp: convert to idr_alloc()Tejun Heo2013-02-281-16/+15Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-221-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2013-01-2919-114/+369
| |\
| * | treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers2013-01-031-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller2013-02-192-4/+5
|\ \ \
| * | | net, sctp: remove CONFIG_EXPERIMENTALKees Cook2013-02-131-2/+2
| * | | net: sctp: sctp_v6_get_dst: fix boolean test in dst cacheDaniel Borkmann2013-02-131-2/+3
* | | | net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-2/+2
* | | | net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-2/+2
* | | | net: sctp: add build check for sctp_sf_eat_sack_6_2/jsctp_sf_eat_sackDaniel Borkmann2013-02-131-0/+7
* | | | net: sctp: minor: make jsctp_sf_eat_sack staticDaniel Borkmann2013-02-131-6/+6
* | | | net: sctp: remove unused multiple cookie keysDaniel Borkmann2013-02-122-31/+9Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-093-2/+7
|\| | |
| * | | net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann2013-02-081-0/+5
| * | | net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann2013-02-081-1/+1
| * | | net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann2013-02-081-1/+1
| | |/ | |/|
* | | net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_keyDaniel Borkmann2013-02-081-5/+3Star
* | | net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs callsDaniel Borkmann2013-02-081-9/+12
* | | net: remove redundant check for timer pending state before del_timerYing Xue2013-02-045-19/+10Star
* | | 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-281-1/+3
| * | sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman2013-01-181-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-291-1/+1
|/ /
* | sctp: jsctp_sf_eat_sack: fix jprobes function signature mismatchDaniel Borkmann2012-12-161-1/+2
* | sctp: Change defaults on cookie hmac selectionNeil Horman2012-12-162-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