aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAge
* 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-22
|/
* 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
* sctp: fix potential panics in the SCTP-AUTH API.Vlad Yasevich2008-08-21
* netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley2008-08-14
* sctp: Drop ipfargok in sctp_xmit functionHerbert Xu2008-08-04
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-26
|\
| * net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-26
* | flag parameters: socket and socketpairUlrich Drepper2008-07-24
|/
* sctp: remove sctp_assoc_proc_exit()Adrian Bunk2008-07-22
* sctp: make sctp_outq_flush() staticAdrian Bunk2008-07-22
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-20
* sctp: Update sctp global memory limit allocations.Vlad Yasevich2008-07-19
* sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison2008-07-19
* sctp: Allow only 1 listening socket with SO_REUSEADDRVlad Yasevich2008-07-19
* sctp: Do not leak memory on multiple listen() callsVlad Yasevich2008-07-19
* sctp: Support ipv6only AF_INET6 sockets.Vlad Yasevich2008-07-19
* sctp: Prevent uninitialized memory accessFlorian Westphal2008-07-19
* sctp: Don't abort initialization when CONFIG_PROC_FS=nFlorian Westphal2008-07-19
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-16
* sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov2008-07-16
* mib: add net to IP_INC_STATS_BHPavel Emelyanov2008-07-16
* mib: add struct net to ICMP_INC_STATS_BHPavel Emelyanov2008-07-15
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-08
|\
| * sctp: Mark the tsn as received after all allocations finishVlad Yasevich2008-07-08