Commit Graph

784 Commits (148817ba092f9f6edd35bad3c6c6b8e8f90fe2ed)

Author SHA1 Message Date
Michał Mirosław b73c43f884 net: sctp: fix checksum marking for outgoing packets 14 years ago
Thomas Graf cd4fcc704f sctp: ABORT if receive, reassmbly, or reodering queue is not empty while closing socket 14 years ago
Thomas Graf f8d9605243 sctp: Enforce retransmission limit during shutdown 14 years ago
Wei Yongjun 949123016a sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe it 14 years ago
Eric Dumazet f03d78db65 net: refine {udp|tcp|sctp}_mem limits 14 years ago
Joe Perches 7fd71b1e07 sctp: Reduce switch/case indent 14 years ago
Joe Perches ea11073387 net: Remove casts of void * 14 years ago
Michio Honda 6d65e5eee6 sctp: kzalloc() error handling on deleting last address 14 years ago
David S. Miller 5d0c90cf4d sctp: Guard IPV6 specific code properly. 14 years ago
Michio Honda 8a07eb0a50 sctp: Add ASCONF operation on the single-homed host 14 years ago
Michio Honda 7dc04d7122 sctp: Add socket option operation for Auto-ASCONF. 14 years ago
Michio Honda dd51be0f54 sctp: Add sysctl support for Auto-ASCONF. 14 years ago
Michio Honda 9f7d653b67 sctp: Add Auto-ASCONF support (core). 14 years ago
Michio Honda b1364104e3 sctp: Add ADD/DEL ASCONF handling at the receiver. 14 years ago
Wei Yongjun a000c01e60 sctp: stop pending timers and purge queues when peer restart asoc 14 years ago
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