Commit Graph

961 Commits (349ad66c0ab0b387afd49e840dbf753ef54cc5d4)

Author SHA1 Message Date
Daniel Borkmann 771085d6bf net: sctp: sctp_transport_destroy{, _rcu}: fix potential pointer corruption 12 years ago
Daniel Borkmann ac4f959936 net: sctp: sctp_assoc_control_transport: fix MTU size in SCTP_PF state 12 years ago
Daniel Borkmann 8c2f414ad1 net: sctp: confirm route during forward progress 12 years ago
Yann Droneaud 8a59bd3e9b sctp: use get_unused_fd_flags(0) instead of get_unused_fd() 12 years ago
Daniel Borkmann e02010adee net: sctp: get rid of SCTP_DBG_TSNS entirely 12 years ago
Daniel Borkmann bb33381d0c net: sctp: rework debugging framework to use pr_debug and friends 12 years ago
Daniel Borkmann 62208f1245 net: sctp: simplify sctp_get_port 12 years ago
Daniel Borkmann 0a2fbac197 net: sctp: decouple cleaning some socket data from endpoint 12 years ago
Daniel Borkmann b527fe6933 net: sctp: minor: sctp_seq_dump_local_addrs add missing newline 12 years ago
Daniel Borkmann 52db882f3f net: sctp: migrate cookie life from timeval to ktime 12 years ago
Dave Jones 2c0740e4e1 sctp: Convert __list_for_each use to list_for_each 12 years ago
Daniel Borkmann dda9192851 net: sctp: remove SCTP_STATIC macro 12 years ago
Daniel Borkmann 939cfa75a0 net: sctp: get rid of t_new macro for kzalloc 12 years ago
Daniel Borkmann 2e0c9e7911 net: sctp: sctp_association_init: put refs in reverse order 12 years ago
Daniel Borkmann c164b83814 net: sctp: minor: remove variable in sctp_init_sock 12 years ago
Daniel Borkmann 405426f6ca net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT first 12 years ago
Daniel Borkmann f9e42b8535 net: sctp: sideeffect: throw BUG if primary_path is NULL 12 years ago
Neil Horman c5c7774d7e sctp: fully initialize sctp_outq in sctp_outq_init 12 years ago
Joe Perches fe2c6338fd net: Convert uses of typedef ctl_table to struct ctl_table 12 years ago
Simon Horman 2c928e0e8d sctp: Correct byte order of access to skb->{network, transport}_header 12 years ago
Daniel Borkmann 1abd165ed7 net: sctp: fix NULL pointer dereference in socket destruction 12 years ago
Simon Horman aef6de511a sctp: Correct byte order of access to skb->{network, transport}_header 12 years ago
Simon Horman 158874cac6 sctp: Correct access to skb->{network, transport}_header 12 years ago
Daniel Borkmann be3e45810b net: sctp: attribute printl with __printf for gcc fmt checks 12 years ago
Jeff Layton 713e00a324 sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic() 12 years ago
Daniel Borkmann 3e3251b3f2 net: sctp: minor: remove dead code from sctp_packet 12 years ago
Daniel Borkmann c1db7a26ac net: sctp: sctp_ulpq: remove 'malloced' struct member 12 years ago
Daniel Borkmann 50181c07cb net: sctp: sctp_bind_addr: remove dead code 12 years ago
Daniel Borkmann 8fa5df6d21 net: sctp: sctp_transport: remove unused variable 12 years ago
Daniel Borkmann dacda32ee6 net: sctp: outqueue: simplify sctp_outq_uncork function 12 years ago
Daniel Borkmann 165a4c3127 net: sctp: sctp_outq: remove 'malloced' from its struct 12 years ago
Daniel Borkmann ee16371e6c net: sctp: sctp_inq: remove dead code 12 years ago
Daniel Borkmann 542c2d8320 net: sctp: sctp_ssnmap: remove 'malloced' element from struct 12 years ago
Dilip Daya f406c8b969 sctp: Add buffer utilization fields to /proc/net/sctp/assocs 12 years ago
Daniel Borkmann 0022d2dd4d net: sctp: minor: make sctp_ep_common's member 'dead' a bool 12 years ago
Daniel Borkmann ff2266cddd net: sctp: remove sctp_ep_common struct member 'malloced' 12 years ago
Wei Yongjun 524fba6c14 sctp: fix error return code in __sctp_connect() 12 years ago
Keller, Jacob E 7d4c04fc17 net: add option to enable error queue packets waking select 12 years ago
Zhang Yanfei 3b77d6617a net: sctp: remove cast for kmalloc/kzalloc return value 12 years ago
Xufeng Zhang 2317f449af sctp: don't break the loop while meeting the active_path so as to find the matched transport 12 years ago
Vlad Yasevich f281563350 sctp: Use correct sideffect command in duplicate cookie handling 12 years ago
Cong Wang 3f736868b4 sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZE 12 years ago
Dan Carpenter 81ce0dbc11 sctp: use the passed in gfp flags instead GFP_KERNEL 12 years ago
Lee A. Roberts d003b41b80 sctp: fix association hangs due to partial delivery errors 12 years ago
Lee A. Roberts 95ac7b859f sctp: fix association hangs due to errors when reneging events from the ordering queue 12 years ago
Lee A. Roberts e67f85ecd8 sctp: fix association hangs due to reneging packets below the cumulative TSN ACK point 12 years ago
Lee A. Roberts 70fc69bc5a sctp: fix association hangs due to off-by-one errors in sctp_tsnmap_grow() 12 years ago
Sasha Levin b67bfe0d42 hlist: drop the node parameter from iterators 12 years ago
Tejun Heo 94960e8c2e sctp: convert to idr_alloc() 12 years ago
Guenter Roeck 726bc6b092 net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATS 12 years ago