aboutsummaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2011-05-07net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu()Gravatar Lai Jiangshan 3-10/+3
2011-05-03sctp: Use flowi4's {saddr,daddr} in sctp_v4_dst_saddr() and sctp_v4_get_dst()Gravatar David S. Miller 1-5/+4
2011-04-27sctp: clean up route lookup callsGravatar Vlad Yasevich 3-29/+23
2011-04-27sctp: remove useless arguments from get_saddr() callGravatar Vlad Yasevich 3-6/+2
2011-04-27sctp: make sctp over IPv6 work with IPsecGravatar Vlad Yasevich 1-5/+11
2011-04-27sctp: cache the ipv6 source after route lookupGravatar Vlad Yasevich 4-119/+106
2011-04-27sctp: fix sctp to work with ipv6 source address routingGravatar Weixing Shi 1-1/+43
2011-04-26Revert wrong fixes for common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-04-22inet: constify ip headers and in6_addrGravatar Eric Dumazet 2-2/+2
2011-04-21sctp: implement event notification SCTP_SENDER_DRY_EVENTGravatar Wei Yongjun 3-1/+53
2011-04-21sctp: change auth event type name to SCTP_AUTHENTICATION_EVENTGravatar Wei Yongjun 1-1/+1
2011-04-21sctp: implement socket option SCTP_GET_ASSOC_ID_LISTGravatar Wei Yongjun 1-0/+52
2011-04-20sctp: move chunk from retransmit queue to abandoned listGravatar Wei Yongjun 1-0/+7
2011-04-20sctp: make heartbeat information in sctp_make_heartbeat()Gravatar Wei Yongjun 2-15/+14
2011-04-20sctp: fix to check the source address of COOKIE-ECHO chunkGravatar Wei Yongjun 3-16/+27
2011-04-20sctp: handle ootb packet in chunk order as definedGravatar Shan Wei 2-15/+21
2011-04-20sctp: bail from sctp_endpoint_lookup_assoc() if not boundGravatar Vlad Yasevich 1-6/+14
2011-04-20sctp: remove completely unsed EMPTY stateGravatar Vlad Yasevich 3-78/+0
2011-04-20sctp: check invalid value of length parameter in error causeGravatar Shan Wei 1-1/+8
2011-04-20sctp: check parameter value of length in ERROR chunkGravatar Shan Wei 1-0/+5
2011-04-19sctp: Release all routes when processing acks ADD_IP or DEL_IPGravatar Vlad Yasevich 1-6/+2
2011-04-19sctp: Allow bindx_del to accept 0 portGravatar Vlad Yasevich 1-1/+5
2011-04-19sctp: teach CACC algorithm about removed transportsGravatar Vlad Yasevich 1-3/+8
2011-04-19sctp: use memdup_user to copy data from userspaceGravatar Shan Wei 1-16/+6
2011-04-19sctp: kill abandoned SCTP_CMD_TRANSMIT commandGravatar Shan Wei 1-6/+0
2011-04-19sctp: use common head of addr parameter to access member in addr-unrelated codeGravatar Shan Wei 2-6/+6
2011-04-19sctp: fix the comment of sctp_sf_violation_paramlen()Gravatar Shan Wei 1-2/+3
2011-04-12sctp: fix oops while removed transport still using as retran pathGravatar Wei Yongjun 1-0/+2
2011-04-12sctp: fix oops when updating retransmit path with DEBUG onGravatar Vlad Yasevich 1-0/+2
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Gravatar Linus Torvalds 10-23/+23
2011-04-01sctp: malloc enough room for asconf-ack chunkGravatar Wei Yongjun 1-2/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 10-23/+23
2011-03-30sctp: Pass __GFP_NOWARN to hash table allocation attempts.Gravatar David S. Miller 1-2/+2
2011-03-12ipv6: Convert to use flowi6 where applicable.Gravatar David S. Miller 1-21/+21
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.Gravatar David S. Miller 1-4/+4
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.Gravatar David S. Miller 1-15/+15
2011-03-12net: Make flowi ports AF dependent.Gravatar David S. Miller 1-4/+4
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiGravatar David S. Miller 2-6/+6
2011-03-07sctp: several declared/set but unused fixesGravatar Hagen Paul Pfeifer 6-18/+1
2011-03-02ipv4: Make output route lookup return rtable directly.Gravatar David S. Miller 1-3/+4
2011-02-22net: add __rcu annotations to sk_wq and wqGravatar Eric Dumazet 1-4/+5
2011-02-20sctp: fix compile warnings in sctp_tsnmap_num_gabsGravatar Shan Wei 1-1/+1
2011-02-19sctp: fix reporting of unknown parametersGravatar Jiri Bohac 1-5/+5
2011-01-19sctp: user perfect name for Delayed SACK Timer optionGravatar Shan Wei 1-2/+2
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+9
2010-12-16sctp: fix the return value of getting the sctp partial delivery pointGravatar Wei Yongjun 1-1/+1
2010-12-10SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressGravatar Wei Yongjun 1-0/+8
2010-12-06Fix a typo in datagram.c and sctp/socket.c.Gravatar David Shwatrz 1-1/+1
2010-11-10net: avoid limits overflowGravatar Eric Dumazet 3-5/+5
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 15-107/+146