summaryrefslogtreecommitdiff
path: root/net/sctp
Commit message (Expand)AuthorAge
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-01
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-26
|\
| * sctp: Fix another socket race during accept/peeloffVlad Yasevich2009-01-22
| * sctp: Properly timestamp outgoing data chunks for rtx purposesVlad Yasevich2009-01-22
| * sctp: Correctly start rtx timer on new packet transmissions.Vlad Yasevich2009-01-22
* | sctp/ipv6.c: use ipv6_addr_copyJoe Perches2009-01-22
|/
* fix similar typos to successfullColy Li2009-01-08
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-06
* sctp: Add validity check for SCTP_PARTIAL_DELIVERY_POINT socket optionWei Yongjun2008-12-25
* sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream IDWei Yongjun2008-12-25
* sctp: Implement socket option SCTP_GET_ASSOC_NUMBERWei Yongjun2008-12-25
* sctp: Fix a typo in socket.cWei Yongjun2008-12-25
* sctp: Bring SCTP_MAXSEG socket option into ietf API extension complianceWei Yongjun2008-12-25
* sctp: fix missing label when PROC_FS=nRandy Dunlap2008-11-27
* net: Use a percpu_counter for sockets_allocatedEric Dumazet2008-11-25
* net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet2008-11-25
* net: Make sure BHs are disabled in sock_prot_inuse_add()David S. Miller2008-11-23
* net: sctp should update its inuse counterEric Dumazet2008-11-17
* net: '&' reduxAlexey Dobriyan2008-11-03
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-31
* net: replace %p6 with %pI6Harvey Harrison2008-10-29
* net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-28
* sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED stateWei Yongjun2008-10-23
* sctp: Fix to handle SHUTDOWN in SHUTDOWN-PENDING stateWei Yongjun2008-10-23
* sctp: Add check for the TSN field of the SHUTDOWN chunkWei Yongjun2008-10-23
* sctp: Drop ICMP packet too big message with MTU larger than current PMTUWei Yongjun2008-10-23
* sctp: update SNMP statiscts when T5 timer expired.Vlad Yasevich2008-10-09
* sctp: Fix SNMP number of SCTP_MIB_ABORTED during violation handling.Vlad Yasevich2008-10-09
* sctp: Fix the SNMP number of SCTP_MIB_CURRESTABWei Yongjun2008-10-09
* sctp: shrink sctp_tsnmap some more by removing gabs arrayVlad Yasevich2008-10-08
* sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich2008-10-08
* ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev2008-10-08
* sctp: correctly save sctp_adaptation from parameter.Vlad Yasevich2008-10-01
* sctp: enable cookie-echo retransmission transport switchVlad Yasevich2008-10-01
* sctp: Fix the SNMP counter of SCTP_MIB_OUTOFBLUESWei Yongjun2008-10-01
* sctp: Fix to start T5-shutdown-guard timer while enter SHUTDOWN-SENT stateWei Yongjun2008-10-01
* sctp: try harder to figure out address family when checking wildcardsVlad Yasevich2008-10-01
* sctp: reduce memory footprint of sctp_chunk structureNeil Horman2008-10-01
* sctp: Retransmit list is ineligable for missing indicationsVlad Yasevich2008-10-01
* sctp: Optimize SFR-CACC transport list walking during SACK processingVlad Yasevich2008-10-01
* sctp: Only mark chunks as missing when there are gapsVlad Yasevich2008-10-01
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-01
|\
| * sctp: Fix kernel panic while process protocol violation parameterWei Yongjun2008-09-30
| * sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTHVlad Yasevich2008-09-18
| * sctp: do not enable peer features if we can't do them.Vlad Yasevich2008-09-18
| * sctp: set the skb->ip_summed correctly when sending over loopback.Vlad Yasevich2008-09-18
* | net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller2008-09-21
|/
* sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich2008-08-27
* sctp: correct bounds check in sctp_setsockopt_auth_keyVlad Yasevich2008-08-27
* sctp: add verification checks to SCTP_AUTH_KEY optionVlad Yasevich2008-08-25