summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman2013-06-131-4/+2
* net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann2013-06-111-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-0112-66/+39
|\
| * net: sctp: attribute printl with __printf for gcc fmt checksDaniel Borkmann2013-05-011-1/+1
| * net: sctp: minor: remove dead code from sctp_packetDaniel Borkmann2013-04-221-4/+1
| * net: sctp: sctp_ulpq: remove 'malloced' struct memberDaniel Borkmann2013-04-171-3/+0
| * net: sctp: sctp_bind_addr: remove dead codeDaniel Borkmann2013-04-171-7/+0
| * net: sctp: sctp_transport: remove unused variableDaniel Borkmann2013-04-171-1/+0
| * net: sctp: outqueue: simplify sctp_outq_uncork functionDaniel Borkmann2013-04-171-3/+2
| * net: sctp: sctp_outq: remove 'malloced' from its structDaniel Borkmann2013-04-171-6/+0
| * net: sctp: sctp_inq: remove dead codeDaniel Borkmann2013-04-171-7/+0
| * net: sctp: sctp_ssnmap: remove 'malloced' element from structDaniel Borkmann2013-04-171-11/+12
| * sctp: Add buffer utilization fields to /proc/net/sctp/assocsDilip Daya2013-04-161-3/+9
| * net: sctp: minor: make sctp_ep_common's member 'dead' a boolDaniel Borkmann2013-04-152-4/+4
| * net: sctp: remove sctp_ep_common struct member 'malloced'Daniel Borkmann2013-04-152-13/+5
| * 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-03-311-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \
| * | net: sctp: remove cast for kmalloc/kzalloc return valueZhang Yanfei2013-03-181-1/+1
* | | sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic()Jeff Layton2013-04-291-14/+2
| |/ |/|
* | sctp: don't break the loop while meeting the active_path so as to find the ma...Xufeng Zhang2013-03-131-1/+1
* | sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich2013-03-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-055-31/+85
|\ \ | |/ |/|
| * sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZECong Wang2013-03-041-5/+3
| * 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-274-17/+10
* | sctp: convert to idr_alloc()Tejun Heo2013-02-271-16/+15
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-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-182-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/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-083-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-071-1/+1
| | |/ | |/|
* | | net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_keyDaniel Borkmann2013-02-081-5/+3
* | | net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs callsDaniel Borkmann2013-02-071-9/+12
* | | net: remove redundant check for timer pending state before del_timerYing Xue2013-02-045-19/+10