aboutsummaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2013-06-13sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman
2013-06-11net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-05-01net: sctp: attribute printl with __printf for gcc fmt checksDaniel Borkmann
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-29sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic()Jeff Layton
2013-04-22net: sctp: minor: remove dead code from sctp_packetDaniel Borkmann
2013-04-17net: sctp: sctp_ulpq: remove 'malloced' struct memberDaniel Borkmann
2013-04-17net: sctp: sctp_bind_addr: remove dead codeDaniel Borkmann
2013-04-17net: sctp: sctp_transport: remove unused variableDaniel Borkmann
2013-04-17net: sctp: outqueue: simplify sctp_outq_uncork functionDaniel Borkmann
2013-04-17net: sctp: sctp_outq: remove 'malloced' from its structDaniel Borkmann
2013-04-17net: sctp: sctp_inq: remove dead codeDaniel Borkmann
2013-04-17net: sctp: sctp_ssnmap: remove 'malloced' element from structDaniel Borkmann
2013-04-16sctp: Add buffer utilization fields to /proc/net/sctp/assocsDilip Daya
2013-04-15net: sctp: minor: make sctp_ep_common's member 'dead' a boolDaniel Borkmann
2013-04-15net: sctp: remove sctp_ep_common struct member 'malloced'Daniel Borkmann
2013-04-07sctp: fix error return code in __sctp_connect()Wei Yongjun
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E
2013-03-18net: sctp: remove cast for kmalloc/kzalloc return valueZhang Yanfei
2013-03-13sctp: don't break the loop while meeting the active_path so as to find the ma...Xufeng Zhang
2013-03-13sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-03-04sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZECong Wang
2013-03-01sctp: use the passed in gfp flags instead GFP_KERNELDan Carpenter
2013-02-28sctp: fix association hangs due to partial delivery errorsLee A. Roberts
2013-02-28sctp: fix association hangs due to errors when reneging events from the order...Lee A. Roberts
2013-02-28sctp: fix association hangs due to reneging packets below the cumulative TSN ...Lee A. Roberts
2013-02-28sctp: fix association hangs due to off-by-one errors in sctp_tsnmap_grow()Lee A. Roberts
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27sctp: convert to idr_alloc()Tejun Heo
2013-02-27net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATSGuenter Roeck
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-02-13net: sctp: add build check for sctp_sf_eat_sack_6_2/jsctp_sf_eat_sackDaniel Borkmann
2013-02-13net: sctp: minor: make jsctp_sf_eat_sack staticDaniel Borkmann
2013-02-13net, sctp: remove CONFIG_EXPERIMENTALKees Cook
2013-02-13net: sctp: sctp_v6_get_dst: fix boolean test in dst cacheDaniel Borkmann
2013-02-12net: sctp: remove unused multiple cookie keysDaniel Borkmann
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-08net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_keyDaniel Borkmann
2013-02-08net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann
2013-02-08net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann
2013-02-07net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs callsDaniel Borkmann
2013-02-07net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue
2013-02-04sctp: sctp_close: fix release of bindings for deferred call_rcu'sDaniel Borkmann
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller