Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
80c4cbdb5ee604712e59fe304d7bf084b562f705
/
net
/
sctp
/
associola.c
e8a3001
sctp: add encap_port for netns sock asoc and transport
by Xin Long
· 4 years, 3 months ago
5e80a0c
net: sctp: associola.c: delete duplicated words
by Randy Dunlap
· 4 years, 5 months ago
471e39d
sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket
by Marcelo Ricardo Leitner
· 4 years, 7 months ago
50ce4c0
sctp: fix typo sctp_ulpevent_nofity_peer_addr_change
by Jonas Falkevik
· 4 years, 8 months ago
4e7696d
sctp: get netns from asoc and ep base
by Xin Long
· 5 years ago
adf6f8c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
3124346
sctp: cache netns in sctp_ep_common
by Xin Long
· 5 years ago
34515e9
sctp: add support for Primary Path Switchover
by Xin Long
· 5 years ago
768e151
sctp: add SCTP_ADDR_POTENTIALLY_FAILED notification
by Xin Long
· 5 years ago
aef587b
sctp: add pf_expose per netns and sock and asoc
by Xin Long
· 5 years ago
7976a11
net: use helpers to change sk_ack_backlog
by Eric Dumazet
· 5 years ago
5cd0b91
sctp: add SCTP_ADDR_MADE_PRIM event
by Xin Long
· 5 years ago
c446f50
sctp: add SCTP_ADDR_REMOVED event
by Xin Long
· 5 years ago
4b77403
sctp: add SCTP_ADDR_ADDED event
by Xin Long
· 5 years ago
bb2ded2
sctp: not set peer.asconf_capable in sctp_association_init
by Xin Long
· 5 years ago
1c13475
sctp: remove prsctp_enable from asoc
by Xin Long
· 6 years ago
a96701f
sctp: remove reconf_enable from asoc
by Xin Long
· 6 years ago
47505b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104
by Thomas Gleixner
· 6 years ago
8add543
sctp: add SCTP_FUTURE_ASSOC for SCTP_PEER_ADDR_THLDS sockopt
by Xin Long
· 6 years ago
80df270
sctp: introduce SCTP_FUTURE/CURRENT/ALL_ASSOC
by Xin Long
· 6 years ago
4cc1fee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
fb6df5a
sctp: kfree_rcu asoc
by Xin Long
· 6 years ago
4135cce
sctp: update frag_point when stream_interleave is set
by Xin Long
· 6 years ago
a1e3a05
sctp: add subscribe per asoc
by Xin Long
· 6 years ago
df132ef
sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peer
by Xin Long
· 6 years ago
d805397
sctp: use the pmtu from the icmp packet to update transport pathmtu
by Xin Long
· 6 years ago
4be4139
sctp: add support for setting flowlabel when adding a transport
by Xin Long
· 7 years ago
8a9c58d
sctp: add support for dscp and flowlabel per transport
by Xin Long
· 7 years ago
b2d6cee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
59d8d44
sctp: delay the authentication for the duplicated cookie-echo chunk
by Xin Long
· 7 years ago
6ff0f87
sctp: introduce sctp_dst_mtu
by Marcelo Ricardo Leitner
· 7 years ago
2f5e3c9
sctp: introduce sctp_assoc_update_frag_point
by Marcelo Ricardo Leitner
· 7 years ago
c4b2893
sctp: introduce sctp_assoc_set_pmtu
by Marcelo Ricardo Leitner
· 7 years ago
c88da20
sctp: remove an if() that is always true
by Marcelo Ricardo Leitner
· 7 years ago
800e00c
sctp: move transport pathmtu calc away of sctp_assoc_add_peer
by Marcelo Ricardo Leitner
· 7 years ago
22e15b6
sctp: remove the unused sctp_assoc_is_match function
by Xin Long
· 7 years ago
9162e0e
sctp: implement enqueue_event for sctp_stream_interleave
by Xin Long
· 7 years ago
9c3b575
net: sctp: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
bfc6f82
sctp: remove the typedef sctp_subtype_t
by Xin Long
· 7 years ago
0ceaeeb
sctp: remove the typedef sctp_transport_cmd_t
by Xin Long
· 7 years ago
1c66201
sctp: remove the typedef sctp_scope_t
by Xin Long
· 7 years ago
c638457
net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
3c91870
sctp: remove the typedef sctp_paramhdr_t
by Xin Long
· 8 years ago
5ee8aa6
sctp: handle errors when updating asoc
by Xin Long
· 8 years ago
4abf5a6
sctp: no need to check assoc id before calling sctp_assoc_set_id
by Xin Long
· 8 years ago
ff35641
sctp: merge sctp_stream_new and sctp_stream_init
by Xin Long
· 8 years ago
cee360a
sctp: define the member stream as an object instead of pointer in asoc
by Xin Long
· 8 years ago
3ab2137
sctp: fix stream update when processing dupcookie
by Xin Long
· 8 years ago
3ebfdf0
sctp: get sock from transport in sctp_transport_update_pmtu
by Xin Long
· 8 years ago
3dbcc10
sctp: alloc stream info when initializing asoc
by Xin Long
· 8 years ago
5819477
sctp: remove useless err from sctp_association_init
by Xin Long
· 8 years ago
c86a773
sctp: add dst_pending_confirm flag
by Julian Anastasov
· 8 years ago
9fb657a
sctp: add sockopt SCTP_ENABLE_STREAM_RESET
by Xin Long
· 8 years ago
c28445c
sctp: add reconf_enable in asoc ep and netns
by Xin Long
· 8 years ago
7b9438d
sctp: add stream reconf timer
by Xin Long
· 8 years ago
cc16f00
sctp: add support for generating stream reconf ssn reset request chunk
by Xin Long
· 8 years ago
a838631
sctp: prepare asoc stream for stream reconf
by Xin Long
· 8 years ago
1636098
sctp: fix recovering from 0 win with small data chunks
by Marcelo Ricardo Leitner
· 8 years ago
58b94d8
sctp: do not loose window information if in rwnd_over
by Marcelo Ricardo Leitner
· 8 years ago
7fda702
sctp: use new rhlist interface on sctp transport rhashtable
by Xin Long
· 8 years ago
e2f036a
sctp: rename WORD_TRUNC/ROUND macros
by Marcelo Ricardo Leitner
· 8 years ago
28aa4c2
sctp: add SCTP_PR_SUPPORTED on sctp sockopt
by Xin Long
· 9 years ago
3822a5f
sctp: align MTU to a word
by Marcelo Ricardo Leitner
· 9 years ago
cea8768
sctp: allow sctp_transmit_packet and others to use gfp
by Marcelo Ricardo Leitner
· 9 years ago
39d2ade
sctp: fix the transports round robin issue when init is retransmitted
by Xin Long
· 9 years ago
4f00878
sctp: apply rhashtable api to send/recv path
by Xin Long
· 9 years ago
d0164ad
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
by Mel Gorman
· 9 years ago
2103d6b
net: sctp: Don't use 64 kilobyte lookup table for four elements
by Denys Vlasenko
· 9 years ago
7d37d0c
net: sctp: Deletion of an unnecessary check before the function call "kfree"
by Markus Elfring
· 10 years ago
600ddd6
net: sctp: fix slab corruption from use after free on INIT collisions
by Daniel Borkmann
· 10 years ago
b69040d
net: sctp: fix panic on duplicate ASCONF chunks
by Daniel Borkmann
· 10 years ago
aa4a83e
net: sctp: fix suboptimal edge-case on non-active active/retrans path selection
by Daniel Borkmann
· 10 years ago
ea4f19c
net: sctp: spare unnecessary comparison in sctp_trans_elect_best
by Daniel Borkmann
· 10 years ago
061079a
sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probe
by zhuyj
· 10 years ago
1be9a95
net: sctp: inherit auth_capable on INIT collisions
by Daniel Borkmann
· 10 years ago
d3217b1
sctp: Fix sk_ack_backlog wrap-around problem
by Xufeng Zhang
· 11 years ago
9b87d46
net: sctp: fix incorrect type in gfp initializer
by Daniel Borkmann
· 11 years ago
a7288c4
net: sctp: improve sctp_select_active_and_retran_path selection
by Daniel Borkmann
· 11 years ago
e575235
net: sctp: migrate most recently used transport to ktime
by Daniel Borkmann
· 11 years ago
b82e8f3
net: sctp: refactor active path selection
by Daniel Borkmann
· 11 years ago
362d520
Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer"
by Daniel Borkmann
· 11 years ago
433131b
net: sctp: remove NULL check in sctp_assoc_update_retran_path
by Daniel Borkmann
· 11 years ago
4c47af4
net: sctp: rework multihoming retransmission path selection to rfc4960
by Daniel Borkmann
· 11 years ago
ef2820a
net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer
by Matija Glavinic Pecotic
· 11 years ago
143c905
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
9f70f46
sctp: properly latch and use autoclose value from sock to association
by Neil Horman
· 11 years ago
9d2c881
sctp: fix some comments in associola.c
by wangweidong
· 11 years ago
ce4a03d
sctp: convert sctp_peer_needs_update to boolean
by wangweidong
· 11 years ago
8b7318d
sctp: remove the else path
by wangweidong
· 11 years ago
d1d6618
sctp: remove the duplicate initialize
by wangweidong
· 11 years ago
4b2f13a
sctp: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
d30a58ba
net: sctp: bug-fixing: retran_path not set properly after transports recovering (v3)
by Chang Xiangzhong
· 11 years ago
2bccbad
sctp: fix some comments in chunk.c and associola.c
by wangweidong
· 11 years ago
2ff1cf1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
ac4f959
net: sctp: sctp_assoc_control_transport: fix MTU size in SCTP_PF state
by Daniel Borkmann
· 11 years ago
477143e
net: sctp: trivial: update bug report in header comment
by Daniel Borkmann
· 11 years ago
91705c6
net: sctp: trivial: update mailing list address
by Daniel Borkmann
· 11 years ago
bb33381
net: sctp: rework debugging framework to use pr_debug and friends
by Daniel Borkmann
· 12 years ago
52db882
net: sctp: migrate cookie life from timeval to ktime
by Daniel Borkmann
· 12 years ago
939cfa7
net: sctp: get rid of t_new macro for kzalloc
by Daniel Borkmann
· 12 years ago
Next »