summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2008-10-01sctp: correctly save sctp_adaptation from parameter.Vlad Yasevich1-1/+1
2008-10-01sctp: enable cookie-echo retransmission transport switchVlad Yasevich2-34/+46
2008-10-01sctp: Fix the SNMP counter of SCTP_MIB_OUTOFBLUESWei Yongjun1-2/+8
2008-10-01sctp: Fix to start T5-shutdown-guard timer while enter SHUTDOWN-SENT stateWei Yongjun2-18/+8
2008-10-01sctp: try harder to figure out address family when checking wildcardsVlad Yasevich3-10/+21
2008-10-01sctp: reduce memory footprint of sctp_chunk structureNeil Horman3-9/+9
2008-10-01sctp: Retransmit list is ineligable for missing indicationsVlad Yasevich1-2/+0
2008-10-01sctp: Optimize SFR-CACC transport list walking during SACK processingVlad Yasevich1-15/+19
2008-10-01sctp: Only mark chunks as missing when there are gapsVlad Yasevich1-9/+12
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-35/+77
2008-09-30sctp: Fix kernel panic while process protocol violation parameterWei Yongjun2-24/+61
2008-09-22net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller1-3/+2
2008-09-19sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTHVlad Yasevich2-8/+7
2008-09-19sctp: do not enable peer features if we can't do them.Vlad Yasevich1-2/+7
2008-09-18sctp: set the skb->ip_summed correctly when sending over loopback.Vlad Yasevich1-1/+2
2008-08-28sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich2-2/+7
2008-08-28sctp: correct bounds check in sctp_setsockopt_auth_keyVlad Yasevich1-1/+1
2008-08-26sctp: add verification checks to SCTP_AUTH_KEY optionVlad Yasevich2-0/+9
2008-08-21sctp: fix potential panics in the SCTP-AUTH API.Vlad Yasevich2-22/+67
2008-08-15netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley1-1/+2
2008-08-04sctp: Drop ipfargok in sctp_xmit functionHerbert Xu3-9/+14
2008-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-07-26net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-1/+1
2008-07-24flag parameters: socket and socketpairUlrich Drepper1-1/+1
2008-07-23sctp: remove sctp_assoc_proc_exit()Adrian Bunk1-5/+0
2008-07-23sctp: make sctp_outq_flush() staticAdrian Bunk1-1/+3
2008-07-20netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-07-19sctp: Update sctp global memory limit allocations.Vlad Yasevich1-3/+7
2008-07-19sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison2-4/+4
2008-07-19sctp: Allow only 1 listening socket with SO_REUSEADDRVlad Yasevich1-9/+16
2008-07-19sctp: Do not leak memory on multiple listen() callsVlad Yasevich1-2/+3
2008-07-19sctp: Support ipv6only AF_INET6 sockets.Vlad Yasevich5-10/+91
2008-07-19sctp: Prevent uninitialized memory accessFlorian Westphal2-0/+4
2008-07-19sctp: Don't abort initialization when CONFIG_PROC_FS=nFlorian Westphal3-5/+14
2008-07-17mib: add net to NET_INC_STATS_BHPavel Emelyanov1-1/+1
2008-07-17sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov1-1/+1
2008-07-17mib: add net to IP_INC_STATS_BHPavel Emelyanov1-1/+2
2008-07-15mib: add struct net to ICMP_INC_STATS_BHPavel Emelyanov1-2/+3
2008-07-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-6/+8
2008-07-08sctp: Mark the tsn as received after all allocations finishVlad Yasevich2-6/+8
2008-07-02sctp: Mark GET_PEER|LOCAL_ADDR_OLD deprecated.Vlad Yasevich1-0/+12
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2008-06-21sctp: Make sure N * sizeof(union sctp_addr) does not overflow.David S. Miller1-1/+3
2008-06-20sctp: Kill unused variable in sctp_assoc_bh_rcv()Vlad Yasevich1-1/+0
2008-06-20sctp: Follow security requirement of responding with 1 packetVlad Yasevich5-32/+53
2008-06-20sctp: Validate Initiate Tag when handling ICMP messageWei Yongjun1-2/+25
2008-06-18sctp: fix error path in sctp_proc_initPavel Emelyanov1-1/+1
2008-06-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-6/+26
2008-06-17sctp: Correclty set changeover_active for SFR-CACCVlad Yasevich1-2/+11
2008-06-17sctp: Correctly cleanup procfs entries upon failure.Wei Yongjun1-3/+12