summaryrefslogtreecommitdiff
path: root/net/sctp
Commit message (Expand)AuthorAge
* net: sctp: confirm route during forward progressDaniel Borkmann2013-07-09
* sctp: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud2013-07-02
* net: sctp: get rid of SCTP_DBG_TSNS entirelyDaniel Borkmann2013-07-02
* net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-01
* net: sctp: simplify sctp_get_portDaniel Borkmann2013-06-25
* net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann2013-06-25
* net: sctp: minor: sctp_seq_dump_local_addrs add missing newlineDaniel Borkmann2013-06-25
* net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann2013-06-25
* sctp: Convert __list_for_each use to list_for_eachDave Jones2013-06-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-19
|\
| * sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman2013-06-13
| * net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann2013-06-11
* | net: sctp: remove SCTP_STATIC macroDaniel Borkmann2013-06-17
* | net: sctp: get rid of t_new macro for kzallocDaniel Borkmann2013-06-17
* | net: sctp: sctp_association_init: put refs in reverse orderDaniel Borkmann2013-06-14
* | net: sctp: minor: remove variable in sctp_init_sockDaniel Borkmann2013-06-14
* | net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT firstDaniel Borkmann2013-06-14
* | net: sctp: sideeffect: throw BUG if primary_path is NULLDaniel Borkmann2013-06-14
* | net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-13
* | sctp: Correct byte order of access to skb->{network, transport}_headerSimon Horman2013-06-13
* | sctp: Correct byte order of access to skb->{network, transport}_headerSimon Horman2013-05-31
* | sctp: Correct access to skb->{network, transport}_headerSimon Horman2013-05-28
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-01
|\
| * net: sctp: attribute printl with __printf for gcc fmt checksDaniel Borkmann2013-05-01
| * net: sctp: minor: remove dead code from sctp_packetDaniel Borkmann2013-04-22
| * net: sctp: sctp_ulpq: remove 'malloced' struct memberDaniel Borkmann2013-04-17
| * net: sctp: sctp_bind_addr: remove dead codeDaniel Borkmann2013-04-17
| * net: sctp: sctp_transport: remove unused variableDaniel Borkmann2013-04-17
| * net: sctp: outqueue: simplify sctp_outq_uncork functionDaniel Borkmann2013-04-17
| * net: sctp: sctp_outq: remove 'malloced' from its structDaniel Borkmann2013-04-17
| * net: sctp: sctp_inq: remove dead codeDaniel Borkmann2013-04-17
| * net: sctp: sctp_ssnmap: remove 'malloced' element from structDaniel Borkmann2013-04-17
| * sctp: Add buffer utilization fields to /proc/net/sctp/assocsDilip Daya2013-04-16
| * net: sctp: minor: make sctp_ep_common's member 'dead' a boolDaniel Borkmann2013-04-15
| * net: sctp: remove sctp_ep_common struct member 'malloced'Daniel Borkmann2013-04-15
| * sctp: fix error return code in __sctp_connect()Wei Yongjun2013-04-07
| * net: add option to enable error queue packets waking selectKeller, Jacob E2013-03-31
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-30
|\ \
| * | net: sctp: remove cast for kmalloc/kzalloc return valueZhang Yanfei2013-03-18
* | | sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic()Jeff Layton2013-04-29
| |/ |/|
* | sctp: don't break the loop while meeting the active_path so as to find the ma...Xufeng Zhang2013-03-13
* | sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich2013-03-13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-05
|\ \ | |/ |/|
| * sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZECong Wang2013-03-04
| * sctp: use the passed in gfp flags instead GFP_KERNELDan Carpenter2013-03-01
| * sctp: fix association hangs due to partial delivery errorsLee A. Roberts2013-02-28
| * sctp: fix association hangs due to errors when reneging events from the order...Lee A. Roberts2013-02-28
| * sctp: fix association hangs due to reneging packets below the cumulative TSN ...Lee A. Roberts2013-02-28
| * sctp: fix association hangs due to off-by-one errors in sctp_tsnmap_grow()Lee A. Roberts2013-02-28
| * net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATSGuenter Roeck2013-02-27