summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
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
2011-04-20sctp: remove completely unsed EMPTY stateVlad Yasevich
2011-04-20sctp: check invalid value of length parameter in error causeShan Wei
2011-04-20sctp: check parameter value of length in ERROR chunkShan Wei
2011-04-19sctp: Release all routes when processing acks ADD_IP or DEL_IPVlad Yasevich
2011-04-19sctp: Allow bindx_del to accept 0 portVlad Yasevich
2011-04-19sctp: teach CACC algorithm about removed transportsVlad Yasevich
2011-04-19sctp: use memdup_user to copy data from userspaceShan Wei
2011-04-19sctp: kill abandoned SCTP_CMD_TRANSMIT commandShan Wei
2011-04-19sctp: use common head of addr parameter to access member in addr-unrelated codeShan Wei
2011-04-19sctp: fix the comment of sctp_sf_violation_paramlen()Shan Wei
2011-04-12sctp: fix oops while removed transport still using as retran pathWei Yongjun
2011-04-12sctp: fix oops when updating retransmit path with DEBUG onVlad Yasevich
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-01sctp: malloc enough room for asconf-ack chunkWei Yongjun
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-30sctp: Pass __GFP_NOWARN to hash table allocation attempts.David S. Miller
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller
2011-03-12net: Make flowi ports AF dependent.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-07sctp: several declared/set but unused fixesHagen Paul Pfeifer
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet
2011-02-20sctp: fix compile warnings in sctp_tsnmap_num_gabsShan Wei
2011-02-19sctp: fix reporting of unknown parametersJiri Bohac
2011-01-19sctp: user perfect name for Delayed SACK Timer optionShan Wei
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-16sctp: fix the return value of getting the sctp partial delivery pointWei Yongjun
2010-12-10SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressWei Yongjun
2010-12-06Fix a typo in datagram.c and sctp/socket.c.David Shwatrz
2010-11-10net: avoid limits overflowEric Dumazet
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann