Xin Long
|
5306653850
sctp: remove unnecessary asoc in sctp_has_association
|
7 years ago |
Daniel Axtens
|
1dd27cde30
net: use skb_is_gso_sctp() instead of open-coding
|
7 years ago |
Xin Long
|
27af86bb03
sctp: do not pr_err for the duplicated node in transport rhlist
|
7 years ago |
Marcelo Ricardo Leitner
|
b6c5734db0
sctp: fix the handling of ICMP Frag Needed for too small MTUs
|
7 years ago |
Marcelo Ricardo Leitner
|
cc35c3d1ed
sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled
|
7 years ago |
Xin Long
|
8d32503efd
sctp: fix some type cast warnings introduced by transport rhashtable
|
7 years ago |
Xin Long
|
1cc276cec9
sctp: add the missing sock_owned_by_user check in sctp_icmp_redirect
|
7 years ago |
Xin Long
|
68d7546946
sctp: remove the typedef sctp_addip_chunk_t
|
8 years ago |
Xin Long
|
01a992bea5
sctp: remove the typedef sctp_init_chunk_t
|
8 years ago |
Xin Long
|
922dbc5be2
sctp: remove the typedef sctp_chunkhdr_t
|
8 years ago |
Davide Caratti
|
804ec7ebe8
sctp: fix ICMP processing if skb is non-linear
|
8 years ago |
Xin Long
|
3ebfdf0821
sctp: get sock from transport in sctp_transport_update_pmtu
|
8 years ago |
Xin Long
|
5179b26694
sctp: call rcu_read_lock before checking for duplicate transport nodes
|
8 years ago |
Xin Long
|
cd2b708750
sctp: check duplicate node before inserting a new transport
|
8 years ago |
Marcelo Ricardo Leitner
|
b77b7565a6
sctp: add pr_debug for tracking asocs not found
|
8 years ago |
Xin Long
|
7fda702f93
sctp: use new rhlist interface on sctp transport rhashtable
|
8 years ago |
Xin Long
|
dae399d7fd
sctp: hold transport instead of assoc when lookup assoc in rx path
|
8 years ago |
Xin Long
|
7c17fcc726
sctp: return back transport in __sctp_rcv_init_lookup
|
8 years ago |
David S. Miller
|
d6989d4bbe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
9 years ago |
Marcelo Ricardo Leitner
|
e2f036a972
sctp: rename WORD_TRUNC/ROUND macros
|
9 years ago |
Xin Long
|
715f5552b1
sctp: hold the transport before using it in sctp_hash_cmp
|
9 years ago |
Marcelo Ricardo Leitner
|
4c2f245496
sctp: linearize early if it's not GSO
|
9 years ago |
Marcelo Ricardo Leitner
|
eefc1b1d10
sctp: fix BH handling on socket backlog
|
9 years ago |
Marcelo Ricardo Leitner
|
e7487c86dc
sctp: avoid identifying address family many times for a chunk
|
9 years ago |
Marcelo Ricardo Leitner
|
9e23832379
sctp: allow others to use sctp_input_cb
|
9 years ago |
Marcelo Ricardo Leitner
|
90017accff
sctp: Add GSO support
|
9 years ago |
Marcelo Ricardo Leitner
|
3acb50c18d
sctp: delay as much as possible skb_linearize
|
9 years ago |
Eric Dumazet
|
02a1d6e7a6
net: rename NET_{ADD|INC}_STATS_BH()
|
9 years ago |
Eric Dumazet
|
08e3baef65
net: sctp: rename SCTP_INC_STATS_BH()
|
9 years ago |
Eric Dumazet
|
5d3848bc33
net: rename ICMP_INC_STATS_BH()
|
9 years ago |