index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-04
net, sctp: convert sctp_auth_bytes.refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-2
/
+2
2017-07-01
sctp: Add peeloff-flags socket option
Neil Horman
1
-15
/
+72
2017-07-01
sctp: remove the typedef sctp_init_chunk_t
Xin Long
4
-20
/
+20
2017-07-01
sctp: remove the typedef sctp_inithdr_t
Xin Long
2
-8
/
+8
2017-07-01
sctp: remove the typedef sctp_data_chunk_t
Xin Long
3
-6
/
+6
2017-07-01
sctp: remove the typedef sctp_datahdr_t
Xin Long
1
-5
/
+8
2017-07-01
sctp: remove the typedef sctp_param_t
Xin Long
1
-1
/
+1
2017-07-01
sctp: remove the typedef sctp_paramhdr_t
Xin Long
7
-46
/
+53
2017-07-01
sctp: remove the typedef sctp_cid_t
Xin Long
3
-7
/
+7
2017-07-01
sctp: remove the typedef sctp_chunkhdr_t
Xin Long
6
-62
/
+64
2017-07-01
sctp: remove an unnecessary check from sctp_endpoint_destroy
Xin Long
1
-8
/
+6
2017-07-01
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
Reshetova, Elena
3
-4
/
+4
2017-07-01
net: convert sk_buff.users from atomic_t to refcount_t
Reshetova, Elena
2
-2
/
+2
2017-06-25
sctp: adjust ssthresh when transport is idle
Marcelo Ricardo Leitner
1
-0
/
+2
2017-06-25
sctp: adjust cwnd increase in Congestion Avoidance phase
Marcelo Ricardo Leitner
1
-8
/
+18
2017-06-25
sctp: allow increasing cwnd regardless of ctsn moving or not
Marcelo Ricardo Leitner
1
-9
/
+8
2017-06-25
sctp: update order of adjustments of partial_bytes_acked and cwnd
Marcelo Ricardo Leitner
1
-7
/
+8
2017-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-5
/
+6
2017-06-20
sctp: handle errors when updating asoc
Xin Long
2
-12
/
+37
2017-06-20
sctp: uncork the old asoc before changing to the new one
Xin Long
1
-0
/
+4
2017-06-20
net: manual clean code which call skb_put_[data:zero]
yuan linyu
1
-2
/
+1
2017-06-19
sctp: ensure ep is not destroyed before doing the dump
Xin Long
2
-2
/
+4
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
3
-8
/
+6
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
2
-20
/
+11
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
2
-5
/
+2
2017-06-16
networking: convert many more places to skb_put_zero()
Johannes Berg
2
-3
/
+2
2017-06-15
sctp: return next obj by passing pos + 1 into sctp_transport_get_idx
Xin Long
1
-3
/
+2
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2017-06-13
networking: use skb_put_zero()
Johannes Berg
1
-2
/
+1
2017-06-10
sctp: no need to check assoc id before calling sctp_assoc_set_id
Xin Long
1
-6
/
+2
2017-06-10
sctp: use read_lock_bh in sctp_eps_seq_show
Xin Long
1
-4
/
+2
2017-06-10
sctp: fix recursive locking warning in sctp_do_peeloff
Xin Long
1
-2
/
+2
2017-06-10
sctp: disable BH in sctp_for_each_endpoint
Xin Long
1
-2
/
+2
2017-06-08
tcp: add TCPMemoryPressuresChrono counter
Eric Dumazet
1
-1
/
+1
2017-06-02
sctp: merge sctp_stream_new and sctp_stream_init
Xin Long
3
-24
/
+15
2017-06-02
sctp: define the member stream as an object instead of pointer in asoc
Xin Long
9
-68
/
+63
2017-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-17
/
+19
2017-05-26
sctp: fix ICMP processing if skb is non-linear
Davide Caratti
1
-7
/
+9
2017-05-24
sctp: set new_asoc temp when processing dupcookie
Xin Long
2
-9
/
+7
2017-05-24
sctp: fix stream update when processing dupcookie
Xin Long
1
-1
/
+3
2017-05-19
net: use skb->csum_not_inet to identify packets needing crc32c
Davide Caratti
2
-0
/
+2
2017-05-19
skbuff: add stub to help computing crc32c on SCTP packets
Davide Caratti
1
-0
/
+6
2017-05-18
sctp: do not inherit ipv6_{mc|ac|fl}_list from parent
Eric Dumazet
1
-0
/
+3
2017-05-12
sctp: fix src address selection if using secondary addresses for ipv6
Xin Long
1
-17
/
+29
2017-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
7
-39
/
+676
2017-04-21
sctp: switch to copy_from_iter_full()
Al Viro
1
-3
/
+1
2017-04-18
sctp: process duplicated strreset asoc request correctly
Xin Long
1
-4
/
+15
2017-04-18
sctp: process duplicated strreset in and addstrm in requests correctly
Xin Long
1
-9
/
+29
2017-04-18
sctp: process duplicated strreset out and addstrm out requests correctly
Xin Long
1
-10
/
+29
2017-04-17
sctp: get list_of_streams of strreset outreq earlier
Xin Long
1
-4
/
+4
[next]