aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-22sctp: Fix another socket race during accept/peeloffVlad Yasevich1-0/+13
2009-01-22sctp: Properly timestamp outgoing data chunks for rtx purposesVlad Yasevich1-3/+4
2009-01-22sctp: Correctly start rtx timer on new packet transmissions.Vlad Yasevich1-2/+1
2009-01-08fix similar typos to successfullColy Li1-1/+1
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer4-7/+7
2008-12-25sctp: Add validity check for SCTP_PARTIAL_DELIVERY_POINT socket optionWei Yongjun1-3/+16
2008-12-25sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream IDWei Yongjun1-0/+14
2008-12-25sctp: Implement socket option SCTP_GET_ASSOC_NUMBERWei Yongjun1-0/+35
2008-12-25sctp: Fix a typo in socket.cWei Yongjun1-4/+4
2008-12-25sctp: Bring SCTP_MAXSEG socket option into ietf API extension complianceWei Yongjun1-23/+107
2008-11-27sctp: fix missing label when PROC_FS=nRandy Dunlap1-2/+3
2008-11-25net: Use a percpu_counter for sockets_allocatedEric Dumazet2-4/+8
2008-11-25net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet1-0/+2
2008-11-23net: Make sure BHs are disabled in sock_prot_inuse_add()David S. Miller1-0/+4
2008-11-17net: sctp should update its inuse counterEric Dumazet1-0/+2
2008-11-03net: '&' reduxAlexey Dobriyan1-41/+41
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison2-13/+10
2008-10-29net: replace %p6 with %pI6Harvey Harrison2-10/+10
2008-10-28net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison2-24/+16
2008-10-23sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED stateWei Yongjun2-1/+46
2008-10-23sctp: Fix to handle SHUTDOWN in SHUTDOWN-PENDING stateWei Yongjun1-1/+1
2008-10-23sctp: Add check for the TSN field of the SHUTDOWN chunkWei Yongjun1-0/+9
2008-10-23sctp: Drop ICMP packet too big message with MTU larger than current PMTUWei Yongjun1-1/+1
2008-10-09sctp: update SNMP statiscts when T5 timer expired.Vlad Yasevich1-0/+3
2008-10-09sctp: Fix SNMP number of SCTP_MIB_ABORTED during violation handling.Vlad Yasevich1-6/+3
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