aboutsummaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2013-07-09net: sctp: confirm route during forward progressDaniel Borkmann
2013-07-02sctp: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud
2013-07-02net: sctp: get rid of SCTP_DBG_TSNS entirelyDaniel Borkmann
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann
2013-06-25net: sctp: simplify sctp_get_portDaniel Borkmann
2013-06-25net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann
2013-06-25net: sctp: minor: sctp_seq_dump_local_addrs add missing newlineDaniel Borkmann
2013-06-25net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann
2013-06-19sctp: Convert __list_for_each use to list_for_eachDave Jones
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-17net: sctp: remove SCTP_STATIC macroDaniel Borkmann
2013-06-17net: sctp: get rid of t_new macro for kzallocDaniel Borkmann
2013-06-14net: sctp: sctp_association_init: put refs in reverse orderDaniel Borkmann
2013-06-14net: sctp: minor: remove variable in sctp_init_sockDaniel Borkmann
2013-06-14net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT firstDaniel Borkmann
2013-06-14net: sctp: sideeffect: throw BUG if primary_path is NULLDaniel Borkmann
2013-06-13sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-06-13sctp: Correct byte order of access to skb->{network, transport}_headerSimon Horman
2013-06-11net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann
2013-05-31sctp: Correct byte order of access to skb->{network, transport}_headerSimon Horman
2013-05-28sctp: Correct access to skb->{network, transport}_headerSimon Horman
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