aboutsummaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-05-17sctp: fix append error cause to ERROR chunk correctlyWei Yongjun
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-16sctp: delete active ICMP proto unreachable timer when free transportWei Yongjun
2010-05-15net: reserve ports for applications using fixed port numbersAmerigo Wang
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-06sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-04-30sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich
2010-04-30sctp: Optimize computation of highest new tsn in SACK.Vlad Yasevich
2010-04-30sctp: correctly mark missing chunks in fast recoveryVlad Yasevich
2010-04-30sctp: rwnd_press should be cumulativeVlad Yasevich
2010-04-30sctp: fast recovery algorithm is per association.Vlad Yasevich
2010-04-30sctp: update transport initializationsVlad Yasevich
2010-04-30sctp: Do not force T3 timer on fast retransmissions.Vlad Yasevich
2010-04-30sctp: remove 'resent' bit from the chunkVlad Yasevich
2010-04-30sctp: Make sure we always return valid retransmit pathVlad Yasevich
2010-04-30sctp: cleanup: remove duplicate assignmentDan Carpenter
2010-04-30sctp: implement sctp association probing moduleWei Yongjun
2010-04-30sctp: use sctp_chunk_is_data macro to decide a chunk is data chunkShan Wei
2010-04-30sctp: Do no select unconfirmed transports for retransmissionsVlad Yasevich
2010-04-30sctp: fix to retranmit at least one DATA chunkWei Yongjun
2010-04-30sctp: missing set src and dest port while lookup output routeWei Yongjun
2010-04-30sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sentWei Yongjun
2010-04-30sctp: send SHUTDOWN-ACK chunk back to the source.Vlad Yasevich
2010-04-30sctp: Use correct address family in sctp_getsockopt_peer_addrs()Vlad Yasevich
2010-04-28sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman
2010-04-28sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich
2010-04-28sctp: fix to calc the INIT/INIT-ACK chunk length correctly is setWei Yongjun
2010-04-28sctp: per_cpu variables should be in bh_disabled sectionVlad Yasevich
2010-04-28sctp: fix potential reference of a freed pointerVlad Yasevich
2010-04-28sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun
2010-04-27net: sk_add_backlog() take rmem_alloc into accountEric Dumazet
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-15net: replace ipfragok with skb->local_dfShan Wei
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03SCTP: Change to use ipv6_addr_copy()Brian Haley
2010-03-30sctp: eliminate useless codeHagen Paul Pfeifer
2010-03-30sctp: Use ipv6_addr_diff() in sctp_v6_addr_match_len().YOSHIFUJI Hideaki / 吉藤英明
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-20ipv6: convert idev_list to list macrosstephen hemminger
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-05net: backlog functions renameZhu Yi
2010-03-05sctp: use limited socket backlogZhu Yi
2010-02-17net: remove INIT_RCU_HEAD() usageAlexey Dobriyan
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack