summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2011-04-20sctp: use common head of addr parameter to access member in addr-unrelated codeShan Wei2-6/+6
2011-04-20sctp: fix the comment of sctp_sf_violation_paramlen()Shan Wei1-2/+3
2011-04-13sctp: fix oops while removed transport still using as retran pathWei Yongjun1-0/+2
2011-04-13sctp: 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-02sctp: malloc enough room for asconf-ack chunkWei Yongjun1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi10-23/+23
2011-03-31sctp: Pass __GFP_NOWARN to hash table allocation attempts.David S. Miller1-2/+2
2011-03-13ipv6: Convert to use flowi6 where applicable.David S. Miller1-21/+21
2011-03-13net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller1-4/+4
2011-03-13ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-15/+15
2011-03-13net: Make flowi ports AF dependent.David S. Miller1-4/+4
2011-03-13net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2-6/+6
2011-03-08sctp: several declared/set but unused fixesHagen Paul Pfeifer6-18/+1
2011-03-03ipv4: 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-20sctp: fix reporting of unknown parametersJiri Bohac1-5/+5
2011-01-20sctp: 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/ne...David S. Miller1-1/+9
2010-12-17sctp: fix the return value of getting the sctp partial delivery pointWei Yongjun1-1/+1
2010-12-11SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressWei Yongjun1-0/+8
2010-12-07Fix 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/ne...David S. Miller2-3/+18
2010-10-04sctp: Fix break indentation in sctp_ioctl().David S. Miller1-1/+1
2010-10-04sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg1-2/+6
2010-10-04sctp: prevent reading out-of-bounds memoryDan Rosenberg1-1/+12
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+0
2010-09-24net: return operator cleanupEric Dumazet2-4/+4
2010-09-18sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich1-1/+0
2010-09-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-23/+23
2010-09-10sctp: fix test for end of loopJoe Perches1-23/+23
2010-09-09sctp: implement SIOCINQ ioctl() (take 3)Diego Elio 'Flameeyes' Pettenò1-1/+34
2010-09-07net: poll() optimizationsEric Dumazet1-3/+2
2010-08-27net/sctp: Use pr_fmt and pr_<level>Joe Perches15-99/+106
2010-08-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2-2/+2
2010-06-26snmp: 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-11net-next: remove useless union keywordChangli Gao1-2/+2
2010-06-03net: use __packed annotationEric Dumazet1-1/+1
2010-05-18net: Remove unnecessary returns from void function()sJoe Perches5-13/+0
2010-05-18sctp: fix append error cause to ERROR chunk correctlyWei Yongjun1-2/+2
2010-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+4
2010-05-16sctp: delete active ICMP proto unreachable timer when free transportWei Yongjun1-0/+4
2010-05-16net: 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/ne...David S. Miller3-4/+55