aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-09sctp: Fix the SNMP number of SCTP_MIB_CURRESTABWei Yongjun1-1/+1
2008-10-08sctp: shrink sctp_tsnmap some more by removing gabs arrayVlad Yasevich2-9/+12
2008-10-08sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich5-192/+166
2008-10-08ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev1-1/+1
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/net-2.6David S. Miller4-35/+77
2008-09-30sctp: Fix kernel panic while process protocol violation parameterWei Yongjun2-24/+61
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller1-3/+2
2008-09-18sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTHVlad Yasevich2-8/+7
2008-09-18sctp: 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-27sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich2-2/+7
2008-08-27sctp: correct bounds check in sctp_setsockopt_auth_keyVlad Yasevich1-1/+1
2008-08-25sctp: 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-14netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr()Brian Haley1-1/+2
2008-08-03sctp: Drop ipfargok in sctp_xmit functionHerbert Xu3-9/+14
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-1/+1
2008-07-24flag parameters: socket and socketpairUlrich Drepper1-1/+1
2008-07-22sctp: remove sctp_assoc_proc_exit()Adrian Bunk1-5/+0
2008-07-22sctp: make sctp_outq_flush() staticAdrian Bunk1-1/+3
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-07-18sctp: Update sctp global memory limit allocations.Vlad Yasevich1-3/+7
2008-07-18sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison2-4/+4
2008-07-18sctp: Allow only 1 listening socket with SO_REUSEADDRVlad Yasevich1-9/+16
2008-07-18sctp: Do not leak memory on multiple listen() callsVlad Yasevich1-2/+3
2008-07-18sctp: Support ipv6only AF_INET6 sockets.Vlad Yasevich5-10/+91
2008-07-18sctp: Prevent uninitialized memory accessFlorian Westphal2-0/+4
2008-07-18sctp: Don't abort initialization when CONFIG_PROC_FS=nFlorian Westphal3-5/+14
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov1-1/+1
2008-07-16sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov1-1/+1
2008-07-16mib: add net to IP_INC_STATS_BHPavel Emelyanov1-1/+2
2008-07-14mib: add struct net to ICMP_INC_STATS_BHPavel Emelyanov1-2/+3
2008-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-6/+8
2008-07-08sctp: Mark the tsn as received after all allocations finishVlad Yasevich2-6/+8
2008-07-01sctp: 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/net-2.6David S. Miller1-1/+3
2008-06-20sctp: 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-19sctp: Follow security requirement of responding with 1 packetVlad Yasevich5-32/+53
2008-06-19sctp: Validate Initiate Tag when handling ICMP messageWei Yongjun1-2/+25