OSDN Git Service

scsi: core: Only put parent device if host state differs from SHOST_CREATED
[android-x86/kernel.git] / net / sctp /
2021-05-22 Xin Longsctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_b
2021-05-22 Xin Longsctp: do asoc update earlier in sctp_sf_do_dupcook_a
2021-05-22 Gustavo A. R. Silvasctp: Fix out-of-bounds warning in sctp_process_asconf_...
2021-05-22 Xin Longsctp: delay auto_asconf init until binding the first...
2021-05-22 Xin LongRevert "net/sctp: fix race condition in sctp_destroy_sock"
2021-04-28 Or Cohennet/sctp: fix race condition in sctp_destroy_sock
2021-04-14 Maciej Żenczykowskinet-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonl...
2021-02-23 NeilBrownnet: fix iteration for sctp transport seq_files
2020-11-24 Xin Longsctp: change to hold/put transport for proto_unreach_timer
2020-11-10 Petr Malatsctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on...
2020-10-14 Eric Dumazetsctp: fix sctp_auth_init_hmacs() error path
2020-10-01 Kevin Kousctp: move trace_sctp_probe_path into sctp_outq_sack
2020-09-12 Xin Longsctp: not disable bh in the whole sctp_get_port_local()
2020-08-05 Xin Longsctp: implement memory accounting on tx path
2020-07-31 Xin Longsctp: shrink stream outq when fails to do addstream...
2020-07-31 Xin Longsctp: shrink stream outq only when new outcnt < old...
2020-07-01 Marcelo Ricardo... sctp: Don't advertise IPv4 addresses if ipv6only is...
2020-06-03 Jere Leppänensctp: Start shutdown on association restart if in SHUTD...
2020-06-03 Neil Hormansctp: Don't add the shutdown timer if its already been...
2020-05-14 Jere Leppänensctp: Fix bundling of SHUTDOWN with COOKIE-ACK
2020-05-10 Jere Leppänensctp: Fix SHUTDOWN CTSN Ack in the peer restart case
2020-04-29 Sabrina Dubrocanet: ipv6: add net argument to ip6_dst_lookup_flow
2020-04-13 Marcelo Ricardo... sctp: fix possibly using a bad saddr with a given dst
2020-04-13 Qiujun Huangsctp: fix refcount bug in sctp_wfree
2020-03-18 Dmitry Yakunininet_diag: return classid for all socket types
2020-03-05 Xin Longsctp: move the format error check out of __sctp_sf_do_9...
2020-01-27 Xin Longsctp: add chunks to sk_backlog when the newsk sk_socket...
2020-01-12 Xin Longsctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_...
2020-01-04 Hangbin Liunet: add bool confirm_neigh parameter for dst_ops.updat...
2019-12-31 Xin Longsctp: fully initialize v4 addr in some functions
2019-12-13 Jakub Audykowiczsctp: frag_point sanity check
2019-12-13 Xin Longsctp: increase sk_wmem_alloc when head->truesize is...
2019-12-13 Xin Longsctp: count sk_wmem_alloc by skb truesize in sctp_packe...
2019-12-05 Xin Longsctp: cache netns in sctp_ep_common
2019-12-05 Navid Emamdoostsctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook
2019-12-05 Maciej Kwieciensctp: don't compare hb_timer expire date before starting it
2019-12-01 Xin Longsctp: use sk_wmem_queued to check for writable space
2019-11-10 Eric Dumazetnet: use skb_queue_empty_lockless() in busy poll contexts
2019-11-10 Eric Dumazetnet: use skb_queue_empty_lockless() in poll() handlers
2019-11-10 Eric Dumazetinet: stop leaking jiffies on the wire
2019-10-29 Xin Longsctp: change sctp_prot .no_autobind with true
2019-09-19 Xin Longsctp: use transport pf_retrans in sctp_do_8_2_transport...
2019-09-19 Christophe JAILLETsctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'
2019-08-25 Xin Longsctp: fix the transport error_count check
2019-08-25 zhengbinsctp: fix memleak in sctp_send_reset_streams
2019-07-28 Xin Longsctp: not bind the socket in sctp_connect
2019-07-28 Marcelo Ricardo... sctp: fix error handling on stream scheduler initialization
2019-07-03 Xin Longsctp: change to hold sk after auth shkey is created...
2019-06-22 Neil Hormansctp: Free cookie before we memdup a new one
2019-06-11 Neil HormanFix memory leak in sctp_process_init
2019-05-05 Xin Longsctp: avoid running the sctp state machine recursively
2019-04-17 Xin Longsctp: initialize _pad of sockaddr_in before copying...
2019-04-03 Xin Longsctp: use memdup_user instead of vmemdup_user
2019-03-19 Xin Longsctp: remove sched init from sctp_stream_init
2019-03-10 Xin Longsctp: call iov_iter_revert() after sending ABORT
2019-02-27 Xin Longsctp: set stream ext to NULL after freeing it in sctp_s...
2019-02-27 Xin Longsctp: call gso_reset_checksum when computing checksum...
2019-02-27 Konstantin Khlebnikovinet_diag: fix reporting cgroup classid and fallback...
2019-02-12 Greg Kroah-Hartmansctp: walk the list of asoc safely
2019-02-12 Xin Longsctp: check and update stream->out_curr when allocating...
2019-02-06 Xin Longsctp: set flow sport from saddr only when it's 0
2019-02-06 Xin Longsctp: set chunk transport correctly when it's a new...
2019-02-06 Xin Longsctp: improve the events for sctp stream adding
2019-02-06 Xin Longsctp: improve the events for sctp stream reset
2019-01-22 Xin Longsctp: allocate sctp_sockaddr_entry with kzalloc
2019-01-09 Xin Longsctp: initialize sin6_flowinfo for ipv6 addrs in sctp_i...
2018-12-17 Xin Longsctp: update frag_point when stream_interleave is set
2018-12-17 Xin Longsctp: kfree_rcu asoc
2018-12-01 Xin Longsctp: clear the transport of some out_chunk_list chunks...
2018-11-23 Xin Longsctp: not increase stream's incnt before sending addstr...
2018-11-23 Xin Longsctp: define SCTP_SS_DEFAULT for Stream schedulers
2018-11-23 Xin LongRevert "sctp: remove sctp_transport_pmtu_check"
2018-11-23 Xin Longsctp: not allow to set asoc prsctp_enable by sockopt
2018-11-04 Xin Longsctp: check policy more carefully when getting pr status
2018-10-21 Greg Kroah-HartmanMerge branch 'i2c/for-current' of git://git./linux...
2018-10-20 Greg Kroah-HartmanMerge branch 'x86-urgent-for-linus' of git://git./linux...
2018-10-20 Greg Kroah-HartmanMerge branch 'sched-urgent-for-linus' of git://git...
2018-10-20 Greg Kroah-HartmanMerge branch 'perf-urgent-for-linus' of git://git....
2018-10-20 Greg Kroah-HartmanMerge tag 'drm-fixes-2018-10-20-1' of git://anongit...
2018-10-20 Greg Kroah-HartmanMerge tag 'trace-v4.19-rc8-2' of git://git./linux/kerne...
2018-10-20 Greg Kroah-HartmanMerge branch 'for-linus' of git://git./linux/kernel...
2018-10-20 Dave AirlieMerge tag 'drm-misc-fixes-2018-10-19' of git://anongit...
2018-10-19 Greg Kroah-HartmanMerge tag 'usb-4.19-final' of git://git./linux/kernel...
2018-10-19 Greg Kroah-HartmanMerge tag 'for-linus-20181019' of git://git.kernel...
2018-10-19 Greg Kroah-HartmanMerge git://git./linux/kernel/git/davem/net
2018-10-19 Greg Kroah-HartmanMerge tag 'for-gkh' of git://git./linux/kernel/git...
2018-10-19 Dave AirlieMerge tag 'drm-misc-fixes-2018-10-18' of git://anongit...
2018-10-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2018-10-18 Ingo MolnarMerge tag 'perf-urgent-for-mingo-4.19-20181017' of...
2018-10-18 Greg Kroah-HartmanMerge tag 'trace-v4.19-rc8' of git://git./linux/kernel...
2018-10-18 Xin Longsctp: not free the new asoc when sctp_wait_for_connect...
2018-10-18 Marcelo Ricardo... sctp: fix race on sctp_id2asoc
2018-10-17 Greg Kroah-HartmanMerge branch 'parisc-4.19-3' of git://git./linux/kernel...
2018-10-17 Greg Kroah-HartmanMerge tag 'clk-fixes-for-linus' of git://git./linux...
2018-10-16 Xin Longsctp: get pr_assoc and pr_stream all status with SCTP_P...
2018-10-16 Greg Kroah-HartmanMerge tag 'selinux-pr-20181015' of git://git./linux...
2018-10-16 Xin Longsctp: use the pmtu from the icmp packet to update trans...
2018-10-14 Greg Kroah-HartmanMerge tag 'libnvdimm-fixes-4.19-rc8' of git://git....
2018-10-13 Greg Kroah-HartmanMerge tag 'for-linus' of git://git./virt/kvm/kvm
2018-10-13 Greg Kroah-HartmanMerge tag 'for-linus-20181012' of git://git.kernel...
next