aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-19sctp: user perfect name for Delayed SACK Timer optionShan Wei1-2/+2
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+9
2010-12-16sctp: fix the return value of getting the sctp partial delivery pointWei Yongjun1-1/+1
2010-12-10SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressWei Yongjun1-0/+8
2010-12-06Fix a typo in datagram.c and sctp/socket.c.David Shwatrz1-1/+1
2010-11-10net: avoid limits overflowEric Dumazet3-5/+5
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds15-107/+146
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+18
2010-10-03sctp: Fix break indentation in sctp_ioctl().David S. Miller1-1/+1
2010-10-03sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg1-2/+6
2010-10-03sctp: prevent reading out-of-bounds memoryDan Rosenberg1-1/+12
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2010-09-23net: return operator cleanupEric Dumazet2-4/+4
2010-09-17sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich1-1/+0
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-23/+23
2010-09-09sctp: fix test for end of loopJoe Perches1-23/+23
2010-09-08sctp: implement SIOCINQ ioctl() (take 3)Diego Elio 'Flameeyes' Pettenò1-1/+34
2010-09-06net: poll() optimizationsEric Dumazet1-3/+2
2010-08-26net/sctp: Use pr_fmt and pr_<level>Joe Perches15-99/+106
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2010-06-25snmp: add align parameter to snmp_mib_init()Eric Dumazet1-1/+2
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König2-2/+2
2010-06-10net-next: remove useless union keywordChangli Gao1-2/+2
2010-06-03net: use __packed annotationEric Dumazet1-1/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches5-13/+0
2010-05-17sctp: fix append error cause to ERROR chunk correctlyWei Yongjun1-2/+2
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+4
2010-05-16sctp: delete active ICMP proto unreachable timer when free transportWei Yongjun1-0/+4
2010-05-15net: reserve ports for applications using fixed port numbersAmerigo Wang1-0/+2
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-4/+55
2010-05-06sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich3-4/+55
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-devDavid S. Miller13-142/+329
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller6-32/+120
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet1-1/+1
2010-04-30sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich2-3/+3
2010-04-30sctp: Optimize computation of highest new tsn in SACK.Vlad Yasevich1-35/+7
2010-04-30sctp: correctly mark missing chunks in fast recoveryVlad Yasevich1-5/+13
2010-04-30sctp: rwnd_press should be cumulativeVlad Yasevich1-1/+1
2010-04-30sctp: fast recovery algorithm is per association.Vlad Yasevich1-15/+17
2010-04-30sctp: update transport initializationsVlad Yasevich3-30/+0
2010-04-30sctp: Do not force T3 timer on fast retransmissions.Vlad Yasevich2-14/+5
2010-04-30sctp: remove 'resent' bit from the chunkVlad Yasevich3-18/+9
2010-04-30sctp: Make sure we always return valid retransmit pathVlad Yasevich1-1/+2
2010-04-30sctp: cleanup: remove duplicate assignmentDan Carpenter1-14/+9
2010-04-30sctp: implement sctp association probing moduleWei Yongjun3-0/+228
2010-04-30sctp: use sctp_chunk_is_data macro to decide a chunk is data chunkShan Wei1-1/+1
2010-04-30sctp: Do no select unconfirmed transports for retransmissionsVlad Yasevich1-2/+3
2010-04-30sctp: fix to retranmit at least one DATA chunkWei Yongjun1-0/+12