summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2013-06-27net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann
2013-05-01net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann
2013-03-28sctp: don't break the loop while meeting the active_path so as to find the ma...Xufeng Zhang
2013-02-14net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann
2013-02-14net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann
2013-02-14sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman
2013-01-11sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala
2013-01-11sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala
2012-11-17sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan
2012-10-13sctp: Don't charge for data in sndbuf again when transmitting packetThomas Graf
2012-08-09sctp: Fix list corruption resulting from freeing an association on a listNeil Horman
2012-06-10sctp: check cached dst before using itNicolas Dichtel
2012-04-27sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf
2012-01-06sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf
2012-01-06sctp: fix incorrect overflow check on autocloseXi Wang
2011-07-14net: sctp: fix checksum marking for outgoing packetsMichał Mirosław
2011-07-08sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...Thomas Graf
2011-07-07sctp: Enforce retransmission limit during shutdownThomas Graf
2011-07-07sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe itWei Yongjun
2011-07-07net: refine {udp|tcp|sctp}_mem limitsEric Dumazet
2011-05-31sctp: stop pending timers and purge queues when peer restart asocWei Yongjun
2011-05-25sctp: fix memory leak of the ASCONF queue when free asocWei Yongjun
2011-05-24net: convert %p usage to %pKDan Rosenberg
2011-05-21sctp: Fix build failure.David S. Miller
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-19SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()Jacek Luczak
2011-05-12sctp: sctp_sendmsg: Don't test known non-null sinfoJoe Perches
2011-05-12sctp: sctp_sendmsg: Don't initialize default_sinfoJoe Perches
2011-05-10sctp: Remove rt->rt_src usage in sctp_v4_get_saddr()David S. Miller
2011-05-08sctp: Fix debug message args.David S. Miller
2011-05-08sctp: Don't use rt->rt_{src,dst} in sctp_v4_xmit()David S. Miller
2011-05-08inet: Pass flowi to ->queue_xmit().David S. Miller
2011-05-08sctp: Store a flowi in transports to provide persistent keying.David S. Miller
2011-05-07net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu()Lai Jiangshan
2011-05-03sctp: Use flowi4's {saddr,daddr} in sctp_v4_dst_saddr() and sctp_v4_get_dst()David S. Miller
2011-04-27sctp: clean up route lookup callsVlad Yasevich
2011-04-27sctp: remove useless arguments from get_saddr() callVlad Yasevich
2011-04-27sctp: make sctp over IPv6 work with IPsecVlad Yasevich
2011-04-27sctp: cache the ipv6 source after route lookupVlad Yasevich
2011-04-27sctp: fix sctp to work with ipv6 source address routingWeixing Shi
2011-04-26Revert wrong fixes for common misspellingsLucas De Marchi
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-04-21sctp: implement event notification SCTP_SENDER_DRY_EVENTWei Yongjun
2011-04-21sctp: change auth event type name to SCTP_AUTHENTICATION_EVENTWei Yongjun
2011-04-21sctp: implement socket option SCTP_GET_ASSOC_ID_LISTWei Yongjun
2011-04-20sctp: move chunk from retransmit queue to abandoned listWei Yongjun
2011-04-20sctp: make heartbeat information in sctp_make_heartbeat()Wei Yongjun
2011-04-20sctp: fix to check the source address of COOKIE-ECHO chunkWei Yongjun
2011-04-20sctp: handle ootb packet in chunk order as definedShan Wei
2011-04-20sctp: bail from sctp_endpoint_lookup_assoc() if not boundVlad Yasevich