aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet1-4/+5
2011-02-20sctp: fix compile warnings in sctp_tsnmap_num_gabsShan Wei1-1/+1
2011-02-19sctp: fix reporting of unknown parametersJiri Bohac1-5/+5
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