summaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)Author
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_key_put: use kzfree instead of kfreeDaniel Borkmann
2013-01-28SCTP: Free the per-net sysctl table on net exit. v2Vlad Yasevich
2013-01-27sctp: set association state to established in dupcook_a handlerXufeng Zhang
2013-01-17sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman
2013-01-07sctp: fix Kconfig bug in default cookie hmac selectionAlex Elder
2012-12-15sctp: jsctp_sf_eat_sack: fix jprobes function signature mismatchDaniel Borkmann
2012-12-15sctp: Change defaults on cookie hmac selectionNeil Horman
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-07sctp: Add RCU protection to assoc->transport_addr_listThomas Graf
2012-12-07sctp: proc: protect bind_addr->address_list accesses with rcu_read_lock()Thomas Graf
2012-12-07sctp: Fix compiler warning when CONFIG_DEBUG_SECTION_MISMATCH=yChristoph Paasch
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari
2012-11-30sctp: verify length provided in heartbeat information parameterThomas Graf
2012-11-30sctp: fix CONFIG_SCTP_DBG_MSG=y null pointer dereference in sctp_v6_get_dst()Tommi Rantala
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-28sctp: Error in calculation of RTTvarSchoch Christian
2012-11-28sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala
2012-11-28sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala
2012-11-20sctp: send abort chunk when max_retrans exceededNeil Horman
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida
2012-11-18net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman
2012-11-17sctp: use bitmap_weightAkinobu Mita
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-15sctp: fix /proc/net/sctp/ memory leakTommi Rantala
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-03sctp: Clean up type-punning in sctp_cmd_t unionNeil Horman
2012-11-01net: sctp: Fix typo in net/sctpMasanari Iida
2012-10-26sctp: Make hmac algorithm selection for cookie generation dynamicNeil Horman
2012-10-16sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan
2012-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-10-04sctp: check src addr when processing SACK to update transport stateNicolas Dichtel
2012-10-04sctp: fix a typo in prototype of __sctp_rcv_lookup()Nicolas Dichtel
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Al Viro
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-04sctp: use list_move_tail instead of list_del/list_add_tailWei Yongjun
2012-09-03sctp: Don't charge for data in sndbuf again when transmitting packetThomas Graf
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller
2012-08-16sctp: fix bogus if statement in sctp_auth_recv_cid()Dan Carpenter
2012-08-16sctp: fix compile issue with disabled CONFIG_NET_NSUlrich Weber
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman
2012-08-14sctp: Push struct net down into sctp_verify_ext_paramEric W. Biederman
2012-08-14sctp: Push struct net down into all of the state machine functionsEric W. Biederman
2012-08-14sctp: Push struct net down into sctp_in_scopeEric W. Biederman
2012-08-14sctp: Push struct net down into sctp_transport_initEric W. Biederman
2012-08-14sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman
2012-08-14sctp: Add infrastructure for per net sysctlsEric W. Biederman
2012-08-14sctp: Make the mib per network namespaceEric W. Biederman