summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* 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/+8Star
* 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/+0Star
* 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-192-8/+7Star
| * sctp: do not enable peer features if we can't do them.Vlad Yasevich2008-09-191-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-221-3/+2Star
|/
* sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich2008-08-282-2/+7
* sctp: correct bounds check in sctp_setsockopt_auth_keyVlad Yasevich2008-08-281-1/+1
* sctp: add verification checks to SCTP_AUTH_KEY optionVlad Yasevich2008-08-262-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-151-1/+2
* sctp: Drop ipfargok in sctp_xmit functionHerbert Xu2008-08-043-9/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-271-1/+1
|\
| * net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-261-1/+1
* | flag parameters: socket and socketpairUlrich Drepper2008-07-241-1/+1
|/
* sctp: remove sctp_assoc_proc_exit()Adrian Bunk2008-07-221-5/+0Star
* sctp: make sctp_outq_flush() staticAdrian Bunk2008-07-221-1/+3
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-201-1/+1
* sctp: Update sctp global memory limit allocations.Vlad Yasevich2008-07-191-3/+7
* sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison2008-07-192-4/+4
* sctp: Allow only 1 listening socket with SO_REUSEADDRVlad Yasevich2008-07-191-9/+16
* sctp: Do not leak memory on multiple listen() callsVlad Yasevich2008-07-191-2/+3
* sctp: Support ipv6only AF_INET6 sockets.Vlad Yasevich2008-07-195-10/+91
* sctp: Prevent uninitialized memory accessFlorian Westphal2008-07-192-0/+4
* sctp: Don't abort initialization when CONFIG_PROC_FS=nFlorian Westphal2008-07-193-5/+14
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-171-1/+1
* sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov2008-07-171-1/+1
* mib: add net to IP_INC_STATS_BHPavel Emelyanov2008-07-171-1/+2
* mib: add struct net to ICMP_INC_STATS_BHPavel Emelyanov2008-07-151-2/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-092-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-021-0/+12
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-281-1/+3
|\|
| * sctp: Make sure N * sizeof(union sctp_addr) does not overflow.David S. Miller2008-06-211-1/+3
* | sctp: Kill unused variable in sctp_assoc_bh_rcv()Vlad Yasevich2008-06-201-1/+0Star
* | sctp: Follow security requirement of responding with 1 packetVlad Yasevich2008-06-205-32/+53
* | sctp: Validate Initiate Tag when handling ICMP messageWei Yongjun2008-06-201-2/+25
* | sctp: fix error path in sctp_proc_initPavel Emelyanov2008-06-181-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-172-6/+26
|\|
| * sctp: Correclty set changeover_active for SFR-CACCVlad Yasevich2008-06-171-2/+11
| * sctp: Correctly cleanup procfs entries upon failure.Wei Yongjun2008-06-171-3/+12