summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: Fix to handle SHUTDOWN in SHUTDOWN-PENDING stateWei Yongjun2008-10-231-1/+1
* sctp: Add check for the TSN field of the SHUTDOWN chunkWei Yongjun2008-10-231-0/+9
* sctp: Drop ICMP packet too big message with MTU larger than current PMTUWei Yongjun2008-10-231-1/+1
* sctp: update SNMP statiscts when T5 timer expired.Vlad Yasevich2008-10-091-0/+3
* sctp: Fix SNMP number of SCTP_MIB_ABORTED during violation handling.Vlad Yasevich2008-10-091-6/+3
* sctp: Fix the SNMP number of SCTP_MIB_CURRESTABWei Yongjun2008-10-091-1/+1
* sctp: shrink sctp_tsnmap some more by removing gabs arrayVlad Yasevich2008-10-082-9/+12
* sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich2008-10-085-192/+166
* ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev2008-10-081-1/+1
* sctp: correctly save sctp_adaptation from parameter.Vlad Yasevich2008-10-011-1/+1
* sctp: enable cookie-echo retransmission transport switchVlad Yasevich2008-10-012-34/+46
* sctp: Fix the SNMP counter of SCTP_MIB_OUTOFBLUESWei Yongjun2008-10-011-2/+8
* sctp: Fix to start T5-shutdown-guard timer while enter SHUTDOWN-SENT stateWei Yongjun2008-10-012-18/+8
* sctp: try harder to figure out address family when checking wildcardsVlad Yasevich2008-10-013-10/+21
* sctp: reduce memory footprint of sctp_chunk structureNeil Horman2008-10-013-9/+9
* sctp: Retransmit list is ineligable for missing indicationsVlad Yasevich2008-10-011-2/+0
* sctp: Optimize SFR-CACC transport list walking during SACK processingVlad Yasevich2008-10-011-15/+19
* sctp: Only mark chunks as missing when there are gapsVlad Yasevich2008-10-011-9/+12
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-014-35/+77
|\
| * sctp: Fix kernel panic while process protocol violation parameterWei Yongjun2008-09-302-24/+61
| * sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTHVlad Yasevich2008-09-182-8/+7
| * sctp: do not enable peer features if we can't do them.Vlad Yasevich2008-09-181-2/+7
| * sctp: set the skb->ip_summed correctly when sending over loopback.Vlad Yasevich2008-09-181-1/+2
* | net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller2008-09-211-3/+2
|/
* sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich2008-08-272-2/+7
* sctp: correct bounds check in sctp_setsockopt_auth_keyVlad Yasevich2008-08-271-1/+1
* sctp: add verification checks to SCTP_AUTH_KEY optionVlad Yasevich2008-08-252-0/+9
* sctp: fix potential panics in the SCTP-AUTH API.Vlad Yasevich2008-08-212-22/+67
* netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley2008-08-141-1/+2
* sctp: Drop ipfargok in sctp_xmit functionHerbert Xu2008-08-033-9/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-261-1/+1
|\
| * net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-1/+1
* | flag parameters: socket and socketpairUlrich Drepper2008-07-241-1/+1
|/
* sctp: remove sctp_assoc_proc_exit()Adrian Bunk2008-07-221-5/+0
* sctp: make sctp_outq_flush() staticAdrian Bunk2008-07-221-1/+3
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-191-1/+1
* sctp: Update sctp global memory limit allocations.Vlad Yasevich2008-07-181-3/+7
* sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison2008-07-182-4/+4
* sctp: Allow only 1 listening socket with SO_REUSEADDRVlad Yasevich2008-07-181-9/+16
* sctp: Do not leak memory on multiple listen() callsVlad Yasevich2008-07-181-2/+3
* sctp: Support ipv6only AF_INET6 sockets.Vlad Yasevich2008-07-185-10/+91
* sctp: Prevent uninitialized memory accessFlorian Westphal2008-07-182-0/+4
* sctp: Don't abort initialization when CONFIG_PROC_FS=nFlorian Westphal2008-07-183-5/+14
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-161-1/+1
* sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov2008-07-161-1/+1
* mib: add net to IP_INC_STATS_BHPavel Emelyanov2008-07-161-1/+2
* mib: add struct net to ICMP_INC_STATS_BHPavel Emelyanov2008-07-141-2/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-082-6/+8
|\
| * sctp: Mark the tsn as received after all allocations finishVlad Yasevich2008-07-082-6/+8
* | sctp: Mark GET_PEER|LOCAL_ADDR_OLD deprecated.Vlad Yasevich2008-07-011-0/+12