aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-21sctp: Fix build failure.David S. Miller1-1/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds14-319/+396
2011-05-19SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()Jacek Luczak1-6/+4
2011-05-12sctp: sctp_sendmsg: Don't test known non-null sinfoJoe Perches1-6/+4
2011-05-12sctp: sctp_sendmsg: Don't initialize default_sinfoJoe Perches1-1/+2
2011-05-10sctp: Remove rt->rt_src usage in sctp_v4_get_saddr()David S. Miller1-1/+1
2011-05-08sctp: Fix debug message args.David S. Miller1-2/+2
2011-05-08sctp: Don't use rt->rt_{src,dst} in sctp_v4_xmit()David S. Miller1-2/+2
2011-05-08inet: Pass flowi to ->queue_xmit().David S. Miller1-1/+1
2011-05-08sctp: Store a flowi in transports to provide persistent keying.David S. Miller1-6/+3
2011-05-07net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu()Lai Jiangshan3-10/+3
2011-05-03sctp: Use flowi4's {saddr,daddr} in sctp_v4_dst_saddr() and sctp_v4_get_dst()David S. Miller1-5/+4
2011-04-27sctp: clean up route lookup callsVlad Yasevich3-29/+23
2011-04-27sctp: remove useless arguments from get_saddr() callVlad Yasevich3-6/+2
2011-04-27sctp: make sctp over IPv6 work with IPsecVlad Yasevich1-5/+11
2011-04-27sctp: cache the ipv6 source after route lookupVlad Yasevich4-119/+106
2011-04-27sctp: fix sctp to work with ipv6 source address routingWeixing Shi1-1/+43
2011-04-26Revert wrong fixes for common misspellingsLucas De Marchi1-1/+1
2011-04-22inet: constify ip headers and in6_addrEric Dumazet2-2/+2
2011-04-21sctp: implement event notification SCTP_SENDER_DRY_EVENTWei Yongjun3-1/+53
2011-04-21sctp: change auth event type name to SCTP_AUTHENTICATION_EVENTWei Yongjun1-1/+1
2011-04-21sctp: implement socket option SCTP_GET_ASSOC_ID_LISTWei Yongjun1-0/+52
2011-04-20sctp: move chunk from retransmit queue to abandoned listWei Yongjun1-0/+7
2011-04-20sctp: make heartbeat information in sctp_make_heartbeat()Wei Yongjun2-15/+14
2011-04-20sctp: fix to check the source address of COOKIE-ECHO chunkWei Yongjun3-16/+27
2011-04-20sctp: handle ootb packet in chunk order as definedShan Wei2-15/+21
2011-04-20sctp: bail from sctp_endpoint_lookup_assoc() if not boundVlad Yasevich1-6/+14
2011-04-20sctp: remove completely unsed EMPTY stateVlad Yasevich3-78/+0
2011-04-20sctp: check invalid value of length parameter in error causeShan Wei1-1/+8
2011-04-20sctp: check parameter value of length in ERROR chunkShan Wei1-0/+5
2011-04-19sctp: Release all routes when processing acks ADD_IP or DEL_IPVlad Yasevich1-6/+2
2011-04-19sctp: Allow bindx_del to accept 0 portVlad Yasevich1-1/+5
2011-04-19sctp: teach CACC algorithm about removed transportsVlad Yasevich1-3/+8
2011-04-19sctp: use memdup_user to copy data from userspaceShan Wei1-16/+6
2011-04-19sctp: kill abandoned SCTP_CMD_TRANSMIT commandShan Wei1-6/+0
2011-04-19sctp: use common head of addr parameter to access member in addr-unrelated codeShan Wei2-6/+6
2011-04-19sctp: fix the comment of sctp_sf_violation_paramlen()Shan Wei1-2/+3
2011-04-12sctp: fix oops while removed transport still using as retran pathWei Yongjun1-0/+2
2011-04-12sctp: fix oops when updating retransmit path with DEBUG onVlad Yasevich1-0/+2
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds10-23/+23
2011-04-01sctp: malloc enough room for asconf-ack chunkWei Yongjun1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi10-23/+23
2011-03-30sctp: Pass __GFP_NOWARN to hash table allocation attempts.David S. Miller1-2/+2
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-21/+21
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller1-4/+4
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-15/+15
2011-03-12net: Make flowi ports AF dependent.David S. Miller1-4/+4
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2-6/+6
2011-03-07sctp: several declared/set but unused fixesHagen Paul Pfeifer6-18/+1
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-3/+4