aboutsummaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
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
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-10-03sctp: Fix break indentation in sctp_ioctl().David S. Miller
2010-10-03sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg
2010-10-03sctp: prevent reading out-of-bounds memoryDan Rosenberg
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-23net: return operator cleanupEric Dumazet
2010-09-17sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-09sctp: fix test for end of loopJoe Perches
2010-09-08sctp: implement SIOCINQ ioctl() (take 3)Diego Elio 'Flameeyes' Pettenò
2010-09-06net: poll() optimizationsEric Dumazet
2010-08-26net/sctp: Use pr_fmt and pr_<level>Joe Perches
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-06-25snmp: add align parameter to snmp_mib_init()Eric Dumazet
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König
2010-06-10net-next: remove useless union keywordChangli Gao
2010-06-03net: use __packed annotationEric Dumazet
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