aboutsummaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2008-10-23sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED stateWei Yongjun
2008-10-23sctp: Fix to handle SHUTDOWN in SHUTDOWN-PENDING stateWei Yongjun
2008-10-23sctp: Add check for the TSN field of the SHUTDOWN chunkWei Yongjun
2008-10-23sctp: Drop ICMP packet too big message with MTU larger than current PMTUWei Yongjun
2008-10-09sctp: update SNMP statiscts when T5 timer expired.Vlad Yasevich
2008-10-09sctp: Fix SNMP number of SCTP_MIB_ABORTED during violation handling.Vlad Yasevich
2008-10-09sctp: Fix the SNMP number of SCTP_MIB_CURRESTABWei Yongjun
2008-10-08sctp: shrink sctp_tsnmap some more by removing gabs arrayVlad Yasevich
2008-10-08sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich
2008-10-08ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev
2008-10-01sctp: correctly save sctp_adaptation from parameter.Vlad Yasevich
2008-10-01sctp: enable cookie-echo retransmission transport switchVlad Yasevich
2008-10-01sctp: Fix the SNMP counter of SCTP_MIB_OUTOFBLUESWei Yongjun
2008-10-01sctp: Fix to start T5-shutdown-guard timer while enter SHUTDOWN-SENT stateWei Yongjun
2008-10-01sctp: try harder to figure out address family when checking wildcardsVlad Yasevich
2008-10-01sctp: reduce memory footprint of sctp_chunk structureNeil Horman
2008-10-01sctp: Retransmit list is ineligable for missing indicationsVlad Yasevich
2008-10-01sctp: Optimize SFR-CACC transport list walking during SACK processingVlad Yasevich
2008-10-01sctp: Only mark chunks as missing when there are gapsVlad Yasevich
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-09-30sctp: Fix kernel panic while process protocol violation parameterWei Yongjun
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller
2008-09-18sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTHVlad Yasevich
2008-09-18sctp: do not enable peer features if we can't do them.Vlad Yasevich
2008-09-18sctp: set the skb->ip_summed correctly when sending over loopback.Vlad Yasevich
2008-08-27sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich
2008-08-27sctp: correct bounds check in sctp_setsockopt_auth_keyVlad Yasevich
2008-08-25sctp: add verification checks to SCTP_AUTH_KEY optionVlad Yasevich
2008-08-21sctp: fix potential panics in the SCTP-AUTH API.Vlad Yasevich
2008-08-14netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley
2008-08-03sctp: Drop ipfargok in sctp_xmit functionHerbert Xu
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-07-24flag parameters: socket and socketpairUlrich Drepper
2008-07-22sctp: remove sctp_assoc_proc_exit()Adrian Bunk
2008-07-22sctp: make sctp_outq_flush() staticAdrian Bunk
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-07-18sctp: Update sctp global memory limit allocations.Vlad Yasevich
2008-07-18sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison
2008-07-18sctp: Allow only 1 listening socket with SO_REUSEADDRVlad Yasevich
2008-07-18sctp: Do not leak memory on multiple listen() callsVlad Yasevich
2008-07-18sctp: Support ipv6only AF_INET6 sockets.Vlad Yasevich
2008-07-18sctp: Prevent uninitialized memory accessFlorian Westphal
2008-07-18sctp: Don't abort initialization when CONFIG_PROC_FS=nFlorian Westphal
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov
2008-07-16sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov
2008-07-16mib: add net to IP_INC_STATS_BHPavel Emelyanov
2008-07-14mib: add struct net to ICMP_INC_STATS_BHPavel Emelyanov
2008-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-07-08sctp: Mark the tsn as received after all allocations finishVlad Yasevich