Commit Graph

767 Commits (323222b5ff930a43eab45cec6e58345740fa2a29)

Author SHA1 Message Date
Wei Yongjun 8b4472cc13 sctp: fix memory leak of the ASCONF queue when free asoc 14 years ago
Dan Rosenberg 71338aa7d0 net: convert %p usage to %pK 14 years ago
David S. Miller 5d41452166 sctp: Fix build failure. 14 years ago
Jacek Luczak c182f90bc1 SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict() 14 years ago
Joe Perches afd7614c00 sctp: sctp_sendmsg: Don't test known non-null sinfo 14 years ago
Joe Perches 517aa0bcda sctp: sctp_sendmsg: Don't initialize default_sinfo 14 years ago
David S. Miller 902ebd3e0d sctp: Remove rt->rt_src usage in sctp_v4_get_saddr() 14 years ago
David S. Miller 7ef73bca73 sctp: Fix debug message args. 14 years ago
David S. Miller f1c0a276ea sctp: Don't use rt->rt_{src,dst} in sctp_v4_xmit() 14 years ago
David S. Miller d9d8da805d inet: Pass flowi to ->queue_xmit(). 14 years ago
David S. Miller 8663c938ce sctp: Store a flowi in transports to provide persistent keying. 14 years ago
Lai Jiangshan 1231f0baa5 net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu() 14 years ago
David S. Miller 18a353f428 sctp: Use flowi4's {saddr,daddr} in sctp_v4_dst_saddr() and sctp_v4_get_dst() 14 years ago
Vlad Yasevich da0420bee2 sctp: clean up route lookup calls 14 years ago
Vlad Yasevich af1384703f sctp: remove useless arguments from get_saddr() call 14 years ago
Vlad Yasevich 9c6a02f41d sctp: make sctp over IPv6 work with IPsec 14 years ago
Vlad Yasevich 9914ae3ca7 sctp: cache the ipv6 source after route lookup 14 years ago
Weixing Shi 625034113b sctp: fix sctp to work with ipv6 source address routing 14 years ago
Lucas De Marchi e9c549998d Revert wrong fixes for common misspellings 14 years ago
Eric Dumazet b71d1d426d inet: constify ip headers and in6_addr 14 years ago
Wei Yongjun e1cdd553d4 sctp: implement event notification SCTP_SENDER_DRY_EVENT 14 years ago
Wei Yongjun ee916fd0fd sctp: change auth event type name to SCTP_AUTHENTICATION_EVENT 14 years ago
Wei Yongjun 209ba424c2 sctp: implement socket option SCTP_GET_ASSOC_ID_LIST 14 years ago
Wei Yongjun 4c6a6f4213 sctp: move chunk from retransmit queue to abandoned list 14 years ago
Wei Yongjun 92c73af58e sctp: make heartbeat information in sctp_make_heartbeat() 14 years ago
Wei Yongjun de6becdc08 sctp: fix to check the source address of COOKIE-ECHO chunk 14 years ago
Shan Wei 85c5ed4e44 sctp: handle ootb packet in chunk order as defined 14 years ago
Vlad Yasevich deb85a6ecc sctp: bail from sctp_endpoint_lookup_assoc() if not bound 14 years ago
Vlad Yasevich 0b8f9e25b0 sctp: remove completely unsed EMPTY state 14 years ago
Shan Wei 96ca468b86 sctp: check invalid value of length parameter in error cause 14 years ago
Shan Wei 8a00be1c89 sctp: check parameter value of length in ERROR chunk 14 years ago
Vlad Yasevich c6ef006bf5 sctp: Release all routes when processing acks ADD_IP or DEL_IP 14 years ago
Vlad Yasevich ee9cbaca7d sctp: Allow bindx_del to accept 0 port 14 years ago
Vlad Yasevich f246a7b7c5 sctp: teach CACC algorithm about removed transports 14 years ago
Shan Wei 934253a7b4 sctp: use memdup_user to copy data from userspace 14 years ago
Shan Wei 66009927f1 sctp: kill abandoned SCTP_CMD_TRANSMIT command 14 years ago
Shan Wei 6a435732ac sctp: use common head of addr parameter to access member in addr-unrelated code 14 years ago
Shan Wei 33c7cfdbb0 sctp: fix the comment of sctp_sf_violation_paramlen() 14 years ago
Wei Yongjun 9494c7c577 sctp: fix oops while removed transport still using as retran path 14 years ago
Vlad Yasevich 25f7bf7d0d sctp: fix oops when updating retransmit path with DEBUG on 14 years ago
Wei Yongjun 2cab86bee8 sctp: malloc enough room for asconf-ack chunk 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
David S. Miller a84b50ceb7 sctp: Pass __GFP_NOWARN to hash table allocation attempts. 14 years ago
David S. Miller 4c9483b2fb ipv6: Convert to use flowi6 where applicable. 14 years ago
David S. Miller 9cce96df5b net: Put fl4_* macros to struct flowi4 and use them again. 14 years ago
David S. Miller 9d6ec93801 ipv4: Use flowi4 in public route lookup interfaces. 14 years ago
David S. Miller 6281dcc94a net: Make flowi ports AF dependent. 14 years ago
David S. Miller 1d28f42c1b net: Put flowi_* prefix on AF independent members of struct flowi 14 years ago
Hagen Paul Pfeifer efea2c6b2e sctp: several declared/set but unused fixes 14 years ago
David S. Miller b23dd4fe42 ipv4: Make output route lookup return rtable directly. 14 years ago